Skip to content

Releases: mrnkr/ra-data-nestjs-query

v5.1.6

17 Nov 15:42

Choose a tag to compare

5.1.6 (2025-11-17)

Bug Fixes

  • configure semantic release - force patch release (36a9152)
  • enable NPM_CONFIG_PROVENANCE (f3fc665)
  • publish.yml permissions (9db876d)
  • remove GITHUB_TOKEN (1fddc10)
  • remove NPM_TOKEN to use trusted publishing (79b73c4)
  • remove semantic-release wrapper and use npx instead (2e924ca)
  • trusted publishing (1238d14)
  • update node to be compatible with semantic-release (7bf707b)
  • update semantic-release wrapper (87bcc76)

v5.1.5

04 Oct 13:42

Choose a tag to compare

What's Changed

Full Changelog: v5.1.4...v5.1.5

v5.1.4

19 Sep 19:09

Choose a tag to compare

What's Changed

Full Changelog: v5.1.3...v5.1.4

v5.1.3

15 Sep 23:14

Choose a tag to compare

What's Changed

  • deps: bump ra-data-graphql from 5.1.0 to 5.1.2 by @dependabot in #6
  • deps: bump eslint-plugin-cypress from 2.15.2 to 3.5.0 by @dependabot in #7
  • deps: bump @apollo/client from 3.11.3 to 3.11.4 by @dependabot in #8
  • deps: bump ra-data-graphql from 5.1.2 to 5.1.3 by @dependabot in #9
  • deps: bump @apollo/client from 3.11.4 to 3.11.8 by @dependabot in #11
  • deps: bump ra-data-graphql from 5.1.3 to 5.1.4 by @dependabot in #13
  • deps: bump typescript from 5.5.4 to 5.6.2 by @dependabot in #12

Full Changelog: v5.1.2...v5.1.3

v5.1.2

15 Aug 17:27

Choose a tag to compare

Full Changelog: v5.1.1...v5.1.2

v5.1.1

15 Aug 14:53

Choose a tag to compare

What's Changed

  • deps: bump eslint-plugin-testing-library from 5.11.1 to 6.2.2 by @dependabot in #1
  • deps: bump vitest and @vitest/coverage-v8 by @dependabot in #2
  • deps: bump prettier from 3.2.5 to 3.3.3 by @dependabot in #3
  • deps: bump cross-env from 5.2.1 to 7.0.3 by @dependabot in #4
  • deps: bump @apollo/client from 3.11.3 to 3.11.4 by @dependabot in #5

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

09 Aug 19:39

Choose a tag to compare

commit 27d41ac
Author: Alvaro Nicoli [email protected]
Date: Fri Aug 9 14:11:39 2024 -0300

Modified: src/buildGqlQuery.test.ts src/buildGqlQuery.ts src/buildQuery.test.ts src/buildQuery.ts src/buildVariables.test.ts src/buildVariables.ts src/getResponseParser.test.ts src/getResponseParser.ts src/types.d.ts

commit a2f45ce
Author: Alvaro Nicoli [email protected]
Date: Tue Aug 6 23:49:07 2024 -0300

Modified: src/buildQuery.ts

commit 5281f59
Author: Alvaro Nicoli [email protected]
Date: Tue Aug 6 23:46:52 2024 -0300

Modified: README.md package.json pnpm-lock.yaml src/buildGqlQuery.test.ts src/buildGqlQuery.ts src/buildQuery.test.ts src/buildQuery.ts src/getGqlType.ts src/getResponseParser.test.ts src/getResponseParser.ts src/types.d.ts

commit b57299d
Author: Alvaro Nicoli [email protected]
Date: Tue Aug 6 17:39:11 2024 -0300

Added: .eslintrc.js .gitignore .prettierrc .vscode/settings.json README.md package.json pnpm-lock.yaml src/buildGqlQuery.test.ts src/buildGqlQuery.ts src/buildQuery.test.ts src/buildQuery.ts src/buildVariables.test.ts src/buildVariables.ts src/getFinalType.test.ts src/getFinalType.ts src/getGqlType.test.ts src/getGqlType.ts src/getResponseParser.test.ts src/getResponseParser.ts src/index.ts src/isList.test.ts src/isList.ts src/types.d.ts tsconfig.build.json tsconfig.json vitest.config.ts