Releases: guardian/bridget
Releases · guardian/bridget
v0.0.0-2024-03-25-snapshot
Replace Discussion stubs with new recommend signature + types The previous stub was unused. This adds relevant types and signatures for the `recommend` method. This PR is based off commits in #111. This change adds `recommend` by itself so that it can be implemented soon by Android and iOS. We can release the remaining Discussion methods in another Bridget version, so the platforms can implement them when ready. This will enable us to render more articles with discussion using DCAR, more quickly. Co-authored-by: Jamie B <[email protected]> Co-authored-by: Ioanna Kokkini <[email protected]> Co-authored-by: Charlotte <[email protected]>
2.9.0
What's Changed
- Add
isSignedIn
andsignIn
methods toUser
service by @georgeblahblah in #124
Full Changelog: 2.8.1...2.9.0
v0.0.0-2024-03-19-snapshot-signin
Delete .changeset/thirty-grapes-repair.md
2.8.1
What's Changed
- Compile models with
guardian/[email protected]
by @georgeblahblah in #128
Full Changelog: 2.7.0...2.8.1
v0.0.0-2024-03-13-snapshot-signin
Add referrer
v0.0.0-2024-03-11-snapshot-signin
Add sign in referrer
v0.0.0-2024-03-11-snapshot-3
Use format string instead of join
v0.0.0-2024-03-11-snapshot-2
Convert array from json
v0.0.0-2024-03-11-snapshot-1
Run native prerelease with a matrix
v0.0.0-2024-03-07-snapshot-gb
Merge branch 'main' of github.com:guardian/bridget into mob/implement…