Skip to content

Releases: kazekyo/nau

v0.4.5

07 Jan 09:59
Compare
Choose a tag to compare

Fixes

  • Update dependencies

v0.4.4

11 Sep 09:24
Compare
Choose a tag to compare

Fixes

  • #403 Fixed a bug that usePagination to retrieve old data

v0.4.3

29 Jul 08:51
Compare
Choose a tag to compare

Fixes

  • #335 Fix a bug that occurred when using presets in multiple sections

v0.4.2

02 Jun 05:55
Compare
Choose a tag to compare

Breaking changes

  • Rename apollo to apolloConfig in @kazekyo/nau-config

v0.4.1

01 Jun 14:50
Compare
Choose a tag to compare

Improvements

  • Add @kazekyo/nau-config. This package provides your IDE with knowledge of directives. See the document.

v0.4.0

14 May 04:53
Compare
Choose a tag to compare

Improvements

I have redesigned all the features of Nau. Starting with this release, you can use a new GraphQL Code Generator preset.
You will get a completely new development experience. 🚀

Breaking Changes

Unfortunately it is not compatible with the previous version, but I hope you will have a better developer experience.
Please see the documentation for the necessary configuration.
https://www.naugraphql.com/docs/getting-started/installation
https://www.naugraphql.com/docs/getting-started/configuration

v0.2.3

04 Sep 06:08
Compare
Choose a tag to compare

Fixes

  • Fix getNodesFromConnection generics

v0.2.2

22 Aug 13:12
Compare
Choose a tag to compare

Fixes and improvements

  • Allow @appendNode / @prependNode to add an item to a connection in the root of Query. Omit the id in the params of generateConnectionId.

v0.2.1

09 Aug 12:38
Compare
Choose a tag to compare

Improvements

  • Add cacheIdGenerator option for withCacheUpdater. This option is to allow users to handle backend ids in formats not supported by Nau.
  • Add docs on README

0.2.0

18 Jul 11:07
c9a1588
Compare
Choose a tag to compare

Breaking changes

  • Rename directive @nauConnection to @paginatable

Fixes and improvements

  • Add tests
  • Fix backward pagination on relayPaginationFieldPolicy
  • Remove variables connections and edgeTypeName in CacheUpdaterLink to avoid sending unnecessary variables to backend