Skip to content

Releases: udoprog/genco

0.17.9

18 May 14:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.8...0.17.9

0.17.8

07 Nov 04:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.7...0.17.8

0.17.7

09 Oct 17:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.6...0.17.7

0.17.6

25 Sep 17:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.5...0.17.6

0.17.0

10 Jul 12:50
Compare
Choose a tag to compare

Added

  • Added FormatInto implementation for Arguments<'_> (#26).

Changed

  • All syntax has been changed from using # to $ (#27).
  • --cfg genco_nightly has been deprecated in favor of using byte-span hacks to
    detect whitespace between tokens on the same column.

0.16.0

04 Feb 18:44
Compare
Choose a tag to compare

Changed

  • Add basic support for using genco to tokenize on stable (#20).

0.15.1

13 Oct 04:15
Compare
Choose a tag to compare

Fixed

  • Fixed typos in documentation.
  • Fixed new Clippy lints.

0.15.0

27 Jun 23:22
Compare
Choose a tag to compare

Fixed

  • csharp: System must be imported (#13).

Changed

  • Parse match blocks better by ignoring end condition for nested groups (#13).
  • Match arms containing parenthesis are now whitespace sensitive (#13).
  • Language items are no longer trait objects (#14).
  • Use a singly-linked list to improve how quickly we can iterate over language items in token streams (#16).
  • Pass formatting configuration by reference instead of by value when constructing a formatter (#17).

Added

  • Patterns are now parsed correctly to support alternatives separated by pipes (#12).
  • Added quote_fn! macro and added FormatInto to the prelude (#13).