Skip to content

Releases: LironEr/bundlemon

v1.2.0

02 Nov 20:27
Compare
Choose a tag to compare

Features

v1.1.1

18 Oct 20:48
5dfb663
Compare
Choose a tag to compare

Fixes

  • failure in groups throws unhandled exception (PR #54) resolves #53

v1.1.0

02 Oct 20:55
Compare
Choose a tag to compare

Features

  • Add Brotli compression (PR #48) resolves #45

v1.0.0

06 Aug 09:31
7c99fee
Compare
Choose a tag to compare

BREAKING CHANGES

  • Update required node version to >= 12 #36

Features

  • Keyless support when running CLI using GitHub actions on public repos #37
    BundleMon service will no longer require API key when using BundleMon in GitHub action of a public repo, with this feature BundleMon can now run on PRs originated from forks. GitHub action example

v0.4.0

02 Jun 18:50
11e2ff8
Compare
Choose a tag to compare

BREAKING CHANGES

  • GitHub integration:
    • github-pr output name changed to github
    • statusCheck option in github output options changed to commitStatus
    • Install BundleMon GitHub App, BUNDLEMON_GITHUB_TOKEN env var is not needed anymore and it wont work.
  • remove --local / onlyLocalAnalyze option, will run in local mode if CI environment variable doesn't exists

Features

  • Add checkRun option to github output, will create a GitHub check run. default false

v0.4.0-rc.1

24 May 07:47
Compare
Choose a tag to compare
v0.4.0-rc.1 Pre-release
Pre-release
fix bundlemon service URL

v0.3.2

28 Jan 15:35
Compare
Choose a tag to compare

Features

  • Add types field to package.json file ecbe1fe

Security

v0.3.1

09 Oct 12:45
d788ed9
Compare
Choose a tag to compare

Features

v0.3

30 Sep 15:54
Compare
Choose a tag to compare

BREAKING CHANGES

  • move github-pr output generator to BundleMon service.
    That means that the GitHub token will be passed to BundleMon service. The token is not saved in BundleMon service, ONLY used to communicate with GitHub

Features

  • Override default compression per file docs
  • Add groups option f27730e
  • Set file change status only if the diff bytes is greater than 10 bytes e68db72

v0.2.1

06 Sep 15:05
eaf1532
Compare
Choose a tag to compare

Features

  • github-pr comment break line every 45 characters in the path column eaf1532