Skip to content

Releases: LironEr/bundlemon

[email protected]

08 Oct 11:15
Compare
Choose a tag to compare

BREAKING CHANGES

  • 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.

Features

  • 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)

bundlemon 2.0.0-alpha.1 release notes

Migration guide from v1 to v2

[email protected]

20 Aug 13:39
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

This is the first alpha release of BundleMon v2, hopefully, there won't be any more breaking changes but keep in mind it might happen (:

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

Feature

  • Optional files option (PR #113)
  • Option to post GitHub output only on failures (PR #124) resolves #123

Migration guide from v1 to v2

[email protected]

04 Jun 11:25
8cfb783
Compare
Choose a tag to compare

Feature

  • Add friendly name option (PR #106) resolves #107

[email protected]

04 Jun 11:21
8cfb783
Compare
Choose a tag to compare

No breaking changes, just a major version bump to v1.0.0

Features

  • Add friendly name option (PR #106) resolves #107

[email protected]

04 Jun 11:22
8cfb783
Compare
Choose a tag to compare

No breaking changes, just a major version bump to v1.0.0

Features

  • Add friendly name option (PR #106) resolves #107

Fixes

  • Glob pattern with pipe character breaks Markdown report table (PR #105)

[email protected]

30 Apr 08:20
Compare
Choose a tag to compare
  • Improve GitHub commit status text to have numbers first (PR #99) @mourner

[email protected]

12 Apr 20:37
2ec0d50
Compare
Choose a tag to compare

Fixes

  • Groups shouldn't stop on match (PR #97) resolves #96

[email protected]

09 Mar 15:14
cea3a5c
Compare
Choose a tag to compare

Fixes

  • Travis CI set pr number as "false" on non PR (PR #88) resolves #87

v1.3.0

18 Dec 13:44
Compare
Choose a tag to compare

Features

  • Add sub-project option (PR #76)
  • Custom output defined by the user (PR #68) @shwarcu

v1.2.0

02 Nov 20:27
Compare
Choose a tag to compare

Features