All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for the bitbinary type
- Implement
Into<Term>
for multiple tuple lengths
- Implement PartialOrd and Ord for Term and RawTerm
- Implement Hash for Term and RawTerm
- Converted Term::Map from
HashMap<String, Term>
toHashMap<Term, Term>
- Term::Float and RawTerm::Float is now
OrderedFloat<f64>
instead off64
- Deleted Term::MapArbitrary because normal Term::Map does the same
- Term::from RawTerm crashed on invalid utf8 bytes