Skip to content

Releases: morrys/relay-angular

[relay-angular] - v1.0.0

07 Feb 15:25
Compare
Choose a tag to compare

Improved

  • Support relay-runtime v13 #32

[relay-angular-plugin] - v1.0.0

25 Jan 20:39
Compare
Choose a tag to compare

Improved

  • support Angular v11, v12 & v13.
    • To be able to use relay with angular v11, v12 and v13 just update the dependency on relay-angular-plugin to version 1.0.0.

[relay-angular-plugin] - v0.1.0

25 Jan 14:25
2defb4a
Compare
Choose a tag to compare

Improved

  • added dependency to ts-relay-plugin and compatibility with typescript 4>

[relay-angular] - v0.1.0

04 May 13:45
Compare
Choose a tag to compare

Improved

  • offline-first applications
    • added Restore decorator: allows you to manage the restore of data persisted in the storage
    • added Time To Live for queries
    • created offline todos example