Skip to content

Latest commit

 

History

History
215 lines (99 loc) · 9.14 KB

File metadata and controls

215 lines (99 loc) · 9.14 KB

4.0.3 (2022-08-09)

Bug Fixes

  • with_head: env var renamed to PUPPETEER_HEADLESS, code reviewed/patched (5278c61)

4.0.2 (2022-06-29)

Bug Fixes

  • ci: introduce WITH_HEAD env parameter (7f28751)
  • ci: run tests with debug (94e9a0e)

4.0.1 (2022-06-14)

Bug Fixes

  • semantic-release: include package-lock.json in version commit (3adb404)

4.0.0 (2022-06-08)

chore

  • bump semantic-release from 18.0.1 to 19.0.2 (cd94520)

BREAKING CHANGES

  • major upgrade of semantic-release to v19

Bumps semantic-release from 18.0.1 to 19.0.2.

3.1.3 (2022-06-08)

Bug Fixes

  • regexp: fixing redos possibility (53060bd)

3.1.2 (2022-06-08)

Bug Fixes

  • regex: polygonal regular expression used on uncontrolled data (bcaf404)
  • regular expression: fixed unnecessary escape character (5613eba)

3.1.1 (2021-11-09)

Performance Improvements

  • dep bumps: upgraded dependencies (f54620f)

3.1.0 (2021-05-19)

Bug Fixes

  • coverage: fixed coverage report by ignoring puppeteer browser-side code (612403d)
  • gh_repo: fix implementation of GH_REPO and syncVersions (cf33e36)
  • gh_repo: fix implementation of GH_REPO and syncVersions (c4f8165)
  • puppeteer: ensure to hover to selector before clicking (aad85a6)

Features

3.0.2 (2021-04-28)

Bug Fixes

  • bump puppeteer from 8.0.0 to 9.0.0 (577a3fc)

3.0.1 (2021-03-01)

Bug Fixes

  • bump puppeteer from 7.1.0 to 8.0.0 (ea82a37)

3.0.0 (2021-02-19)

Features

  • compatibility: implement setting compatible whmcs versions (905b61a)
  • versions: implement adding missing github versions in whmcs marketplace (4308538)
  • versions: implement deleting specific versions from whmcs marketplace (b73d3f5)

BREAKING CHANGES

  • versions: introduced new environment variables

2.0.2 (2021-01-19)

Bug Fixes

  • ci: extend logging; exclude coverage from tests (40b0a70)

2.0.1 (2021-01-19)

Bug Fixes

  • github actions: add missing env vars (efcac00)
  • github actions: add missing env vars from secrets (01b7543)
  • github actions: migrate from Travis CI (0d579eb)

2.0.0 (2021-01-13)

Features

  • adding new version: automation fixed. tests reviewed/fixed. performance highly improved (4b75872)

BREAKING CHANGES

  • adding new version: markdown links are automatically stripped.

1.0.11 (2020-10-28)

Bug Fixes

  • dep-bump: upgrade dependencies and review package.json (c984270)

1.0.10 (2020-10-28)

Bug Fixes

  • dep-bump: bump dependency versions (eslint-config-standard) and reviewed code (c1967d7)

1.0.9 (2020-01-20)

Bug Fixes

  • ava: use of esm module to support es modules (bb17269)

1.0.8 (2019-09-17)

Bug Fixes

  • npm: remove dependencies already included in semantic-release itself (e0d5735)

1.0.7 (2019-09-17)

Bug Fixes

  • publish: use nextRelease.version instead of nextRelease.gitTag (c14b843)

1.0.6 (2019-09-17)

Bug Fixes

  • package.json: configure publishConfig (bbb71d3)
  • release process: review semantic-release configuration (d03ff7c)

1.0.5 (2019-09-17)

Bug Fixes

  • package name: changed at the npm registry (265f2c6)

1.0.4 (2019-09-13)

Bug Fixes

  • publish: fix version number, review return value (9bfe9ad)

1.0.3 (2019-09-12)

Bug Fixes

  • publish: review step to return false in error case (360f787)

1.0.2 (2019-09-12)

Bug Fixes

  • publish: review publish step to return an object (8f193d4)

1.0.1 (2019-09-12)

Bug Fixes

  • npm: add missing puppeteer dependency (ea8b648)

1.0.0 (2019-09-12)

Features