Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Convly Convly released this 10 Feb 14:26
· 1 commit to main since this release
ba69fdf

What's Changed

Here comes the first stable iteration of the Strapi (JS/TS) SDK 🔥

Contributions

Thanks so much to everyone who contributed to this v1.0.0. Much love from the Strapi team 💜


Features 🚀

  • feat: initialization by @Convly in #6
  • feat: better http error handling by @Convly in #9
  • feat(sdk): single and collection query functions by @jhoward1994 in #10
  • feat: add debug capabilities by @Convly in #19
  • feat(http): interceptor API by @Convly in #29
  • feat(auth): refactor auth configuration logic by @Convly in #35

Enhancements 🪄

  • enhancement: update and enhance SDK usage documentation by @Convly in #11
  • enhancement: rename the SDK constructor by @Convly in #30
  • enhancement(sdk): extend the public type api by @Convly in #44

Bug Fixes 🐛

  • fix(repository): update bug report template formatting by @Convly in #17
  • fix: build clean command by @jhoward1994 in #7
  • fix: module-imports by @jhoward1994 in #8
  • fix: add string array to populate types by @douwepausma in #32
  • fix(interceptors): prevent overriding existing headers by @Convly in #34
  • fix(url-helper): fix url query params transformation by @Convly in #42
  • fix: send content-type as application/json when necessary by @innerdvations in #47

Documentation 📑

Tests 🧪

Chores 🏗️