RELEASE 1.2.0 - 2020-05-13
Added
- Technical - Add sonar lint.
- Technical - Make the CI lint the commit messages.
- Readme - Add the test coverage badge.
- Technical - Add unexpected error management in tests.
- Technical - Add an api error deserializer.
- Branch command - Add
--help
option. - Branch command - Add branch creation.
- Branch command - Add branch list.
- Branch command - Add branch delete.
- Branch command - Allow users to specify a custom target project.
Changed
- Technical - Untrack IDE
.idea
folder. - Technical - Reduce the complexity of
Prompter.isRequested
method. - Technical - Introduce conventional commits.
- Technical - Adapt release manager to conventional commits.
- Tests - Add test for
forest environments:create
command. - Technical - Use Jest instead of Mocha for the test base.
- Technical - Rename the class of the environments update command.
- Technical - Remove CI configuration warnings.
- Technical - Remove useless CI configuration.
- Readme - Update the community badge.
- Dependencies - Get rid of useless dev dependencies (
globby
, moment
, nyc
, semver
).
Fixed
- Authentication - Exit any process if the authentication fails.
- Tests - Fix authentication problems during tests.
- Security - Patch
acorn
dependency vulnerabilities. - Dependencies - Get rid of useless
git-hooks
dependency.