-
v0.3.0
Pre-ReleaseAll checks were successfulCI / Check PR Title (push) Has been skippedCI / Makefile Lint (push) Successful in 50sCI / Go Lint (push) Successful in 54sCI / Markdown Lint (push) Successful in 50sCI / Unit Tests (push) Successful in 47sCI / Mutation Tests (push) Successful in 1m31sCI / Fuzz Tests (push) Successful in 1m21sreleased this
2026-04-16 03:31:41 +00:00 | 1 commits to main since this release- Breaking change: All member functions of
Tableare pointer receivers, instead of value receivers. - Breaking change:
NewTableis nowNew. - Breaking change:
NewTableByis nowNewBy. - Breaking change:
NewCustomTableis nowNewCustom. - Breaking change:
Table.Get(K) (V, error)is nowTable.Get(K) (V, bool). - Added
ErrBadHashsentinel error. Developers can use it to manage errors from the library, when a table can no longer perform operations using the hash functions it was given. - Added
Table.Find, which holds the serves the same purpose thatvalue := map[index]does. It fills a niche which the comma-ok notation ofTable.Getdoes not.
Downloads
- Breaking change: All member functions of
-
v0.2.0
Pre-ReleaseAll checks were successfulCI / Check PR Title (push) Has been skippedCI / Go Lint (push) Successful in 38sCI / Makefile Lint (push) Successful in 36sCI / Markdown Lint (push) Successful in 21sCI / Unit Tests (push) Successful in 37sCI / Fuzz Tests (push) Successful in 1m9sCI / Mutation Tests (push) Successful in 1m18sreleased this
2026-04-03 14:57:57 +00:00 | 5 commits to main since this releaseDownloads
-
v0.1.0
Pre-Releasereleased this
2026-03-20 02:03:59 +00:00 | 13 commits to main since this releaseDownloads
-
v0.0.1
Pre-Releasereleased this
2026-03-18 01:42:45 +00:00 | 16 commits to main since this releaseJust to test out publishing.
Downloads