1.1.0 (2020-01-06)
- package: Blindly upgrade our dependencies for the new year. (111fefc)
1.0.1 (2020-01-05)
- Set our minimum node version to node@8, test against node@12, and allow failures against node@6. (7606675)
1.0.0 (2020-01-05)
- Drop support for node@6, but add support for node@12.
0.0.19 (2019-03-10)
- travis: Don't bother caching dependencies. (81c0c4e)
- chore(package): Apparently we support node^4? (5c860bf)
0.0.18 (2019-03-10)
0.0.17 (2019-03-09)
- Conditionally use ZLIB version, based on version of NodeJS (53a9ccb)
0.0.16 (2019-03-09)
- appveyor: Actually
npm install -g npm
. (d08cdad) - appveyor: Allow failures on node@6. (4104ae6)
- appveyor: Don't bother passing
--msvs_version
tonpm install
. (be700c0) - appveyor: Install the latest
npm
. (ccf1e39) - appveyor: Just run commands in shell mode. (7841147)
0.0.15 (2019-03-08)
new Buffer
->Buffer.allocUnsafe
. (9b4b113)
0.0.14 (2019-03-08)
- travis:
allow_failures
for all Windows builds per my note in cfb1e2e21d53eee3f9b6b39180347ff250af2020. (56b6711)
- chore: Stop running CI on Appveyor. (cfb1e2e)
0.0.13 (2019-03-08)
- package: Just hardcode
node-gyp rebuild -j 8
. (f07bf13)
0.0.12 (2019-03-08)
- semantic-release: Use
@semantic-release/git
properly (9cb6c1e)