1.8.0 (2023-09-16)
- Improve set performance with new hasher. (c03ec08)
1.7.0 (2023-09-11)
- Allow custom hashers again on set. (3533e46)
1.6.0 (2023-09-11)
- Lots of cleanup, more docs, switch to list for stack/queue. (38d63f7)
1.5.4 (2023-09-08)
- Cleanup. (e676803)
1.5.3 (2023-08-28)
- Fix issue with es6/genes conflict. (565744a)
1.5.2 (2023-08-28)
- Clean up bst tree code around children. (51d11a0)
1.5.1 (2023-08-26)
- Fix issue with .net version, make set mostly work for c#. (beb3224)
1.5.0 (2023-08-26)
- Add lix to deps. (490f28b)
- Setup lix libs, move to utest+dropecho.testing, cleanup. (554e373)
1.4.1 (2022-12-08)
- Update to new build system, misc cleanup. (0898924)
1.4.0 (2021-03-20)
- Update all DS to use new interop, clean up tests, random fixes for real use in dungen and other libs. (4466789)
1.3.0 (2021-02-04)
- More cleanup, remove dist from git. (3103909)
1.2.0 (2021-02-01)
- cleanup, add in/out neighbors to graph, start on grammar based transforms. (0285f20)
1.1.0 (2020-10-29)
- Change traversals and search to static funcs. (88bfd0e)
- Fix issue with traversal (a328f97)