Skip to content

Releases: daac-tools/trie-match

v0.2.0

25 Sep 00:54
3b806ba
Compare
Choose a tag to compare

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

18 Sep 07:46
7e44b40
Compare
Choose a tag to compare

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

13 Sep 08:50
7ca0c07
Compare
Choose a tag to compare

Bug fixes

  • Use wrapping_add to prevent error on debug mode #4

v0.1.0

12 Sep 11:33
Compare
Choose a tag to compare

The first release of trie-match.