Releases: elementary-swift/elementary
0.7.1
What's Changed
- improve nested attributed types & add more html tuples by @erikbdev in #98
- support tuples up to 12 without introducing new types by @sliemeobn in #99
New Contributors
Full Changelog: 0.7.0...0.7.1
0.7.0
⚠️ Breaking Change
This release removes the deprecated var content and HTML.Content aliases - thus finishing the transition to var body.
A few other deprecations were also removed to clean up the API.
What's Changed
- [BREAKING] removed deprecations by @sliemeobn in #95
- migrate to swift-testing by @sliemeobn in #96
Full Changelog: 0.6.4...0.7.0
0.6.4
0.6.3
What's Changed
- fix unicode handling of style iterator by @sliemeobn in #92
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- added
Grouptype by @sliemeobn in #90 - added style parsing and key/value iterator for style attribute by @sliemeobn in #91
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Move to
elementary-swiftby @sliemeobn in #86 - Drop 5.10 support + fix embedded build for 6.2.3+ by @sliemeobn in #88
Full Changelog: 0.6.0...0.6.1
0.6.0
⚠️ Breaking Change
I decided to rename var content to var body on the HTML type for consistency and future clarity.
Also, the type HTML.Content is now HTML.Body.
Ideally the (temporary) aliases and default implementations will only give you warnings with clear update instructions. Some breakage may still occur.
Sorry for the inconvenience this may cause — thanks for bearing with the churn!
What's Changed
- Rename
var contenttovar bodyby @sliemeobn in #85
Full Changelog: 0.5.6...0.6.0
0.5.6
0.5.5
What's Changed
- lower minimum iOS version to v15 by @John-Connolly in #81
- fix iOS availability by @John-Connolly in #82
New Contributors
- @John-Connolly made their first contribution in #81
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- unicode-less equality for
_StoredAttribute(embedded) by @sliemeobn in #78
Full Changelog: 0.5.3...0.5.4