Tavor v0.5 Release Notes

Release Date: 2015-01-25 // about 9 years ago
  • Tavor v0.5 changelog

    • ๐Ÿ“š Complete documentation
    • Require Go 1.4
    • Do not allow empty strings
    • โœ‚ Remove Least, Many and Most token
    • โœ‚ Remove Fuzz and FuzzAll
    • ๐Ÿ“‡ Rename special token to typed token
    • ๐Ÿ“‡ Rename the reduce strategy BinarySearch to Linear
    • Replace RandomInt with RangeInt
    • ๐Ÿ›  Fix reducing by making it work in general
    • ๐Ÿ›  Fix another unrolling bug by regenerating the whole structure
    • ๐Ÿ›  Fix resets of sequences and scopes
    • ๐Ÿ›  Fix combinations of Repeat
    • โ†ช Workaround for zero repeat parsing
    • ๐Ÿ›  Fix UniqueItem permutation which fixes some resets
    • ๐Ÿ›  Fix release of Unique
    • ๐Ÿ›  Fix EOF in character classes