Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-06-29 | 1.8 kB | |
v0.8.0.tar.gz | 2021-06-29 | 160.3 kB | |
v0.8.0.zip | 2021-06-29 | 181.4 kB | |
Totals: 3 Items | 343.5 kB | 0 |
v0.8.0 (2021-06-29)
Breaking Change 💥
- #345 Replace 'any' with 'mixed' in return types of various resolvers (@IvanGoncharov)
- #346 Switch to custom base64 implementation (@IvanGoncharov)
New Feature 🚀
- #344 nodeDefinitions: Allow to pass number as ID values (@IvanGoncharov)
Bug Fix 🐞
- #348 arrayConnection: return all elements if cursors are on the outside (@IvanGoncharov)
- #349 Allow mutations to return custom classes (@IvanGoncharov)
Polish 💅
2 PRs were merged
* [#342](https://github.com/graphql/graphql-relay-js/pull/342) fix: convert number offset to string ([@saihaj](https://github.com/saihaj)) * [#347](https://github.com/graphql/graphql-relay-js/pull/347) arrayConnection-test: improve readability and minimise duplication ([@IvanGoncharov](https://github.com/IvanGoncharov))Internal 🏠
Dependency 📦
- #350 Update deps (@IvanGoncharov)
Committers: 2
- Ivan Goncharov(@IvanGoncharov)
- Saihajpreet Singh(@saihaj)