Skip to content

Latest commit

 

History

History
135 lines (87 loc) · 8.01 KB

changelog.md

File metadata and controls

135 lines (87 loc) · 8.01 KB

2.0.1 (2024-10-27)

  • docs: update readme and clarify fetch use (2e55ee4)

2.0.0 (2024-10-27)

  • 2.0.0 (84541d1)
  • refactor: upgrade dependencies and use native Node.js fetch (62507bf)

1.2.1 (2024-04-16)

1.2.0 (2021-07-28)

1.1.0 (2021-04-25)

  • 1.1.0 (6460052)
  • docs: add cache and fetch to readme (8072b64)
  • docs: add contributor Shiv Jha-Mathur (a49064b)
  • docs: let contributors add their name to package.json (989ded4)
  • feat: add support for caching results in user-provided object (18a0e1b)

1.0.7 (2021-01-09)

  • 1.0.7 (cd167a9)
  • fix: do not replace existing integrity attributes (61225bb)
  • docs: update email (90f33ac)
  • test: handle empty source attributes (675bf9d)

1.0.6 (2021-01-09)

1.0.5 (2020-11-11)

  • 1.0.5 (f74f33b)
  • fix: skip elements with empty source attributes (c9eae5b)
  • ci: explicitly disable pinning dependencies (0694137)
  • ci: use js-lib renovate config to avoid pinning (d71ba3a)

1.0.4 (2020-10-29)

  • 1.0.4 (b00f804)
  • fix: ignore local files if basePath is not provided (06cd0bd)
  • ci: add renovate bot config to automatically update dependencies (e3e66ce)
  • ci: disable ava automatic CI jobs parrallelization (a444db8), closes #1
  • ci: set renovate bot to commit in the conventional style (bde7f93)
  • ci: test on node version 15 (a981902)

1.0.3 (2020-10-24)

  • 1.0.3 (8f3dcb6)
  • build: exclude unnecessary files from package (9e82030)

1.0.2 (2020-10-24)

1.0.1 (2020-10-24)

  • 1.0.0 (3004692)
  • 1.0.1 (0430596)
  • docs: add author and repository info on package.json (89be79f)
  • docs: add homeapage and more specific tags (19f37f0)
  • docs: fill readme template (78bbe0a)
  • docs: fix action url (217bf4c)
  • docs: move contributing guide out of github config, edit for gitlab (d3409ce)
  • docs: remove chat (b6a8db4)
  • docs: remove github docs config (4a0157a)
  • docs: update author (992b07b)
  • docs: update install (669b2fa)
  • docs: update logo size (3755dbb)
  • docs(readme): clone info (5610c1c)
  • docs(readme): update badges (2d23b5c)
  • docs(readme): update headings (ea69b10)
  • ci: add gitlab ci test (fe0e0f7)
  • ci: package lock (8f6ce76)
  • ci: use npm ci (dc35a95)
  • build: add prettier and ssri dependencies, remove clinton (4542856)
  • build: add prettier as development dependency (3de8950)
  • build: change name mversion config (ef65fb8)
  • build: return script version (9e67384)
  • build: uninstall prettier (63f72c5)
  • build: update bump commit (f5d7820)
  • build: update depdev and remove mversion (170aca6)
  • build: update version script (60784f9)
  • build: use conventional-changelog-cli module (83dc45c)
  • fix: format yaml as spaces (3ec7444)
  • feat: sri plugin (39be4d2)
  • feat: support remote assets (fd79a15)
  • feat(*): init boilerplate (5798cd9)
  • test: test plugin output (b156a10)
  • style: according linter (3a53739)
  • style: use tabs, apply style on configs, use JSON whenever possible (99f8436)
  • refactor: add lint and lint fix scripts (da3545c)
  • refactor: update boilerplate, close #5 (bcca13f), closes #5
  • revert: return mversion (0ef0f51)
  • perf: file name (9d2e7b1)
  • chore(*): wire up standard js and ava tests (e468a11)