Releases: clayzermk1/node-marshal
Releases · clayzermk1/node-marshal
Bignum Improvements and Housekeeping
Minor edit, updated changelog
- Updated changelog for 0.5.0-0.5.2.
Minor edit, updated link in readme
Improvements
- Updated
rails-cookie-parser
link in the readme to reflect repo ownership transfer.
Upgraded dependencies to resolve security vulnerabilities
Improvements
- Upgraded dependencies to resolve security vulnerabilities.
Changes
- To ensure proper package operation, the node engine version has been updated to the latest LTS release (10.16.3). Please note that while Travis still builds against node versions all the way back to node v6 for the time being, I cannot support this package for any node version other than LTS.
Replace `new Buffer` with `Buffer.from`
Improvements
- Replaced
new Buffer
withBuffer.from
(#12).new Buffer
has been deprecated since Node.js v6.0.0. Thank you @ThatBean! - Upgraded dependencies.
yarn fix
Fixes
- Fixed package.json node engine version to permit newer versions of node for
yarn
users (4f89c88#commitcomment-29083094). Thank you @xzyfer! - Added node versions 7, 9, and 10 to Travis.
- Fixed a typo in the readme. Thank you @akshaun!
Float support
New
- Added support for floats (#8, 🎩 @tgriesser).
- Added support for ISO-8859-1 IVAR encoding (#8, 🎩 @tgriesser).
- Removed support for node 0.10 and 0.12.
Improved
- Upgraded dependencies.
- Replaced Code Climate with Codecov.
- Added test coverage.
Housekeeping
Fixes
- Fixed readme badge URLs.
- Forgot to bump package.json version before tagging 0.2.2.
- Updated package.json repo URLs.
- Updated changelog.
- Updated license copyright dates.
Fix to object name parsing
PLEASE NOTE: This release does not contain the bignum changes in 0.2.1 since they were ultimately poorly implemented and never actually made it into master (see #5). 0.2.1 should not even be a tag or a release but I'm leaving it alone in case people are using it. I'm sorry for the confusion.
Please consider 0.2.2 the successor of 0.2.0.
Fixes
- Fix to object name parsing. #6 (🎩 @IamIpanda and @Yangff)
Modularized bignum
0.2.1 Merge branch 'modularize-bignum'