View Source Changelog pre v1
1-0-0-2022-12-22
1.0.0 [2022-12-22]
- BREAKING CHANGE. Refactored precision into the backend, to allow each backend to have access to the precision information for their internal work. This means there is now a
precision/1
callback that every backend need to implement.
0-6-0-2022-09-27
0.6.0 [2022-09-27]
enhancements
Enhancements
- Added documentation to the main module
0-5-0-2022-09-02
0.5.0 (2022-09-02)
enhancements-1
Enhancements
- The behaviour have been cleaned up and the relationship between the behaviour and the API have been cleaned up. In particular, the run_of_zeroes is now done in the backend.
- The array backend have been dropped. If you want it back, PR welcome.
0-4-0-2022-06-25
0.4.0 (2022-06-25)
enhancements-2
Enhancements
- The behaviour have been cleaned up and the relationship between the behaviour and the API have been cleaned up.
- There is now a version atom in each HLL generated. This is not too important right now, but will be used in the future to block merging two HLL with incompatible versions (as an example if the hashing strategy changed)