Skip to content

Latest commit

 

History

History
218 lines (138 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

218 lines (138 loc) · 20.3 KB

Changelog

3.1.4 (2024-07-10)

🐛 Bug Fixes

3.1.3 (2024-07-10)

🧹 Miscellaneous

  • update prepack script to include nuxi prepare command (#106) (d110710)

3.1.2 (2024-07-10)

🧹 Miscellaneous

3.1.1 (2024-07-10)

🧹 Miscellaneous

  • push changes to release files only if there is a pull request (#102) (cc0967d)

3.1.0 (2024-07-10)

🔖 Features

  • expose typeDefs instead of schema from #graphql/schema for easier use with Apollo server (#99) (7171731)

🐛 Bug Fixes

  • provide typescript info for virtual import #graphql/schema (#97) (8f5018d)

📚 Documentation

  • add subscription example (#98) (21ef02b)
  • use new nuxi module add command in installation (#86) (b2457e6)

🧹 Miscellaneous

  • add .release-please-manifest.json to git add command in release workflow (#101) (41c4882)
  • deps: update actions/setup-node action to v4 (#77) (66ccdd1)
  • deps: update all non-major dependencies (#75) (055388c)
  • deps: update codecov/codecov-action action to v4 (#83) (7c40db8)
  • deps: update dependency multimatch to v7 (#79) (1c79522)
  • deps: update devdependency @as-integrations/h3 to ^1.2.1 (#95) (d0770f4)
  • deps: update devdependency @nuxt/devtools to v1 (#76) (699f2a0)
  • deps: update devdependency eslint to v9 (#89) (0b3334a)
  • deps: update devdependency eslint-plugin-unused-imports to v4 (#91) (5345043)
  • deps: update google-github-actions/release-please-action action to v4 (#93) (623598c)
  • deps: update mcr.microsoft.com/vscode/devcontainers/base docker tag to v1 (#90) (646084f)
  • deps: update pnpm to v9 (#88) (7ac7ea0)
  • deps: update typescript-eslint monorepo to v7 (#84) (5e88764)
  • deps: update vitest monorepo to v1 (#81) (f25b382)
  • deps: update vitest monorepo to v2 (#92) (32c6c76)
  • fix formatting of release-please-manifest in release workflow (#100) (c9d300d)
  • update Node.js version to 16.10.0 or >=18.0.0 in package.json (#94) (e093155)
  • update repo based on nuxt starter (#96) (c726c0d)

3.0.0 (2023-09-15)

⚠ BREAKING CHANGES

  • resolve path resolve issues (on windows) and types for virtual modules (#68)

🐛 Bug Fixes

  • hmr schema watcher had an always truthy conditional check (#67) (4104b50)
  • resolve path resolve issues (on windows) and types for virtual modules (#68) (5256e31)

🧹 Miscellaneous

  • deps: update actions/checkout action to v4 (#69) (4356e16)
  • deps: update all non-major dependencies (#62) (c613500)
  • deps: update devdependency eslint-config-prettier to v9 (#66) (b4591ce)
  • deps: update devdependency eslint-plugin-unused-imports to v3 (#65) (9211aea)
  • deps: update typescript-eslint monorepo to v6 (#63) (c718676)
  • fix badge url in the readme (#73) (cd20c96)

2.0.1 (2023-07-07)

🧹 Miscellaneous

  • deps: update all non-major dependencies (#55) (487af9e)
  • deps: update devdependency prettier to v3 (#59) (ed73319)
  • deps: update graphqlcodegenerator monorepo (#56) (6ca6032)
  • use renovate widenPeerDependencies preset (#61) (5ea0ee1)

2.0.0 (2023-05-19)

⚠ BREAKING CHANGES

  • deps: Drop Node 14 support. Require Node.js >= 16

🐛 Bug Fixes

  • add workaround for ESM loader issue on Windows (#54) (e226623)

🧹 Miscellaneous

  • deps: update all non-major dependencies (#47) (fa9a8c5)
  • deps: update devdependency typescript to v5 (#48) (bb36ea5)
  • deps: update graphql-tools monorepo to v8 (#53) (158c52d)
  • deps: update pnpm to v8 (#51) (b1ff4f5)

1.2.2 (2023-03-04)

🧹 Miscellaneous

1.2.1 (2023-03-04)

🧹 Miscellaneous

1.2.0 (2023-03-04)

🔖 Features

🧹 Miscellaneous

1.1.6 (2023-02-01)

🧹 Miscellaneous

  • deps: update all non-major dependencies (#27) (d5c9b14)
  • deps: update all non-major dependencies (#31) (accfad1)
  • deps: update devdependency eslint to ^8.33.0 (#30) (31cf4fc)

1.1.5 (2023-01-05)

🧹 Miscellaneous

  • deps: update all non-major dependencies (#24) (1cd6b9d)
  • deps: update dependency @graphql-codegen/plugin-helpers to v3 (#25) (f6d61fd)

1.1.4 (2022-11-23)

🧹 Miscellaneous

  • deps: update all non-major dependencies (#20) (731bb7b)
  • deps: update devdependency @nuxtjs/eslint-config-typescript to v12 (#21) (d6f5e9c)

1.1.3 (2022-11-11)

🧹 Miscellaneous

1.1.2 (2022-11-11)

🧹 Miscellaneous

  • rename dev:prepare to rename (f2e1900)

1.1.1 (2022-11-11)

🧹 Miscellaneous

  • call correct build command during release (0575bc9)
  • fix lint issues (2994c9a)

1.1.0 (2022-11-11)

🐛 Bug Fixes

  • specify module name correctly (160023d)

🔖 Features

  • add HMR support for schema (#13) (cf832f0)
  • add typescript info for virtual schema import (e3de70b)
  • add virtual module for complete schema (4611990)
  • generate typescript definitions for resolvers (#6) (c4bea46)

🧹 Miscellaneous

  • add spelling exceptions (ba1ce7e)
  • add sponsor button (af2f02e)
  • add workaround for tslib / jiti incompatibility (364ff65)
  • deps: update all non-major dependencies (#12) (dcb7515)
  • deps: update all non-major dependencies (#16) (26d5d12)
  • deps: update devdependency @as-integrations/h3 to ^1.1.3 (#15) (05a3064)
  • deps: update devdependency eslint to ^8.27.0 (#14) (c0bdbc2)
  • fix eslint (60e113c)
  • fix lint issues (e956ca3)
  • main: release 1.0.0 (#2) (54d7870)
  • main: release 1.0.1 (#10) (34a7419)
  • provide npm auth token via npmrc (baf9389)
  • scaffold rest of dev and build environment (bf2a8bd)
  • scaffold using nuxi init (aee83f1)

1.0.1 (2022-10-28)

🐛 Bug Fixes

  • specify module name correctly (160023d)

1.0.0 (2022-10-27)

🔖 Features

  • add virtual module for complete schema (4611990)
  • generate typescript definitions for resolvers (#6) (c4bea46)