Skip to content

Releases: LironEr/bundlemon

[email protected]

18 Aug 07:13
6925f58
Compare
Choose a tag to compare

Dependencies

[email protected]

18 Aug 05:57
Compare
Choose a tag to compare

Caution

Bad publish with only TS files, use v3.0.3. should be fixed from now on (#212)

[email protected]

16 Aug 06:13
Compare
Choose a tag to compare

BREAKING CHANGES

  • Require node >= v18 #203

[email protected]

16 Aug 06:12
Compare
Choose a tag to compare

BREAKING CHANGES

  • Require node >= v18 #203

[email protected]

16 Aug 06:12
Compare
Choose a tag to compare

BREAKING CHANGES

  • Require node >= v18 #203

[email protected]

06 Feb 21:52
12effce
Compare
Choose a tag to compare

Fixes

[email protected]

29 Jan 17:37
05dbcd0
Compare
Choose a tag to compare

Features

  • Custom path labels (PR #194)

[email protected]

01 Jul 13:24
Compare
Choose a tag to compare

Fixes

  • Nicer error message on bad config file (PR #172)

[email protected]

26 Dec 19:22
Compare
Choose a tag to compare

Fixes

  • Retry failed network requests (PR #160)

[email protected]

19 Nov 16:47
Compare
Choose a tag to compare

No changes since bundlemon 2.0.0-rc.1 release notes

BREAKING CHANGES

  • Support node >= 14 eb14073
  • Authentication changes (PR #103, #117)
    • Auto-create projects when using GitHub actions
    • The old way of using project ID without an API key will stop working in a few months so it's important to upgrade.
    • Creating GitHub output when not using GitHub actions now requires creating GitHub access token
  • Ignore fails on base branch (PR #139 ) resolves #126
    Currently, it's without the option to change this behavior, in case someone needs it please open an issue and explain your use case.

Feature

  • Optional files option (PR #113)
  • Option to post GitHub output only on failures (PR #124) resolves #123
  • Add commit message to commit record and show it in the website reports chart (PR #127 #128 #129) resolves #116
    set includeCommitMessage to true and set the commit message in CI_COMMIT_MESSAGE env var
  • Add option to approve limit exceeded (PR #133 #137) resolves #115
  • Ability to post GitHub output only on PR (PR #138)

Migration guide from v1 to v2