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.
- Update project documentation.
- Fixed badge in project.
- Added
Copy
andClone
implementations forFromFn
(#31).
- Changed internal syntax of doc tests (#32).
- Documentation fixes.
- Added
FormatInto
implementation forArguments<'_>
(#26).
- 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.
- Add basic support for using genco to tokenize on stable (#20).
- Fixed typos in documentation.
- Fixed new Clippy lints.
- csharp: System must be imported (#13).
- 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).