v0.6.2
What's Changed
- Remove duplicate parser test display by @GreasySlug in #331
- Docs: update do/do! indentation, etc. by @toddlerer in #330
- Implement
ModuleIndex
by @mtshiba in #334 - Change data structure from
Vec
toVecDeque
by @GreasySlug in #337 - Feature newtype by @mtshiba in #340
- Fix renaming bugs by @mtshiba in #342
- Docs: add sync_to_summary.py and sync by @toddlerer in #339
- CI: If only doc/ is changed, do not run CI for rust by @toddlerer in #346
- Make strings in
init_builtin_classes
functionconst
by @yuk1ty in #341 - CI: automatically run
sync_to_summary.py
and commit by @toddlerer in #347 - Change insert(0, elem) to push_front(elem) by @GreasySlug in #348
- Remove duplicate error indicate by @GreasySlug in #349
- Call macro or method for logging when exit a current method by @GreasySlug in #350
- Changing the name of CI doesn't really change anything by @C-BJ in #352
- Use debug_exit_info!() before exit a current method by @GreasySlug in #354
- Fixes #344 by @C-BJ in #360
- add feature:
no_std
by @mtshiba in #361
Full Changelog: v0.6.1...v0.6.2