v0.8.0 - New String Methods, Improved Concurrency Experience
What's Changed
- Added support for .matches macro on String by @alexsnaps in #49
- Clippy by @alexsnaps in #50
- Added missing endsWith macro for String by @alexsnaps in #51
- Make Functions Send + Sync by @lucperkins in #55
- Add an Axum example by @lucperkins in #57
- Fix method/fn parsing and lookup by @alexsnaps in #59
- Get variable and function references from expression by @clarkmcc in #61
New Contributors
- @alexsnaps made their first contribution in #49
Full Changelog: v0.7.1...v0.8.0