-
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