Skip to content

Releases: rluiten/trie

Add isEmpty, remove now drops unused nodes

03 Feb 13:00
Compare
Choose a tag to compare
2.1.0

2.1.0 add isEmpty, remove drops unused nodes

Update to Elm 0.19

06 Sep 12:12
Compare
Choose a tag to compare
2.0.3

chore(release): v2.0.3 Upgrade to Elm 0.19

Update to Elm 0.18

19 Nov 14:10
Compare
Choose a tag to compare

Moved to elm-test as well.

Update to Elm 0.17.

22 May 22:36
Compare
Choose a tag to compare
fix(dependency): update elm-lang/core to 4.0.1 minimum as it fixes a …

…bug that test hit

Hid Trie constructors, Added Encoder and Decoder.

27 Dec 07:49
Compare
Choose a tag to compare
feat(Overhaul): add Trie.Json.Encoder and Trie.Json.Decoder, changed …

…API to hide Trie constructors

feat(Overhaul): changes to Trie model were mode to make Encoder and Decoder simpler and the
resultant encoded model  smaller.

Initial release.

23 Dec 14:02
Compare
Choose a tag to compare
1.0.0

Created Trie package from another project.