Skip to content

Releases: jonathanstrong/incr

Upgrades release candidate to full release

14 Jun 22:15
Compare
Choose a tag to compare

Barely any changes but had never promoted v0.2.0-rc.1 to a full release.

Adds `AtomicMap`, improves docs, `fnv` feature

28 Apr 05:38
Compare
Choose a tag to compare

Adds AtomicMap, a thread-safe map to track sequences by key. Release also includes new "fnv" feature, which enables the use of the FNV hasher for the HashMap backing Map and AtomicMap, as well as a range of small improvements.

Fixes `AtomicIncr` ordering bug, adds functionality across the board

07 Apr 09:09
Compare
Choose a tag to compare

v0.1.0

06 Apr 04:57
Compare
Choose a tag to compare

Initial version of the library in relatively good working order.