Releases: kettil/carna
Releases · kettil/carna
5.0.0
5.0.0 (2021-10-13)
Bug Fixes
- deps: bump @babel/core from 7.15.5 to 7.15.8 (bf79697)
- deps: bump @babel/node from 7.15.4 to 7.15.8 (da963a5)
- deps: bump @babel/plugin-transform-runtime from 7.15.0 to 7.15.8 (11367a7)
- deps: bump @babel/preset-env from 7.15.6 to 7.15.8 (fb6eb52)
- deps: bump @commitlint/cli from 13.2.0 to 13.2.1 (c18f8b3)
- deps: bump babel-jest from 27.2.4 to 27.2.5 (d4e6066)
- deps: bump istanbul-lib-coverage from 3.0.1 to 3.0.2 (31937cf)
- deps: bump istanbul-reports from 3.0.2 to 3.0.4 (e7cd390)
- deps: bump istanbul-reports from 3.0.4 to 3.0.5 (c36b0f2)
- deps: bump jest from 27.2.4 to 27.2.5 (99c5bd2)
- add carna to the depcheck ignore list (143a1bf)
- incorrect handling of special characters in getCoverageFolder() (dd18d32)
- incorrect resolution of the root path (883b1b4)
- incorrect resolution of tools paths (a8db695)
- remove the double argument --watch (547b831)
- search the babel config in the cwd and root folder (ae1a0ec)
- unclear error message when checking licenses (16414f4)
Features
- add alias "s" to the start command (9f90747)
- add argument build-dependencies to the command start (3de4ee7)
- add monorepo support in the jest config (4a8e24d)
- add support for monorepo's (399bf04)
- add watch mode to the command build (b7720f1)
- detection of the test projects based on the jest config (aca3e86)
- extend babel extension list (d9e35be)
- extend build command for monorepo's (23c4398)
- for babel use the config of carna as default (b29e695)
- ignore comments in the files when building by babel (37577a9)
- improved watching handling at start command (d380b04)
- missing dependencies throw an error and no longer a warning (afa6d78)
- remove init command (d7f8814), closes #540
- remove the handling with a global babel config file as default (44e90fe)
- run babel-watch with --config-file option (a5efd29)
- set "analyse" as default command (7954e9e)
- show the cwd when calling exec (a878fef)
BREAKING CHANGES
- The jest config file needs to be rewritten because the structure has changed.
- The
init
command has been removed and instead Github repo templates have been created.
5.0.0-beta.10
5.0.0-beta.9
5.0.0-beta.8
5.0.0-beta.8 (2021-10-11)
Features
5.0.0-beta.7
5.0.0-beta.6
5.0.0-beta.5
5.0.0-beta.5 (2021-10-07)
Features
- add monorepo support in the jest config (4a8e24d)
BREAKING CHANGES
- The jest config file needs to be rewritten because the structure has changed.
5.0.0-beta.4
5.0.0-beta.4 (2021-10-07)
Bug Fixes
5.0.0-beta.3
5.0.0-beta.3 (2021-10-06)
Bug Fixes
- search the babel config in the cwd and root folder (ae1a0ec)