Releases: udoprog/genco
Releases · udoprog/genco
0.17.10
What's Changed
- Fix a lang nix with function edge case by @whs-dot-hk in #56
- impl
FormatInto
forCow
forstr
and[T]
by @teamplayer3 in #57 - nit: Add std and alloc features and organize imports by @udoprog in #58
New Contributors
- @teamplayer3 made their first contribution in #57
Full Changelog: 0.17.9...0.17.10
0.17.9
0.17.8
0.17.7
What's Changed
- Clean up macro parsing by @udoprog in #44
- Fix typo in fake.rs by @ClementWalter in #46
- Fix typo in readme by @whs-dot-hk in #48
- Update to syn 2 by @tamird in #49
New Contributors
- @ClementWalter made their first contribution in #46
- @whs-dot-hk made their first contribution in #48
- @tamird made their first contribution in #49
Full Changelog: 0.17.6...0.17.7
0.17.6
What's Changed
- Add C support by @believeinlain in #38
- Perform own detection for proc_macro_span (fixes #39) by @udoprog in #43
New Contributors
- @believeinlain made their first contribution in #38
Full Changelog: 0.17.5...0.17.6
0.17.0
0.16.0
0.15.1
0.15.0
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).