3.0.17 (2020-11-22)
- zlib: Work around
error: implicit declaration of function 'lseek' is invalid in C99
. Properly. (da3d750)
3.0.16 (2020-11-22)
- zlib: Work around
error: implicit declaration of function 'lseek' is invalid in C99
. (f60acb8)
3.0.15 (2020-10-31)
- 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)
- upgrade snyk from 1.415.0 to 1.416.0 (c48a917)
3.0.13 (2020-10-20)
- upgrade snyk from 1.414.1 to 1.415.0 (296608b)
3.0.12 (2020-10-18)
- 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)
- upgrade snyk from 1.402.0 to 1.405.1 (5d3ebd3)
3.0.10 (2020-10-01)
- 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)
3.0.8 (2020-09-24)
- upgrade snyk from 1.399.0 to 1.399.1 (834c9d8)
3.0.7 (2020-09-23)
- upgrade snyk from 1.398.1 to 1.399.0 (6205e37)
3.0.6 (2020-09-22)
- upgrade semantic-release from 17.1.1 to 17.1.2 (078bdf2)
3.0.5 (2020-09-18)
- upgrade snyk from 1.395.0 to 1.398.1 (3739786)
3.0.4 (2020-09-17)
- upgrade snyk from 1.393.0 to 1.395.0 (30ec568)
3.0.3 (2020-09-14)
3.0.2 (2020-09-13)
3.0.1 (2020-08-29)
- package: Bump packages for security updates (2020-08-29) (fb1fa8e), closes /github.com/randytarampi/slamscan/pull/131#issuecomment-669014514 /github.com/randytarampi/lwip/pull/47#issuecomment-669576137 /github.com/randytarampi/lwip/pull/46#issuecomment-669587798 /github.com/randytarampi/pseudolocalize/pull/43#issuecomment-669639431 /github.com/randytarampi/pseudolocalize/pull/44#issuecomment-669640745 /github.com/randytarampi/pseudoimage/pull/60#issuecomment-669730376 /github.com/randytarampi/slamscan/pull/132#issuecomment-669738806 /github.com/randytarampi/slamscan/pull/134#issuecomment-669738983 /github.com/randytarampi/slamscan/pull/133#issuecomment-669739016 /github.com/randytarampi/pseudoimage/pull/61#issuecomment-669743569 /github.com/randytarampi/slamscan/pull/135#issuecomment-671014646 /github.com/randytarampi/pseudolocalize/pull/45#issuecomment-673205158 /github.com/randytarampi/pseudoimage/pull/62#issuecomment-673288919 /github.com/randytarampi/lwip/pull/48#issuecomment-674452146 /github.com/randytarampi/me/pull/748#issuecomment-674633206
3.0.0 (2020-08-02)
- package: Ignore node@8 test failures. (b65f49f)
- 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)
2.0.1 (2020-05-01)
- 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)
-
Support node@14. (8e74b81), closes /github.com/randytarampi/lwip/pull/34#issuecomment-620724886
-
Merge pull request #36 from randytarampi/feat/support-node-14 (abe243f), closes #36
- 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)
- blur: Just use
CImg.blur
to blur images (4cf9aaf)
1.3.0 (2020-04-28)
- Image: Fix conflicts per #29. (0745d4f), closes /github.com/randytarampi/lwip/pull/29/files#diff-42195936cee3445e27c1695ab97c3cc8R563
1.2.0 (2020-04-28)
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)