Skip to content

Releases: ghostdevv/sourcebin

5.0.0

05 Sep 14:48

Choose a tag to compare

Changes

TLDR: Rewrite and improvement of API

What's Changed

Full Changelog: v4.3.6...v5.0.0

4.3.6

04 Sep 00:22

Choose a tag to compare

Changes

  • Update dependencies

4.3.5

25 Jan 21:50

Choose a tag to compare

Changes

  • CHORE Moved from ghoststools
  • FIX Unignored package-lock
  • FEAT Autodetect lang

4.2.5

09 Jun 17:16

Choose a tag to compare

Changes:

  • Improved error messages
  • Refactor: remove unneeded variable

4.2.4

09 Jun 14:37

Choose a tag to compare

Changes

  • FIX: Esm named imports - #14

4.2.3

23 Apr 09:09

Choose a tag to compare

This realise is just improvements to the resolveLanguageId, it now supports aliases

4.1.3

26 Mar 16:47

Choose a tag to compare

I made a mistake in the way I coded the new error handling, I used a console.error meaning you were unable to use .catch or a try catch to fully remove console errors, it also created two logs which could cause some issues.

  • Fixed error handling

4.1.2

21 Mar 17:39

Choose a tag to compare

  • Verbose error messages

4.0.2

04 Feb 18:45

Choose a tag to compare

Changes:

  • Corrected internal usage of name for bin titles instead of title which resulted in confusion and a 400 response on bin create
  • Extra unit test for checking title and description works when creating a bin

4.0.1

31 Jan 14:59

Choose a tag to compare

New major release of the SourceBin API wrapper

  • Complete refactor and improvement
  • Url method
  • Improved create and get method
  • TypeScript Support
  • ES Module Support
  • JSDoc
  • Test Suite
  • More node version support (10 - 14)
  • Better readme