UNPKG

1.78 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [13.0.4](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.3...@poi/plugin-karma@13.0.4) (2020-04-30)
7
8**Note:** Version bump only for package @poi/plugin-karma
9
10
11
12
13
14## [13.0.3](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.2...@poi/plugin-karma@13.0.3) (2019-07-27)
15
16**Note:** Version bump only for package @poi/plugin-karma
17
18## [13.0.2](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.1...@poi/plugin-karma@13.0.2) (2019-01-22)
19
20### Bug Fixes
21
22- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)
23
24## [13.0.1](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.0...@poi/plugin-karma@13.0.1) (2019-01-09)
25
26### Bug Fixes
27
28- support yarn pnp ([ca61aaa](https://github.com/egoist/poi/commit/ca61aaa))
29
30# [13.0.0](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.3...@poi/plugin-karma@13.0.0) (2019-01-09)
31
32### Features
33
34- **karma:** simplify CLI usage ([54ffb9b](https://github.com/egoist/poi/commit/54ffb9b))
35
36### BREAKING CHANGES
37
38- **karma:** `poi karma --test` changed to `poi test:unit`
39
40## [12.0.3](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.2...@poi/plugin-karma@12.0.3) (2018-12-22)
41
42### Bug Fixes
43
44- excluded files in karma ([4fe5ceb](https://github.com/egoist/poi/commit/4fe5ceb))
45
46## [12.0.2](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.1...@poi/plugin-karma@12.0.2) (2018-12-22)
47
48### Features
49
50- update karma plugin to match old behavior ([01b0498](https://github.com/egoist/poi/commit/01b0498))