Releases: wuon/moneryze
Releases · wuon/moneryze
v2.1.0
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
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
What's Changed
- Purchase operation by @gabrielsimpsons in #1
- Bump tough-cookie from 2.3.2 to 2.4.3 by @dependabot in #6
- Bump extend from 3.0.0 to 3.0.2 by @dependabot in #5
- Bump tunnel-agent from 0.4.3 to 0.6.0 by @dependabot in #4
- Bump lodash from 4.17.4 to 4.17.15 by @dependabot in #2
- Bump sshpk from 1.10.2 to 1.16.1 by @dependabot in #3
- Add support for refunds by @lpmorel-dev in #7
- Bump handlebars from 4.2.0 to 4.5.3 by @dependabot in #8
-
- Added support for preauth transaction type and updated README by @nickjoanis in #9
- Refund to vault by @gabrielsimpsons in #10
- Rc 1.0.5 by @gabrielsimpsons in #11
- Bump acorn from 6.3.0 to 6.4.1 by @dependabot in #12
- Feature/configuration scope by @gabrielsimpsons in #13
- Update package.json by @gabrielsimpsons in #14
- Feature/kount by @gabrielsimpsons in #16
- Bump axios from 0.18.1 to 0.21.1 by @dependabot in #17
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #15
- Version bump due to dependencies by @gabrielsimpsons in #18
- AVS and CVD support by @nickjoanis in #20
- Update package.json by @gabrielsimpsons in #21
- hotfix - properly evaluating test parameter of configuration since las update including default configs. by @nickjoanis in #26
New Contributors
- @gabrielsimpsons made their first contribution in #1
- @dependabot made their first contribution in #6
- @lpmorel-dev made their first contribution in #7
- @nickjoanis made their first contribution in #9
Full Changelog: https://github.com/Wuon/moneryze/commits/v1.0.10