Tokamak/CHANGELOG.md

23 lines
730 B
Markdown
Raw Normal View History

2020-06-18 19:29:50 +08:00
# 0.2.0 (18 June, 2020)
This is the first release that supports WebAssembly and browsers
with the new `TokamakDOM` module. The API now closely follows SwiftUI,
while the new React-like API is no longer available. Unfortunately,
since older versions of iOS don't support [opaque
types](https://docs.swift.org/swift-book/LanguageGuide/OpaqueTypes.html),
and you already can use SwiftUI on iOS versions that do support it, iOS and macOS
renderers are no longer available.
# 0.1.2 (18 March, 2019)
2019-03-18 21:22:39 +08:00
Update example code in README for CocoaPods page.
2020-06-18 19:29:50 +08:00
# 0.1.1 (18 March, 2019)
Update rendered README.md on CocoaPods page.
2020-06-18 19:29:50 +08:00
# 0.1.0 (18 March, 2019)
2019-03-18 18:09:27 +08:00
First release with an iOS renderer for UIKit and a basic macOS renderer for
AppKit.