Releases: daac-tools/trie-match
Releases · daac-tools/trie-match
v0.2.0
New feature
- Support binding values (#17)
Backward compatibility
In the previous version, implicit type conversion has been performed, which is not done in normal match expressions, but this change makes type checking as strict as in normal match expressions.
v0.1.2
New features
- Support byte string patterns (#12)
- Support
cfg
attribute on Nightly Rust (#10)
Bug fixes
- Fix bug transitions from invalid checks (#11)
v0.1.1
Bug fixes
- Use wrapping_add to prevent error on debug mode #4
v0.1.0
The first release of trie-match.