Skip to content

Releases: goradd/gengen

Removing SetChanged

07 Aug 21:25
8d2c703
Compare
Choose a tag to compare

SetChanged only works if the values are comparable, so we need to remove that.

Updating README

08 Jun 10:41
Compare
Choose a tag to compare
v0.2.1

Updating the ReadMe

Sort Function

08 Jun 09:31
243bfec
Compare
Choose a tag to compare

The interface changed for slice maps. Instead of one-time sorting, you can now add a sort
function. If you want one-time sorting, you can add this sort function just before iterating.
The sort function doubles the time to insert items in a 10,000 item set, so its not a big slow down for getting a big benefit.

Also improved test coverage. All tests cover 90 - 97% now.

Adding GetKeyAt to slice map

05 Apr 13:02
fb39578
Compare
Choose a tag to compare
Merge pull request #7 from spekary/GetKeyAt

Cleanup and adding GetKeyAt to slice maps.

Updating gofile

26 Mar 11:08
Compare
Choose a tag to compare
v0.1.4

Updating gofile

Minor fixes

26 Mar 08:45
Compare
Choose a tag to compare
v0.1.3

Fixing slice map package

FInal go get fix

01 Jan 10:09
Compare
Choose a tag to compare
v0.1.2

Fixing up README

Attempt to fix problem with go get

01 Jan 09:33
Compare
Choose a tag to compare

First releasd

29 Dec 11:42
Compare
Choose a tag to compare
v0.1.0

Fixing mod file