Skip to content

Latest commit

 

History

History
115 lines (71 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

115 lines (71 loc) · 5.38 KB

Changelog

v0.1.2

compare changes

🚀 Enhancements

  • api: Add GET method for block children (a08bd6a)
  • config: Add apiBase config option (5c6eecb)
  • plugin: Add custom fetch for client (eacd302)
  • Add PublicRuntimeConfig type (8da36e4)

🩹 Fixes

  • api: Add missing return on notion error (630fbae)
  • plugin: Use public runtime for config loading (7d62434)

💅 Refactors

  • api: Separate all method in distinc files (a0b65bf)
  • Define base url for each api routes (ee5161a)

🏡 Chore

❤️ Contributors

v0.1.1

compare changes

🩹 Fixes

  • api: Fix wrong method name (43e6f5e)
  • server: Remove .ts extension (29030cb)

❤️ Contributors

v0.1.0

compare changes

🚀 Enhancements

  • server: Add getNotionClient() (11d72e0)
  • server: Add notion error handler (ee6ba2a)
  • server: Add exports for utils functions (6939b9f)
  • server: Inline module runtime and types (4c7d2e4)
  • api: Add blocks endpoints (0622793)
  • api: Add pages endpoints (44e3006)
  • api: Add user endpoints (103ab87)
  • server: Add search end points (16aebf2)
  • api: Add database endpoints (0b05fa5)

🏡 Chore

❤️ Contributors

v0.0.2

compare changes

🚀 Enhancements

  • plugin: Define nuxt plugin (636b639)
  • config: Add module options definition (6ceb2e6)

🩹 Fixes

  • plugin: Update resolve path (89496d9)
  • plugin: Typo plugin -> plugins (3b3e5ca)

🏡 Chore

  • Downgrade realease version (1111fc5)
  • Add test on precommit (45b9c24)
  • Add @notionhq/client as dependency (6a6dcf0)
  • Add defu as dependency (35c8d2e)

❤️ Contributors

v0.0.1

🏡 Chore

  • Initialize nuxt module from starter template (f380b3b)
  • Add github issue templates (4c0f476)
  • Fix typo in .github folder name (dc0969c)
  • Add husky & commitlint (575da43)
  • Add package manager to package.json (0d18d75)
  • Add engine requirement (43423bb)
  • Update package name and links (33fc639)

❤️ Contributors