Skip to content

Releases: arr-ai/frozen

v1.7.0 Fix Go 1.23 breakage

19 Aug 00:29
23e3e1c
Compare
Choose a tag to compare
  • Upgrade hash package dependency, which was fixed after it broke in Go 1.23.

Reduce dependencies

27 Oct 13:09
3788c84
Compare
Choose a tag to compare
reduce dependencies (#73)

* reduce dependencies
* lint
* fix go versioning
* misc fixes

MapToGoMap

29 Apr 10:00
188cacd
Compare
Choose a tag to compare
  • Add MapToGoMap function.
  • Update linters and fix code accordingly.

v1.4.0

07 Sep 05:41
39adceb
Compare
Choose a tag to compare

Move iterator.Iterator to frozen.Iterator.

v1.3.0

07 Sep 05:10
9d14e0d
Compare
Choose a tag to compare

Re-export:

  • Iterator as iterator.Iterator ("github.com/arr-ai/frozen/pkg/iterator")
  • Key as frozen.Key

Hashable IntSet

07 Aug 09:46
bbecb15
Compare
Choose a tag to compare

What's Changed

  • IntSet is now hashable so it can be used in Set[IntSet] and Map[IntSet, ...].

v1.1.0

18 Jul 11:02
41398d9
Compare
Choose a tag to compare

What's Changed

V1

17 Jul 23:16
e158d61
Compare
Choose a tag to compare
V1

With the introduction of generics support, the API is now considered stable. Future releases will ensure backwards compatibility.

Generics

08 May 01:09
e158d61
Compare
Choose a tag to compare
  • Set => Set[T]
  • IntSet => IntSet[I]
  • Map => Map[K, V]
  • StringMap => Map[string, V]
  • …Builder => …Builder[…]

Switch from unsafe pointers to interfaces

18 Nov 00:05
4fbb61d
Compare
Choose a tag to compare
v0.20.0

Switch from unsafe pointers to interfaces (#61)