Releases: ghostdevv/sourcebin
Releases · ghostdevv/sourcebin
Release list
v6.0.1
v6.0.0
🚀 Enhancements
⚠️ Update to node >=22.13 (74d7daf)⚠️ Remove axios dependency (81af43c)⚠️ Esm only publish (4fb2d79)- Add jsdoc comments (016e68f)
💅 Refactors
- Use ?? (815eea7)
📖 Documentation
🏡 Chore
- Update license email (ff9360a)
- Update author field (8a698a7)
- Update pnpm (850fcb6)
- Remove local funding.yml (893f0c3)
- Fmt (d1ce5ba)
- Blame ignore fmt (a09f56b)
- Add .ts extensions (0ab1f44)
- Switch to node:test (4472f01)
- Enable verbatim module syntax (8fc71e5)
- Remove nodemon (caf6150)
- Add oxlint (cdf5912)
- Update ci (389ff5f)
- Update pkg repository url (9219af2)
- Remove typedoc (79dd925)
- Add changelogen (b5b3a64)
- Use non-stage publish for now (0d6bf85)
- Update when ci runs (2624e93)
⚠️ Breaking Changes
⚠️ Update to node >=22.13 (74d7daf)⚠️ Remove axios dependency (81af43c)⚠️ Esm only publish (4fb2d79)
❤️ Contributors
- Willow (GHOST) git@willow.sh
5.0.0
Changes
TLDR: Rewrite and improvement of API
What's Changed
- v5 by @ghostdevv in #33
Full Changelog: v4.3.6...v5.0.0
4.3.6
4.3.5
4.2.5
4.2.4
4.2.3
4.1.3
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