v0.4.0
What's Changed
- Use enums to keep state by @madig in #79
- Properly account for identifier and lib arguments by @madig in #82
- Make kurbo a direct optional dependency by @madig in #86
- Remove comment-triggering from bloatcmp by @cmyr in #88
- Wrong name for UFOs by @benkiel in #90
- Add UfoDataRequest by @ctrlcctrlv in #53
- Fix clippy lints by @madig in #94
- Simplify Glyph by @madig in #93
- Move Guideline to own file by @madig in #97
- Move Identifier to own file by @madig in #98
- I don't think the fontinfo and glyph mods need to be pub? by @madig in #99
- Rename Ufo to Font by @cmyr in #103
- LayerSet + other layer-related tweaks by @cmyr in #106
- Make fontinfo module public by @cmyr in #112
- Add Layer::clear and ::get_or_create by @madig in #113
- Limit Color::to_rgba_string precision by @madig in #117
- Convenience methods for accessing global guidelines by @cmyr in #120
- Prepare for 0.4.0 by @cmyr in #122
- Implement to_kurbo on Contour by @simoncozens in #116
- Run clippy with the --all-features flag in CI by @cmyr in #129
- Error fixups by @cmyr in #128
- Layer API improvements and fixups by @cmyr in #121
- Serialization normalizations by @madig in #126
- Serialize height before width by @cmyr in #133
- Overwrite meta.creator on save by @cmyr in #134
New Contributors
- @benkiel made their first contribution in #90
- @ctrlcctrlv made their first contribution in #53
Full Changelog: v0.3.1...v0.4.0