Skip to content

Releases: martinspudich/go-collections

v0.5.0

24 Oct 11:49
Compare
Choose a tag to compare

Add CopyMap helper function.

v0.4.2

11 Apr 09:10
Compare
Choose a tag to compare
Fixing expired element channel. Returning data instead of private str…

v0.4.1

10 Apr 20:50
Compare
Choose a tag to compare
Fixing expired element channel.

v0.4.0

10 Apr 14:09
Compare
Choose a tag to compare
Add expired element channel.

v0.3.0

01 Nov 12:31
Compare
Choose a tag to compare

Add Clear method to time expired list and map.

v0.2.9

19 Jun 09:49
Compare
Choose a tag to compare
Lock collection for all operations include Get, GetAll and Size, fixi…

v0.2.8

19 Jun 09:36
Compare
Choose a tag to compare
Lock collection for all operations include Get, GetAll and Size

v0.2.7

26 Apr 21:03
Compare
Choose a tag to compare
Stop ticker after run method exit.

v0.2.6

25 Apr 22:23
Compare
Choose a tag to compare
Solving issue to run removeExpired only once, change time.Timer to ti…

v0.2.5

06 Apr 20:54
Compare
Choose a tag to compare
Fixing memory leek with Timer at run() methods