Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-08 | 3.4 kB | |
v0.15.1 - More customizable derive macros source code.tar.gz | 2025-08-08 | 1.7 MB | |
v0.15.1 - More customizable derive macros source code.zip | 2025-08-08 | 1.8 MB | |
Totals: 3 Items | 3.5 MB | 0 |
It has been quite some time since the last release, and this new release contains quite nice new features, especially regarding the derive macro, thanks to the help of many contributors!
There should not be any breaking change, but please report any bug you might encounter with this new release.
Thanks again to all contributors!
What's Changed
- Fix typo in multiple lifetime error message by @414owen in https://github.com/maciejhirsz/logos/pull/453
- Fix #[regex] monospace formatting in 4.2 Token and Regex by @l1npengtul in https://github.com/maciejhirsz/logos/pull/455
- fix: fixed regex for string value in json examples by @pamburus in https://github.com/maciejhirsz/logos/pull/464
- chore(ci): add rustfmt to codecov & exclude fuzz from workspace by @davidkern in https://github.com/maciejhirsz/logos/pull/414
- chore(ci):
cargo msrv
and ci by @jeertmans in https://github.com/maciejhirsz/logos/pull/469 - chore(ci): run workflows on main by @jeertmans in https://github.com/maciejhirsz/logos/pull/470
- fix(ci): branch name is 'master' :-) by @jeertmans in https://github.com/maciejhirsz/logos/pull/471
- fix(docs): badge by @jeertmans in https://github.com/maciejhirsz/logos/pull/472
- Book improvements by @fmorroni in https://github.com/maciejhirsz/logos/pull/448
- chore(deps): bump moonrepo/setup-rust from 0 to 1 by @dependabot[bot] in https://github.com/maciejhirsz/logos/pull/473
- book: syntax correction by @rotmh in https://github.com/maciejhirsz/logos/pull/476
- fix(ci): do not use actions-rs's cargo action by @jeertmans in https://github.com/maciejhirsz/logos/pull/483
- chore(ci): fix clippy error by @Shadowcat650 in https://github.com/maciejhirsz/logos/pull/484
- chore(ci): add debug feature to ci tests by @Shadowcat650 in https://github.com/maciejhirsz/logos/pull/485
- Graph generation by @Shadowcat650 in https://github.com/maciejhirsz/logos/pull/477
- Mark read_byte as unsafe and add safety comments by @kevincliao in https://github.com/maciejhirsz/logos/pull/475
- Add callbacks and priority for #[logos(skip)] by @mysteriouslyseeing in https://github.com/maciejhirsz/logos/pull/441
- docs(calculator_example): bumps
chumsky
crate from 0.9.0 to 0.10.0 by @your-diary in https://github.com/maciejhirsz/logos/pull/474 - Add option to change error constructor by @mysteriouslyseeing in https://github.com/maciejhirsz/logos/pull/445
- chore(lib): release v0.15.1 by @jeertmans in https://github.com/maciejhirsz/logos/pull/494
New Contributors
- @414owen made their first contribution in https://github.com/maciejhirsz/logos/pull/453
- @l1npengtul made their first contribution in https://github.com/maciejhirsz/logos/pull/455
- @pamburus made their first contribution in https://github.com/maciejhirsz/logos/pull/464
- @fmorroni made their first contribution in https://github.com/maciejhirsz/logos/pull/448
- @rotmh made their first contribution in https://github.com/maciejhirsz/logos/pull/476
- @Shadowcat650 made their first contribution in https://github.com/maciejhirsz/logos/pull/484
- @kevincliao made their first contribution in https://github.com/maciejhirsz/logos/pull/475
- @mysteriouslyseeing made their first contribution in https://github.com/maciejhirsz/logos/pull/441
Full Changelog: https://github.com/maciejhirsz/logos/compare/v0.15...v0.15.1