New
Swift-Markdown 0.6.0
What's Changed
- Fix whitespace issues with block directive formatting by @mportiz08 in https://github.com/swiftlang/swift-markdown/pull/177
- Add primary associated type for MarkupVisitor by @Kyle-Ye in https://github.com/swiftlang/swift-markdown/pull/135
- add support for riscv64 by @futurejones in https://github.com/swiftlang/swift-markdown/pull/181
- Update swift-syntax links to swiftlang/swift-syntax by @ahoppen in https://github.com/swiftlang/swift-markdown/pull/184
- Update
swift-cmarkreference toswiftlangorg by @NachoSoto in https://github.com/swiftlang/swift-markdown/pull/186 - Update README.md by @parispittman in https://github.com/swiftlang/swift-markdown/pull/188
- Update README.md by @anferbui in https://github.com/swiftlang/swift-markdown/pull/189
- Delete CODE_OF_CONDUCT.md by @parispittman in https://github.com/swiftlang/swift-markdown/pull/187
- add an HTML formatter and converter tool by @QuietMisdreavus in https://github.com/swiftlang/swift-markdown/pull/106
- add optional Aside intiailizer that bails if it can't find a tag by @QuietMisdreavus in https://github.com/swiftlang/swift-markdown/pull/196
- mark CAtomic import as internal or implementation-only by @QuietMisdreavus in https://github.com/swiftlang/swift-markdown/pull/200
- don't automatically transfer the child elements' ranges to the parent by @QuietMisdreavus in https://github.com/swiftlang/swift-markdown/pull/202
- Update repository URLs in README by @woxtu in https://github.com/swiftlang/swift-markdown/pull/203
- [cmake] Recognize "arm64" as a supported arch by @Steelskin in https://github.com/swiftlang/swift-markdown/pull/207
- parameter updates in documentation by @heckj in https://github.com/swiftlang/swift-markdown/pull/206
New Contributors
- @mportiz08 made their first contribution in https://github.com/swiftlang/swift-markdown/pull/177
- @futurejones made their first contribution in https://github.com/swiftlang/swift-markdown/pull/181
- @ahoppen made their first contribution in https://github.com/swiftlang/swift-markdown/pull/184
- @NachoSoto made their first contribution in https://github.com/swiftlang/swift-markdown/pull/186
- @parispittman made their first contribution in https://github.com/swiftlang/swift-markdown/pull/188
- @anferbui made their first contribution in https://github.com/swiftlang/swift-markdown/pull/189
- @woxtu made their first contribution in https://github.com/swiftlang/swift-markdown/pull/203
- @Steelskin made their first contribution in https://github.com/swiftlang/swift-markdown/pull/207
- @heckj made their first contribution in https://github.com/swiftlang/swift-markdown/pull/206
Full Changelog: https://github.com/swiftlang/swift-markdown/compare/0.5.0...0.6.0