Skip to content

Latest commit

 

History

History
1157 lines (719 loc) · 43.5 KB

CHANGELOG.md

File metadata and controls

1157 lines (719 loc) · 43.5 KB

Changelog

v0.5.18

compare changes

🚀 Enhancements

  • Option to specify storage directory in development (#112)
  • Support dynamic project url (#117)

📖 Documentation

  • Update drizzle instructions (#106)
  • Add seed configuration for database population with Nitro Tasks (#107)

🏡 Chore

  • Clean zod validation in database api endpoints (#109)
  • Update deps (d3cdb5c)
  • Lint fix (641a461)

❤️ Contributors

v0.5.17

compare changes

🩹 Fixes

  • Force nitro preset only in production when remote is disabled (caed55b)
  • auth: Use Map instead of plain object (1ae0f90)

📖 Documentation

  • Remove \n for sql queries (4266acb)
  • Force tailwind and ui version (2429335)
  • Set pnpm version in engine (e3dc5a2)

🏡 Chore

❤️ Contributors

v0.5.16

compare changes

🩹 Fixes

  • Support also cloudflare-module preset (89cf607)

❤️ Contributors

v0.5.15

compare changes

🚀 Enhancements

  • Force cloudflare-pages preset (ccdfb21)
  • Send build errors back to NuxtHub admin (#92)

🩹 Fixes

  • blob: Give options for blob dashboard as query (a245a38)
  • Ensure types for server utils are written in prepare step (#91)

📖 Documentation

  • Invert cloudflare pages ci and cli (456a8fb)

🏡 Chore

❤️ Contributors

v0.5.14

compare changes

🩹 Fixes

  • Don't add random suffix by default (#89)

📖 Documentation

  • Add server features (#79)

❤️ Contributors

v0.5.13

compare changes

🚀 Enhancements

  • Add local cache for auth with NuxtHub admin (27174a8)

🏡 Chore

❤️ Contributors

v0.5.12

compare changes

🚀 Enhancements

  • Send pagesUrl in build done hook api (#85)

📖 Documentation

  • Add link to Wrangler documentation (#83)

🏡 Chore

❤️ Contributors

v0.5.11

compare changes

🩹 Fixes

  • cache: Avoid destructuring if null (7565284)

❤️ Contributors

v0.5.10

compare changes

🚀 Enhancements

  • New api route to clear all entries of specific base (#80)

📖 Documentation

  • Fix broken link in remote section (#78)

❤️ Contributors

v0.5.9

compare changes

🩹 Fixes

❤️ Contributors

v0.5.8

compare changes

🚀 Enhancements

  • Add batchDel for cache proxy (e85719f)

❤️ Contributors

v0.5.7

compare changes

🩹 Fixes

  • Return correct group keys in cache api index (#75)
  • Add cache to manifest (#77)

🏡 Chore

  • Move to eslint9 (#76)

❤️ Contributors

v0.5.6

compare changes

🚀 Enhancements

  • Cache management (#73)
  • Add server cache tab to devtool (#74)

🩹 Fixes

  • Disable remote storage within CF Pages CI (02f65e5)

📖 Documentation

  • Update 2.drizzle.md, typo error : useDb instead of useDrizzle (#72)
  • Escape special chars (d94892d)

🏡 Chore

❤️ Contributors

v0.5.5

compare changes

🩹 Fixes

  • remote-storage: Raise error if storage is not enabled in the deployment (#68)
  • Fallback to custom placeholder when openAPI is disabled (#70)

📖 Documentation

  • Simplify migrations using drizzle (f8b3ff7)
  • Add Anthony Fu testimonial (cb47380)

🏡 Chore

  • Removed unused dependencies (d7de233)

❤️ Contributors

v0.5.4

compare changes

🏡 Chore

❤️ Contributors

v0.5.3

compare changes

🏡 Chore

  • types: Remove ts ignore (8c69740)

❤️ Contributors

v0.5.2

compare changes

🩹 Fixes

  • Generate wrangler.toml in CF deployment to use bindings (#63)

📖 Documentation

  • Add another testimonial (bcf41ef)
  • Add section on installation using nuxi module add (#64)
  • Added clarifications in self-hosted deployments (#65)

❤️ Contributors

v0.5.1

compare changes

🩹 Fixes

  • Cancel build if NuxtHub can't finish build hooks (#60)
  • Define module types in package.json (#59)
  • DevTools Database CORS error (#57)

🏡 Chore

  • Update deps (#61)

❤️ Contributors

v0.5.0

compare changes

🚀 Enhancements

  • ⚠️ Module option to enable features (#42)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Module option to enable features (#42)

❤️ Contributors

v0.4.2

compare changes

📖 Documentation

  • Fix links in readme (#45)
  • Add testimonial (84281a2)
  • Add Dario testimonial (f17f7e3)

🏡 Chore

  • Create resources to prepare for new version (c2debfc)
  • Create hub.config.json (0342b00)

❤️ Contributors

v0.4.1

compare changes

🩹 Fixes

  • blob: Move HEAD /[path] to GET /head/[path] (#48)

📖 Documentation

  • Update screenshot (3030fc9)
  • Simplify deploy section (22e9fcc)
  • New landing (#44)
  • Add Evan You testimonial (d5c95dd)
  • Update description for testimonials (d4ac425)

🏡 Chore

❤️ Contributors

v0.4.0

compare changes

🚀 Enhancements

  • Build hooks in Cloudflare CI (#40)
  • Transform as module (#37)
  • ⚠️ Update deps and force breaking change (a34d67f)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Update deps and force breaking change (a34d67f)

❤️ Contributors

v0.3.13

compare changes

🚀 Enhancements

  • Build hooks in Cloudflare CI (#40)

❤️ Contributors

v0.3.12

compare changes

🚀 Enhancements

  • Expose openapi spec under _hub secure routes (#35)

❤️ Contributors

v0.3.11

compare changes

🚀 Enhancements

  • Add support for Blob & KV in devtools (#30)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.3.10

compare changes

🚀 Enhancements

  • Add Hub database in the devtools (#29)

🏡 Chore

❤️ Contributors

v0.3.9

compare changes

🏡 Chore

  • Rename console to admin for clarity (72cfb51)

❤️ Contributors

v0.3.8

compare changes

🏡 Chore

  • Log when using a different console url (14e65c6)
  • Improve logs (ada2a4b)

❤️ Contributors

v0.3.7

compare changes

🩹 Fixes

❤️ Contributors

v0.3.6

compare changes

🚀 Enhancements

  • Add support for hub.env in runtimeConfig (d0fefd8)

❤️ Contributors

v0.3.5

compare changes

🩹 Fixes

  • Check stringified value (4394fd3)

❤️ Contributors

v0.3.4

compare changes

🚀 Enhancements

  • Leverage nitro-cloudflare-dev (#22)
  • Support remote storage per env (#24)

📖 Documentation

  • Improve remote option (3ed0c20)
  • Improve migration with Drizzle ORM (d057776)

🏡 Chore

❤️ Contributors

v0.3.3

compare changes

📖 Documentation

  • Add plausible (524fd0f)
  • Prepared SQL must contain only one statement (#19)
  • Better handle trailing slash (0f46859)
  • storage: Adds JSDocs (#21)

🏡 Chore

❤️ Contributors

v0.3.2

compare changes

🚀 Enhancements

  • Support remote storage in production (#17)

📖 Documentation

  • Use del instead of delete (ef21f83)
  • Update readme (b993d03)
  • Correct project link (#16)

🏡 Chore

❤️ Contributors

v0.3.1

compare changes

🚀 Enhancements

  • Add del as alias of delete for hubBlob() (444c382)

🏡 Chore

❤️ Contributors

v0.3.0

compare changes

🚀 Enhancements

  • ⚠️ Add server cache binding (e524bfe)

🩹 Fixes

  • Correct capitalisation for Cloudflare (#8)

📖 Documentation

  • Update 3.deploy.md (#6)
  • Update 3.deploy.md (#7)
  • Update 3.deploy.md (#10)
  • GitHub edit link for content in app.config.ts (#11)
  • Update twitter link (13a57f3)
  • Fix code snippet in 3.blob.md (#12)
  • Move font to Inter (fae96d4)
  • Improve content and add cache note (d4c98d3)

🏡 Chore

🤖 CI

  • Remove contents: read permission as repo is now public (68fc0b4)

⚠️ Breaking Changes

  • ⚠️ Add server cache binding (e524bfe)

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Better handle remote storage for utils (178d95c)

📖 Documentation

  • Add content components and improve og image (bfa179e)
  • Update deps (fde3364)
  • Rename to db:generate (fc485b0)
  • Add prose-a in tip component (d1f0942)
  • Add template (156fd22)
  • Fixes (de43c76)
  • Fix wrangler installation snippets for npm & bun (#3)

🏡 Chore

  • Update social card to jpg (412911c)
  • Update ci (7c857e5)
  • Disable test in CI as they timeout for now (57386c3)
  • package: Add homepage (e9c371d)
  • Correct wording in readme (#5)
  • Rename local data to local storage (ab7e216)

❤️ Contributors

v0.2.0

compare changes

🚀 Enhancements

⚠️ Breaking Changes

❤️ Contributors

v0.1.15

compare changes

📖 Documentation

🏡 Chore

  • playground: Add whitelist route (49df540)
  • seo: Social image (998decf)
  • docs: Methods params (394a044)
  • Rename use to hub prefix to avoid collision with Nitro (ec7e13f)
  • Rename proxy and .hub to .data/hub (5d73b42)

❤️ Contributors

v0.1.14

compare changes

🩹 Fixes

  • Handle all and run for database remote proxy (1f17c08)

❤️ Contributors

v0.1.13

compare changes

🩹 Fixes

  • Throw only if no projectKey defined (ef9f0eb)

❤️ Contributors

v0.1.12

compare changes

📖 Documentation

🏡 Chore

  • Add screenshot of console (79b798f)
  • Move console to it's own subdomain (b165577)
  • Lint (e80195e)
  • Rename to manifest and docs improvements (ee0e29a)

❤️ Contributors

v0.1.11

compare changes

🩹 Fixes

  • Move wrangler out of dependencies (57ed91a)

❤️ Contributors

v0.1.10

compare changes

🩹 Fixes

  • If project secret key use, force usage (f4fbca0)

❤️ Contributors

v0.1.9

compare changes

🩹 Fixes

❤️ Contributors

v0.1.8

compare changes

v0.1.7

compare changes

🩹 Fixes

  • Missing createError imports (551daba)

❤️ Contributors

v0.1.6

compare changes

🩹 Fixes

  • Better handle remote primitives (d66413c)
  • Don't auto import server plugin (6bebc2f)

❤️ Contributors

v0.1.5

compare changes

🩹 Fixes

  • Leverage runtime envs for proxy middleware (6654db7)

📖 Documentation

🏡 Chore

  • kv: Update (07a80c7)
  • Remove password generation as part of nuxt-auth-utils (9619c6e)
  • Update deps (4a5b638)
  • playground: Various fixes (9d6f699)

❤️ Contributors

v0.1.4

compare changes

📖 Documentation

🏡 Chore

  • Remove zod from auto imported utils (adfc977)

❤️ Contributors

v0.1.3

compare changes

🩹 Fixes

📖 Documentation

🏡 Chore

❤️ Contributors

v0.1.2

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.1.1

compare changes

🩹 Fixes

📖 Documentation

🏡 Chore

❤️ Contributors

v0.1.0

🚀 Enhancements

  • kv: Add VK composable & route + notes demo page (883b4d8)
  • r2: Tests (92e996f)
  • Add database tables inspection (3fa8b99)
  • Add primary keys and indexes (3364822)
  • Support D1 as proxy (081179d)
  • Add index columns (2c14405)
  • ⚠️ Remove config, remove drizzle, export proxy utils (3538004)
  • Add intAsString on zod (80f9cd1)
  • Add ensureBlob (2b5ce33)
  • Cli and rename env variables (5b0a167)
  • Improve cli (7310e1a)
  • cli: Add link command and refactor utils (9231341)
  • Support proxy (9f187ac)
  • Add unlink command (a734a0f)
  • Remove cli and improve logging (4dbc18f)
  • docs: Initial documentation (77116ca)
  • Refactor as module (c0a6b83)

🩹 Fixes

💅 Refactors

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Remove config, remove drizzle, export proxy utils (3538004)
  • ⚠️ Remove useHub() composable (93cc08f)

❤️ Contributors