Releases: hotwired/strada-ios
Releases · hotwired/strada-ios
v1.0.0-beta2
What's Changed
- Fix redirect issue feedback by @svara in #25
- Async javascript take 2 feedback by @svara in #30
- Add missing non async reply functions by @svara in #31
- Async javascript take 2 by @joemasilotti in #29
- Fix race condition when setting up Strada components by @dginsburg in #27
- Get web view's URL at runtime by @joemasilotti in #24
New Contributors
- @joemasilotti made their first contribution in #29
Full Changelog: v1.0.0-beta1...v1.0.0-beta2
v1.0.0-beta1
What's Changed
First public release! 🎉
- Update iOS JavaScript shim by @dginsburg in #2
- Documentation by @jayohms in #18
New Contributors
- @dginsburg made their first contribution in #2
Full Changelog: v1.0.0-alpha01...v1.0.0-beta1
v1.0.0-alpha01
What's Changed
- Hide serialization implemenation to client apps by @svara in #5
- Update
test
workflow by @svara in #7 - Implement BridgeDelegate and BridgeComponent Protocol by @svara in #6
- Add option to generate a user agent substring for the given components by @svara in #8
- Add a convenience function to decode the Message's json data by @svara in #9
- Rename
BridgeComponent
APIs by @svara in #10 - Store received messages within components by @svara in #11
- Reply with an Encodable type by @svara in #12
- Move user agent substring generation from
Bridge
toStrada
namespace by @svara in #13 - Move logging to OSLog by @svara in #14
- Expose
Message
andMessage.Metadata
's initializers by @svara in #15 - Avoid accessing the bridge directly from within the BridgeComponent. by @svara in #16
- Expose didReceive(message:) and other component's functions by @svara in #17
New Contributors
Full Changelog: v0.1.0...v1.0.0-alpha01
v0.1.0
Merge pull request #3 from hotwired/license Add MIT license and code of conduct