Skip to content

Releases: ghostdevv/sourcebin

v6.0.1

Choose a tag to compare

@ghostdevv ghostdevv released this 21 May 15:13

compare changes

🩹 Fixes

  • Add top level types field for npm ui types detection (81ca108)
  • Add sideEffects false (9920b35)

❤️ Contributors

v6.0.0

Choose a tag to compare

@ghostdevv ghostdevv released this 21 May 15:01

compare changes

🚀 Enhancements

  • ⚠️ Update to node >=22.13 (74d7daf)
  • ⚠️ Remove axios dependency (81af43c)
  • ⚠️ Esm only publish (4fb2d79)
  • Add jsdoc comments (016e68f)

💅 Refactors

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Update to node >=22.13 (74d7daf)
  • ⚠️ Remove axios dependency (81af43c)
  • ⚠️ Esm only publish (4fb2d79)

❤️ Contributors

5.0.0

Choose a tag to compare

@ghostdevv ghostdevv released this 05 Sep 14:48

Changes

TLDR: Rewrite and improvement of API

What's Changed

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

4.3.6

Choose a tag to compare

@ghostdevv ghostdevv released this 04 Sep 00:22

Changes

  • Update dependencies

4.3.5

Choose a tag to compare

@ghostdevv ghostdevv released this 25 Jan 21:50

Changes

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

4.2.5

Choose a tag to compare

@ghostdevv ghostdevv released this 09 Jun 17:16

Changes:

  • Improved error messages
  • Refactor: remove unneeded variable

4.2.4

Choose a tag to compare

@ghostdevv ghostdevv released this 09 Jun 14:37

Changes

  • FIX: Esm named imports - #14

4.2.3

Choose a tag to compare

@ghostdevv ghostdevv released this 23 Apr 09:09

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

4.1.3

Choose a tag to compare

@ghostdevv ghostdevv released this 26 Mar 16:47

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

Choose a tag to compare

@ghostdevv ghostdevv released this 21 Mar 17:39
  • Verbose error messages