v0.13.0
What's Changed
- feat(stageleft): add support for property annotations in
q!macro by @shadaj in #44 - feat: add
#[stageleft::export(Foo, Bar)]to pub-export macro-generated items by @MingweiSamuel in #49 - fix(stageleft_tool)!: remove
top_level_modand unused double-parsing code for trybuild mode by @shadaj in #51 - fix(stageleft_tool): mutate
__stagedmod contents in-place when adding deps module by @shadaj in #52 - refactor: fully-remove cfg-ignored items by @MingweiSamuel in #53
- fix(stageleft_tool): track
is_staged_separate,pubness of entire module stack, re-export static & trait alias items by @MingweiSamuel in #54
Full Changelog: stageleft-v0.10.3...stageleft-v0.13.0