Releases: valsteen/sort_by_derive
Releases · valsteen/sort_by_derive
Add support for lifetimes in enum accessor
Update to syn 2.x , add support for tuples by index in sort_by
What's Changed
- Update syn to v2.0.28 by @valsteen in #16
- Add support to sort by tuple index ( #[sort_by(3, 2,1 )] ) by @valsteen in #17
Full Changelog: 0.1.15...0.1.16
Bugfix: make accessor methods public
Fix method name collisions in generated accessor methods
What's Changed
- Use alias instead of attribute to detect duplicate accessors by @valsteen in #11
- Prevent accessor collision with existing methods by directly creating a impl block by @valsteen in #12
Full Changelog: 0.1.13...0.1.14
Add CI with linting, formatting and testing (including docs)
0.1.13 bump version
Lifetimes bugfix
0.1.12 bump version
Add support for tuple structs
0.1.11 bump version
Implement Only/Except
0.1.10 update doc
Add mut call support
0.1.9 support mut calls
Alias support
0.1.8 publish tag