Skip to content

v2.0.0

Compare
Choose a tag to compare
@wuon wuon released this 02 Jan 04:53
· 4 commits to main since this release
2f8b92b

moneryze 2.0.0 is out 🎉

Note

I had some spare time this holiday season and noticed that this package still had some usage and was even integrated by a startup! It has been more than 5 years since I originally published this package, so I'm going to give it an overhaul to keep it fresh with today's developer ecosystem.

Feature changes:

  • Removed limitations on what transaction types could be sent
    • See the full list of transaction here
  • Changed implementation to be instance based
    • Refer to the singleton design pattern if the previous implementation was better suited
  • Removed dependency on axios, bluebird, and change-case
    • This ultimately resolved all dependabot security issues

Project changes:

  • Typescript integration
  • Bumped minimum node version to current LTS (18.x)
  • Switched test + coverage to jest + codecov
  • Migrated from travisCI to GitHub workflow

What's Changed

  • feat: migrate project from js to ts by @wuon in #35
  • feat: add github deploy action script by @wuon in #36
  • fix: switch registry to npm by @wuon in #37

Full Changelog: v1.0.10...v2.0.0