Skip to content

Releases: wuon/moneryze

v2.1.0

15 Jan 23:44
65b5930
Compare
Choose a tag to compare

What's Changed

  • Added more examples for the following vault transactions: resAddCC, resAddToken, resCardVerificationCC, resPurchaseCC, resTempAdd
  • Switch formatting to use xml2js for text extraction
  • Add additional types for drilling in response: CofInfo, CvdInfo, Recur, AchInfo, AvsInfo
  • Added automatic key conversion for xml and json standards

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Jan 04:53
2f8b92b
Compare
Choose a tag to compare

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

v1.0.10

30 Dec 22:02
7e34fd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Wuon/moneryze/commits/v1.0.10