Releases: emylincon/golist
Releases · emylincon/golist
v1.1.4
What's Changed
- Update issue templates by @emylincon in #38
- code of conduct [#39] by @emylincon in #40
- implements join feature only for string lists [#45] by @emylincon in #46
- sorted feature [#44] by @emylincon in #47
- implements replace feature [#43] by @emylincon in #48
- implements max feature [#42] by @emylincon in #49
- implements min functionality [#41] by @emylincon in #50
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- sum feature implemented [#32] by @emylincon in #34
- List getter [#35] by @emylincon in #36
- doc update [#33] by @emylincon in #37
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- #24 modify list.Get(i) by @emylincon in #25
- improve documentation [#26] by @emylincon in #27
- 28 tostring by @emylincon in #29
- 30 list string enhance by @emylincon in #31
Full Changelog: V1.1.0...v1.1.2
v1.1.1
What's Changed
- #1 improve sort feature by @emylincon in #2
- #3 added length functionality by @emylincon in #4
- #5 create github workflow by @emylincon in #6
- #7 added build badge to readme by @emylincon in #8
- #9 added reverse sort functionality by @emylincon in #10
- #11 added Get functionality by @emylincon in #13
- 12 insert functionality by @emylincon in #14
- #15 remove feature by @emylincon in #19
- #18 copy feature added by @emylincon in #20
- #17 implements slice feature by @emylincon in #21
- #16 reverse feature by @emylincon in #22
New Contributors
- @emylincon made their first contribution in #2
Full Changelog: V1.0.0...v1.1.1
CompleteV1.1.0
Complete list features implemented
- list.Get(i)
- list.Append(x)
- list.Extend(slice)
- list.Insert(x, i)
- list.Remove(x)
- list.Pop(i)
- list.Clear()
- list.Slice(start, end)
- list.Count(x)
- list.sort(reverse)
- list.reverse()
- list.copy()
What's Changed
- #1 improve sort feature by @emylincon in #2
- #3 added length functionality by @emylincon in #4
- #5 create github workflow by @emylincon in #6
- #7 added build badge to readme by @emylincon in #8
- #9 added reverse sort functionality by @emylincon in #10
- #11 added Get functionality by @emylincon in #13
- 12 insert functionality by @emylincon in #14
- #15 remove feature by @emylincon in #19
- #18 copy feature added by @emylincon in #20
- #17 implements slice feature by @emylincon in #21
- #16 reverse feature by @emylincon in #22
New Contributors
- @emylincon made their first contribution in #2
Full Changelog: V1.0.0...V1.1.0
FirstReleaseV1.0.0
This is the first release of the software