Skip to content

Latest commit

 

History

History
704 lines (374 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

704 lines (374 loc) · 20.6 KB

Changelog

v0.0.52

compare changes

🚀 Enhancements

  • utils: Use execa properly (916a807)

❤️ Contributors

v0.0.51

compare changes

🚀 Enhancements

❤️ Contributors

v0.0.50

compare changes

🩹 Fixes

❤️ Contributors

v0.0.49

compare changes

🩹 Fixes

  • nitro: Proper import for useNitroApp (63b9075)

❤️ Contributors

v0.0.48

compare changes

🚀 Enhancements

❤️ Contributors

v0.0.47

compare changes

🚀 Enhancements

  • auth: Cleanup imports ; only use relative to runtime dir (6246c7c)
  • cli: Add cli install wizard ; avoiding bloating the module with 1-time logic (283fc5d)
  • module: Cleanup the module from all generate logic ; rely on cli now (4aef093)
  • playground: Drop import (9fffe2a)
  • package: Update dependencies (nuxt ^3.12) (3e11791)
  • package: Build cli (07ab7a3)
  • readme: Update readme according to latest updates (f226ee7)
  • lint: Update (29c6ca1)

🩹 Fixes

  • Opt in to import.meta.* properties (#23)
  • Adopt forward-compatible approach to builder:watch (#24)

📖 Documentation

  • Add project init step (#17)
  • Use new nuxi module add command in installation (#25)

❤️ Contributors

v0.0.46

compare changes

v0.0.45

compare changes

🩹 Fixes

❤️ Contributors

v0.0.44

compare changes

🚀 Enhancements

  • package: Upgrade deps (bc81f33)
  • utils: Use utils in module ; expose it from package (e3d747f)

🩹 Fixes

❤️ Contributors

v0.0.43

compare changes

🚀 Enhancements

  • edgedb: Refactor dsn management; improve runtimeConfig (2634967)

❤️ Contributors

v0.0.42

compare changes

🩹 Fixes

❤️ Contributors

v0.0.41

compare changes

🚀 Enhancements

  • auth: Improve error handling and response types (83486c6)

🩹 Fixes

  • components: Fix components imports (101e3c9)

❤️ Contributors

v0.0.40

compare changes

🩹 Fixes

  • identity: Fix useEdgeDbIdentity runtime import (1c66b13)

❤️ Contributors

v0.0.39

compare changes

🩹 Fixes

  • identity: Missing setCookie import (de65844)

❤️ Contributors

v0.0.38

compare changes

🚀 Enhancements

  • playground: Improve playground (c635109)
  • edgedb: Small improvements (8bcc015)

❤️ Contributors

v0.0.37

compare changes

🩹 Fixes

  • Add missing imports of useRouter (#20)
  • auth: Fix user creation (97dee3d)

❤️ Contributors

v0.0.36

compare changes

🚀 Enhancements

  • auth: Support identityModel in nuxt.config > edgeDb.identityModel (e77d950)

🩹 Fixes

  • Import useEdgeDbIdentity (#18)
  • types: Up (458107c)

🏡 Chore

  • Use module builder stubbed types (#19)
  • fix: IdentityModel (60f3891)

❤️ Contributors

v0.0.35

compare changes

🩹 Fixes

  • warnings: Fix warning errors (c951440)
  • auth: Try to fix updateIdentity (7c5bee6)

❤️ Contributors

v0.0.34

compare changes

🏡 Chore

❤️ Contributors

v0.0.33

compare changes

🩹 Fixes

  • Import computed from vue (#16)

❤️ Contributors

v0.0.32

compare changes

🩹 Fixes

❤️ Contributors

v0.0.31

compare changes

🏡 Chore

  • devtools: Rollback icon change (218a2c8)

❤️ Contributors

v0.0.30

compare changes

🚀 Enhancements

  • env: Improve env parameters (a94077e)
  • auth: Improve auth plugin (e8d6e9f)
  • auth: Improve auth composable (client) (4a4df3a)
  • playground: Update (87876d6)
  • deps: Upgrade dependencies (2448fd5)
  • module: Improve credentials resolution; allow running from outside of cwd without errors (febdb50)

🏡 Chore

  • Test bundler module resolution (#14)
  • tsconfig: Temporary workaround for tsconfig (45b9517)
  • minimal-starter: Remove minimal starter; playground is enough (52ac007)
  • release: Prepare release; fix build & lint (f38e9fe)

❤️ Contributors

v0.0.29

compare changes

🩹 Fixes

  • module: Allow boot without edgedb locally installed (12c3c9d)

❤️ Contributors

v0.0.28

compare changes

🩹 Fixes

  • imports: Use real imports (bc2578e)

❤️ Contributors

v0.0.27

compare changes

🩹 Fixes

  • edgedb-client: Create a single client and expose it instead of recreating (3b5c01d)

🏡 Chore

❤️ Contributors

v0.0.26

compare changes

🏡 Chore

  • fix: Fix hasQueryBuilder (d032306)

❤️ Contributors

v0.0.25

compare changes

🩹 Fixes

  • queries: Do not inject composables if missing files (7ad1db9)

❤️ Contributors

v0.0.24

compare changes

🚀 Enhancements

  • build: Do not inject missing generate targets as aliases (breaking build) (e617f12)

🏡 Chore

❤️ Contributors

v0.0.23

compare changes

🩹 Fixes

  • import: Fix import path (e9fa0e4)

❤️ Contributors

v0.0.22

compare changes

🏡 Chore

  • useedgedbqueries: Fix typing (4d8971e)

❤️ Contributors

v0.0.21

compare changes

🏡 Chore

  • imports: Make server imports manually to avoid .mjs via importsDir (8396d12)
  • lint: Lint (f34801e)

❤️ Contributors

v0.0.20

compare changes

🚀 Enhancements

  • types: Fix composables types to properly expose generated content (718889b)

❤️ Contributors

v0.0.19

compare changes

🚀 Enhancements

  • server-imports: Fix auto imports in server (85f0ea8)

🏡 Chore

❤️ Contributors

v0.0.18

compare changes

🚀 Enhancements

  • auto-imports: Fix server auto-imports; aliases and paths (5f9bd80)

❤️ Contributors

v0.0.17

compare changes

🩹 Fixes

❤️ Contributors

v0.0.16

compare changes

🚀 Enhancements

  • types: Enforce type resolving in nitro context (#edgedb) (2bd3902)
  • prepare: Do not run generate on prepare steps (2c3003a)

❤️ Contributors

v0.0.15

compare changes

🚀 Enhancements

  • Single export for server modules under alias '#edgedb/server' (#7)
  • Add server logout handler (#5)

📖 Documentation

  • readme: Fix typo and improve some sentences (#6)

🏡 Chore

❤️ Contributors

v0.0.14

compare changes

🚀 Enhancements

  • alias: Move to #edgedb/ (2244b66)

❤️ Contributors

v0.0.13

compare changes

🚀 Enhancements

  • generate: Fix paths injection when automatic generation disabled (0dbbe31)

❤️ Contributors

v0.0.12

compare changes

🚀 Enhancements

  • auth: Fix auth base url injection (d1816e7)

❤️ Contributors

v0.0.11

compare changes

🚀 Enhancements

  • useedgedbpkce: Fix imports on all occurences; also add linting (a6595bc)

🏡 Chore

❤️ Contributors

v0.0.10

compare changes

v0.0.9

compare changes

🚀 Enhancements

  • imports: Use raw imports in runtime/ to avoid caveats from auto-imports (0924259)

❤️ Contributors

v0.0.8

compare changes

🏡 Chore

❤️ Contributors

v0.0.7

compare changes

🏡 Chore

  • readme: Up (a416e2d)
  • readme: Up (e900c9a)
  • readme: Add minimal-starter; improve readme (9b7da2b)
  • up: Update module ; improve prompts handling (a2cc6ba)

❤️ Contributors

v0.0.6

compare changes

🏡 Chore

❤️ Contributors

v0.0.5

compare changes

🏡 Chore

  • wizard: Fix install command (f93f227)

❤️ Contributors

v0.0.4

compare changes

🚀 Enhancements

  • auth: Add authentication; improve readme (2bc59dc)
  • auth: Add auth implementation; support oauth & email/pw (a1c13c2)
  • auth: Add edgedb:auth:callback (150db0c)

🏡 Chore

❤️ Contributors

v0.0.3

compare changes

🏡 Chore

  • package-name: Change to nuxt-edgedb-module (nuxt-edgedb already taken) (2b80325)

❤️ Contributors

v0.0.2

🚀 Enhancements

  • init: Init project (f986348)
  • example: Add nitro auto imports and examples in playground (b8cf5d2)

🏡 Chore

❤️ Contributors