Skip to content

Releases: nutriot/bandcamp-api

v0.5.5

16 Sep 20:04

Choose a tag to compare

  • update eslint config 861b890
  • update dependencies
  • add jsr publish workflow c6475eb

v0.5.4...v0.5.5

v0.5.4

26 May 20:05

Choose a tag to compare

  • improve Deno support
  • replace test runner
  • add workflows for Deno and Bun
  • update ESLint config
  • update dependencies

v0.5.3...v0.5.4

v0.5.3

26 May 13:45

Choose a tag to compare

  • improve documentation
  • use native private
  • use Corepack
  • update dependencies

v0.5.1...v0.5.3

v0.5.1

04 Dec 00:17

Choose a tag to compare

  • fix export path

v0.5.0...v0.5.1

v0.5.0

04 Dec 00:18

Choose a tag to compare

  • breaking: require Node >=18
  • breaking: credentials need to be provided explicitly
  • add experimental validators
  • update tooling
  • update dependencies
  • fix: export types

v0.4.1...v0.5.0

v0.4.1

05 Jan 08:54

Choose a tag to compare

  • add typings to manifest
  • fix linting errors
  • minor refactoring

v0.4.0

03 Jan 13:53

Choose a tag to compare

  • build with Rollup
  • add Postman collection
  • update tests
  • update linting-scripts
  • update dependencies

v0.3.0

23 May 22:59

Choose a tag to compare

  • replace query-string module with a custom function
  • move helper functions to a separate file
  • add missing type declarations
  • update tests

v0.2.0

23 May 21:52

Choose a tag to compare

  • rename API method
  • add tests for updateShipped() and markDateRangeAsShipped()
  • run tests against Node latest and LTS