Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Releases: EXILL-SUARL/batch-blur-images

Release 2.0.0

27 Aug 14:18
Compare
Choose a tag to compare

V2 IS OUT WITH BREAKING CHANGES

  • refactor tests (93e244f)
  • [BREAKING] refactor the base code with better Promises and Error handeling (now uses Promise.allSettled instead of Promise.All) (62e9e61)
  • remove Node's trace-warnings flag for AVA (18f05c7)
  • addresses DEP0147: https://nodejs.org/api/deprecations.html#DEP0147 (e9942ad)
  • addresses ts(80004) (4d53c1c)
  • Merge pull request #13 from EXILL-SUARL/dependabot/npm_and_yarn/ava-4.3.3 (ff936ed)
  • Merge pull request #12 from EXILL-SUARL/dependabot/npm_and_yarn/typescript-4.8.2 (54e3ba3)
  • Bump typescript from 4.7.4 to 4.8.2 (1aff2c5)
  • Merge pull request #11 from EXILL-SUARL/dependabot/npm_and_yarn/typedoc-0.23.11 (680dd90)
  • Bump ava from 4.3.1 to 4.3.3 (86421a6)
  • Bump typedoc from 0.23.10 to 0.23.11 (a090116)

Release 1.0.7

25 Aug 11:07
Compare
Choose a tag to compare
  • ignore memory dump file (131bc69)
  • improve testing logic to eliminate fatal AVA errors which are caused by running Promise.all inside hooks (131bc69)
  • run the AVA directly (without the use of npx (520e2da)
  • add error tracing to AVA (dcc0240)
  • Merge pull request #10 from EXILL-SUARL/dependabot/npm_and_yarn/types/node-18.7.13 (7e837a4)
  • Merge pull request #9 from EXILL-SUARL/dependabot/npm_and_yarn/release-it-15.4.0 (6d4a52b)
  • Bump @types/node from 18.7.12 to 18.7.13 (978ad87)
  • Bump release-it from 15.3.0 to 15.4.0 (dda7bca)

Release 1.0.6

24 Aug 21:59
Compare
Choose a tag to compare
  • update .gitignore (b55b4b4)
  • make the AVA after() hook awaits for the returned promise and run regardless of whether there were earlier failures (d60c3b8)
  • test GH CI with a different timeout target (8b160ec)
  • switch from Jest to AVA. (I didn't know Jest was a buggy bloated mess that is hard to integrate with pure ESM modules) (e12c9e2)
  • reduce test image resolution (abe735d)
  • switch to a provider that returns a random image (c94f92f)
  • Merge pull request #8 from EXILL-SUARL/dependabot/npm_and_yarn/types/node-18.7.12 (96bd098)
  • Bump @types/node from 18.7.11 to 18.7.12 (148fb51)
  • Merge pull request #6 from EXILL-SUARL/dependabot/npm_and_yarn/eslint-plugin-jest-26.8.7 (2d73134)
  • remove broken action (9d3b7f7)
  • Merge pull request #7 from EXILL-SUARL/dependabot/npm_and_yarn/types/node-18.7.11 (78328b5)
  • Bump @types/node from 18.7.6 to 18.7.11 (7482f29)
  • Bump eslint-plugin-jest from 26.8.3 to 26.8.7 (bc4d99f)
  • add workflow_dispatch (6dd5b58)
  • update action (b324c11)
  • add an action to keep the package's metadata synced with Github's (79490b8)
  • add package keywords (48f6e33)
  • Update blur.test.ts (9030372)

Release 1.0.0

18 Aug 19:52
Compare
Choose a tag to compare

STABLE RELEASE IS OUT!

  • update readme (910a4b3)
  • move an utility function to a seperate file. Refactor base code to use Promise.all for better integration with tests. switch from Got to Axios as the former would sometimes fail to close the request which causes Jest to complain about an open handle: https://jestjs.io/docs/cli#--detectopenhandles (29ffff0)
  • fix TypeDoc build (457849a)
  • fix TypeDoc comment (de265a3)
  • add JSDoc comment (27bff8f)
  • remve unused return (df1bc45)

Release 1.0.0-beta.2

17 Aug 20:50
Compare
Choose a tag to compare
Release 1.0.0-beta.2 Pre-release
Pre-release
  • update lock (20b2c13)
  • tweaked TS config to fix the error Got was causing (30f9480)

Release 1.0.0-beta.1

17 Aug 20:29
Compare
Choose a tag to compare
Release 1.0.0-beta.1 Pre-release
Pre-release
  • Add tests (babd36a)
  • turn the entry into a promise to simplify testing (0b46b3d)
  • fix Jest's incompatibility with ESM (608f888)
  • update todo (735e3d3)
  • refactoring the code to prepare it for testing (7c38880)
  • global arg didn't work idk this should fix it (28249e4)
  • add name in license (bef2c8f)
  • remove unused import (f6a3e8e)

Release 1.0.0-beta.0

17 Aug 10:59
Compare
Choose a tag to compare
Release 1.0.0-beta.0 Pre-release
Pre-release

Release 1.0.0-alpha.6

17 Aug 10:14
Compare
Choose a tag to compare
Release 1.0.0-alpha.6 Pre-release
Pre-release
  • switch to NPM's official registry (41076f4)

Release 1.0.0-alpha.5

17 Aug 09:35
Compare
Choose a tag to compare
Release 1.0.0-alpha.5 Pre-release
Pre-release

Release 1.0.0-alpha.4

17 Aug 09:20
Compare
Choose a tag to compare
Release 1.0.0-alpha.4 Pre-release
Pre-release
  • make the package public (772f76b)