Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 1.38 KB

2.0.0

Breaking changes

  • #49 Drop support for Node 6.x and Node 8.x. Only LTS releases are supported (Node 10.x, Node 12.x, and Node 14.x).

Bugfixes

  • #57 Update ffi-napi to fix problems with NodeJS on macOS

Other changes

  • #42 Update to js-yaml-3.13.1
  • #43 Update to mixin-deep-1.3.2
  • #44 Update to fstream-1.0.12
  • #45 Update to eslint-4.18.2
  • #46 Update to lodash-4.17.15 (reverted in #47)
  • #50 from cjlarose/remove-transpilation
  • #51 Add prettier, update eslint to 6.8.0
  • #52 prettier --check, eslint, and dtslint on CI
  • #53 Fix Buffer deprecations
  • #54 Configure eslint to use eslint-config-airbnb
  • #55 Update to lodash-4.17.19
  • #58 Bump tar from 2.2.1 to 2.2.2 #58