garden 1.1.0
garden: ^1.1.0 copied to clipboard
Branching data structures.
Changelog #
1.1.0 #
- Fixed several bugs in
ListLeaf,SetLeaf, andMapLeaf. - Implemented basic performance testing.
- Performed basic code optimization for all leaves and all implemented operations.
1.0.0 #
- Initial release.
- Added branching, commit, and revert support through
Garden. - Added built-in leaf types:
ValueLeaf,ListLeaf,SetLeaf, andMapLeaf.