Skip to content

Releases: clayzermk1/node-marshal

Bignum Improvements and Housekeeping

26 Jan 00:15
Compare
Choose a tag to compare

CI

  • replaced Travis-CI with GH Actions (b3b218e)

Documentation

  • added an example for using a Buffer (:tophat: @steven89) (2e84ac1)
  • clarified supported type comments for bignums and IVARs (0ac3bca)
  • improved changelog formatting (ed5de05)

Build System

  • added standard-version (6da10c8)
  • improved "ignore" file extension matching in gitignore (c28ba3e)
  • removed codecov dependency (bff5cf9)
  • upgraded dependencies and rebuilt package-lock.json (656a075)
  • upgraded minimum node engine version to v12.22.9 (a188d2d)

Minor edit, updated changelog

02 Oct 15:49
Compare
Choose a tag to compare
  • Updated changelog for 0.5.0-0.5.2.

Minor edit, updated link in readme

02 Oct 15:43
Compare
Choose a tag to compare

Improvements

  • Updated rails-cookie-parser link in the readme to reflect repo ownership transfer.

Upgraded dependencies to resolve security vulnerabilities

02 Oct 15:39
Compare
Choose a tag to compare

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`

19 Mar 01:55
Compare
Choose a tag to compare

Improvements

yarn fix

22 May 16:30
Compare
Choose a tag to compare

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

19 May 04:15
Compare
Choose a tag to compare

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

03 Nov 21:39
Compare
Choose a tag to compare
Housekeeping Pre-release
Pre-release

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

03 Nov 03:02
Compare
Choose a tag to compare
Pre-release

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

Modularized bignum

26 Aug 05:20
Compare
Choose a tag to compare
Modularized bignum Pre-release
Pre-release
0.2.1

Merge branch 'modularize-bignum'