Skip to content

Latest commit

 

History

History
305 lines (142 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

305 lines (142 loc) · 15.5 KB

3.0.17 (2020-11-22)

Bug Fixes

  • zlib: Work around error: implicit declaration of function 'lseek' is invalid in C99. Properly. (da3d750)

3.0.16 (2020-11-22)

Bug Fixes

  • zlib: Work around error: implicit declaration of function 'lseek' is invalid in C99. (f60acb8)

3.0.15 (2020-10-31)

Bug Fixes

  • upgrade eslint from 7.11.0 to 7.12.0 (222b50c)
  • upgrade run-script-os from 1.1.1 to 1.1.3 (fe7287b)
  • upgrade semantic-release from 17.2.1 to 17.2.2 (8ba2335)
  • upgrade snyk from 1.416.0 to 1.419.0 (ebd40c5)

3.0.14 (2020-10-21)

Bug Fixes

  • upgrade snyk from 1.415.0 to 1.416.0 (c48a917)

3.0.13 (2020-10-20)

Bug Fixes

  • upgrade snyk from 1.414.1 to 1.415.0 (296608b)

3.0.12 (2020-10-18)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (bd42ca9)
  • upgrade eslint from 7.10.0 to 7.11.0 (8f72cff)
  • upgrade mocha from 8.1.3 to 8.2.0 (9fbeaf2)
  • upgrade nan from 2.14.1 to 2.14.2 (9b8adc2)
  • upgrade semantic-release from 17.1.2 to 17.2.1 (f812b98)
  • upgrade snyk from 1.405.1 to 1.406.0 (74324ce)
  • upgrade snyk from 1.406.0 to 1.414.1 (8b54df3)

3.0.11 (2020-10-03)

Bug Fixes

  • upgrade snyk from 1.402.0 to 1.405.1 (5d3ebd3)

3.0.10 (2020-10-01)

Bug Fixes

  • upgrade eslint-plugin-import from 2.22.0 to 2.22.1 (496c3b2)
  • upgrade snyk from 1.400.0 to 1.402.0 (601fbe0)

3.0.9 (2020-09-29)

Bug Fixes

  • upgrade eslint from 7.9.0 to 7.10.0 (1a908f9)
  • upgrade snyk from 1.399.1 to 1.400.0 (b70718b)

3.0.8 (2020-09-24)

Bug Fixes

  • upgrade snyk from 1.399.0 to 1.399.1 (834c9d8)

3.0.7 (2020-09-23)

Bug Fixes

  • upgrade snyk from 1.398.1 to 1.399.0 (6205e37)

3.0.6 (2020-09-22)

Bug Fixes

  • upgrade semantic-release from 17.1.1 to 17.1.2 (078bdf2)

3.0.5 (2020-09-18)

Bug Fixes

  • upgrade snyk from 1.395.0 to 1.398.1 (3739786)

3.0.4 (2020-09-17)

Bug Fixes

  • upgrade snyk from 1.393.0 to 1.395.0 (30ec568)

3.0.3 (2020-09-14)

Bug Fixes

  • upgrade eslint from 7.8.1 to 7.9.0 (0f8664b)
  • upgrade snyk from 1.387.0 to 1.393.0 (5e52057)

3.0.2 (2020-09-13)

Bug Fixes

  • upgrade eslint from 7.7.0 to 7.8.1 (8c9d1dd)
  • upgrade snyk from 1.386.0 to 1.387.0 (19de674)

3.0.1 (2020-08-29)

Bug Fixes

3.0.0 (2020-08-02)

Features

  • package: Ignore node@8 test failures. (b65f49f)

BREAKING CHANGES

  • package: And also formally drop node@8 support. It should still work on node@8 though. This is just a devDependencies incompatibility but bump this anyways...

2.0.2 (2020-05-04)

Bug Fixes

  • upgrade snyk from 1.316.1 to 1.316.2 (4a5c032)
  • upgrade snyk from 1.316.1 to 1.316.2 (e7ff6f5)

2.0.1 (2020-05-01)

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (a5be9d6)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (662dceb)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (468a0e1)

2.0.0 (2020-04-29)

Features

BREAKING CHANGES

  • Drop support for node<8.

I mean, technically we haven't supported node<8 since https://github.com/randytarampi/lwip/commit/76066757ec41c21e2e25520025a92dac3c9e7166 per https://github.com/randytarampi/lwip/commit/b1883ebeb49e39aa2e6443a59fd72b9ff017688c, but by removing the tests I'm saying that it's done. Besides, node@8 is EoL already anyways right?

  • Drop support for node<8.

1.3.1 (2020-04-28)

Bug Fixes

  • blur: Just use CImg.blur to blur images (4cf9aaf)

1.3.0 (2020-04-28)

Features

1.2.0 (2020-04-28)

Features

1.1.0 (2020-01-06)

Features

  • package: Blindly upgrade our dependencies for the new year. (111fefc)

1.0.1 (2020-01-05)

Bug Fixes

  • 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)

Features

BREAKING CHANGES

  • Drop support for node@6, but add support for node@12.

0.0.19 (2019-03-10)

Bug Fixes

  • travis: Don't bother caching dependencies. (81c0c4e)

Reverts

  • chore(package): Apparently we support node^4? (5c860bf)

0.0.18 (2019-03-10)

Bug Fixes

  • build: Always build everything from source. (#5) (f3a8775)

Reverts

  • chore(build): use system libs on non-windows, speed up build (#1) (e61204b)

0.0.17 (2019-03-09)

Bug Fixes

  • build: Build against the included zlib. (#4) (ee4352a)

Reverts

  • Conditionally use ZLIB version, based on version of NodeJS (53a9ccb)

0.0.16 (2019-03-09)

Bug Fixes

  • appveyor: Actually npm install -g npm. (d08cdad)
  • appveyor: Allow failures on node@6. (4104ae6)
  • appveyor: Don't bother passing --msvs_version to npm install. (be700c0)
  • appveyor: Install the latest npm. (ccf1e39)
  • appveyor: Just run commands in shell mode. (7841147)

0.0.15 (2019-03-08)

Bug Fixes

  • new Buffer -> Buffer.allocUnsafe. (9b4b113)

0.0.14 (2019-03-08)

Bug Fixes

  • travis: allow_failures for all Windows builds per my note in cfb1e2e21d53eee3f9b6b39180347ff250af2020. (56b6711)

Reverts

  • chore: Stop running CI on Appveyor. (cfb1e2e)

0.0.13 (2019-03-08)

Performance Improvements

  • package: Just hardcode node-gyp rebuild -j 8. (f07bf13)

0.0.12 (2019-03-08)

Bug Fixes

  • semantic-release: Use @semantic-release/git properly (9cb6c1e)