Skip to content

Releases: sandros94/nuxt-surrealdb

v0.4.1

16 Oct 14:13
3bb3208
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Server utils headers and make event optional (17406da)

❤️ Contributors

v0.4.0

10 Oct 22:01
dbfc439
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Self referencing type sources (d92a0b6)

💅 Refactors

  • ⚠️ Full custom useSurrealFetch (dd872bd, fixes: #17 and #18)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Full custom useSurrealFetch (dd872bd, fixes: #17 and #18)

❤️ Contributors

v0.3.4

17 Sep 11:52
2a2840f
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Check for missing surrealdb url (0c18288)

🏡 Chore

  • Fix docs ci triggering on non-main branches (73f853c)

❤️ Contributors

v0.3.3

16 Sep 17:05
8283969
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Defuing dbs after during runtime (7cf8a15)

❤️ Contributors

v0.3.2

16 Sep 15:02
0840686
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Defunig database presets before runtime (5bc6c6c)

❤️ Contributors

v0.3.1

16 Sep 13:36
23c3ffb
Compare
Choose a tag to compare

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.3.0

13 Sep 02:58
1c414e5
Compare
Choose a tag to compare

compare changes

🩹 Fixes

💅 Refactors

  • ⚠️ Database preset handling (a110e9b)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Database preset handling (a110e9b)

❤️ Contributors

v0.2.2

26 Aug 10:03
55fd2ac
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update to latest @nuxt/module-builder (c6b2011)
  • Suffix all type imports (472971c)
  • Workspace module resolution (a7dcea0)

🏡 Chore

❤️ Contributors

v0.2.1

14 Jul 11:30
c558066
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • useSurrealAuth: GetSessionExp type (d727799)
  • useSurrealAuth: Internal function type (213f79a)
  • useSurrealDB: Server util type (c558066)

📖 Documentation

  • Update database preset example to be less misleading (dad8141)
  • Use default db preset as the main example (3e3a06d)
  • Readme showcase how to use different db presets in dev/prod (e47a5e2)

❤️ Contributors

v0.2.0

11 Jul 16:23
8a762fc
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Handle default database param merging (bf9a6c6)
  • Use database merges client side (beb37c2)

🩹 Fixes

  • Query server util types (5914442)
  • Server-side database preset overrides (a0cff31)
  • Server-side useSurrealFetch database preset override (2faf8e3)
  • Database presets merge types (2630b6b)
  • Database presets merge types" (451052b)
  • Database presets merge types (fb259f1)

📖 Documentation

  • Better document server and client auth (57688d7)
  • Add database preset usage example (551287f)
  • Development preset good practice (59eb72d)

🏡 Chore

❤️ Contributors