Skip to content

Releases: emylincon/golist

v1.1.4

01 Jan 14:47
416d9ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

31 Dec 18:18
356941a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Dec 17:24
7e0167b
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.1.0...v1.1.2

v1.1.1

29 Dec 14:37
623c5e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V1.0.0...v1.1.1

CompleteV1.1.0

29 Dec 11:50
623c5e1
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: V1.0.0...V1.1.0

FirstReleaseV1.0.0

27 Dec 22:52
Compare
Choose a tag to compare

This is the first release of the software