|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.2.4](https://github.com/pheature-flags/toggle-core/tree/0.2.4) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/0.2.3...0.2.4) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- \[toggle-core\] Update PhpStan to version 1 and level 9 [\#39](https://github.com/pheature-flags/toggle-core/issues/39) |
| 10 | +- Create AnStrategyWasRemoved event and dispatch it inside Feature Class [\#18](https://github.com/pheature-flags/toggle-core/issues/18) |
| 11 | +- Create AnStrategyWasAdded event and dispatch it inside Feature Class [\#17](https://github.com/pheature-flags/toggle-core/issues/17) |
| 12 | +- \[\#17\] Add StrategyWasAdded event [\#44](https://github.com/pheature-flags/toggle-core/pull/44) (@kpicaza) |
| 13 | +- \[\#18\] Add StrategyWasRemoved event [\#43](https://github.com/pheature-flags/toggle-core/pull/43) (@kpicaza) |
| 14 | +- \[\#39\] Update PhpStan to version 1 and level 9 [\#40](https://github.com/pheature-flags/toggle-core/pull/40) (@kpicaza) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- \[toggle-core\] update CI matrix PHP versions [\#41](https://github.com/pheature-flags/toggle-core/issues/41) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- \[\#41\] Run CI both PHP 7.4 and 8.0 [\#42](https://github.com/pheature-flags/toggle-core/pull/42) (@kpicaza) |
| 23 | + |
3 | 24 | ## [0.2.3](https://github.com/pheature-flags/toggle-core/tree/0.2.3) (2021-10-26) |
4 | 25 |
|
5 | 26 | [Full Changelog](https://github.com/pheature-flags/toggle-core/compare/0.2.2...0.2.3) |
|
68 | 89 |
|
69 | 90 | - \[toggle-core\#16\] Create FeatureWasCreated event [\#24](https://github.com/pheature-flags/toggle-core/pull/24) (@pcs289) |
70 | 91 |
|
71 | | -## [0.1.0](https://github.com/pheature-flags/toggle-core/tree/0.1.0) (2021-06-19) |
72 | | - |
73 | | -[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/v0.1.1...0.1.0) |
74 | | - |
75 | 92 | ## [v0.1.1](https://github.com/pheature-flags/toggle-core/tree/v0.1.1) (2021-06-19) |
76 | 93 |
|
77 | 94 | [Full Changelog](https://github.com/pheature-flags/toggle-core/compare/3049d4ad29a92be94491ca5af81b6121aaf395ab...v0.1.1) |
|
93 | 110 | - fix contributing linlk [\#10](https://github.com/pheature-flags/toggle-core/pull/10) (@kpicaza) |
94 | 111 | - fix docs link [\#9](https://github.com/pheature-flags/toggle-core/pull/9) (@kpicaza) |
95 | 112 |
|
| 113 | +## [0.1.0](https://github.com/pheature-flags/toggle-core/tree/0.1.0) (2021-06-19) |
| 114 | + |
| 115 | +[Full Changelog](https://github.com/pheature-flags/toggle-core/compare/v0.1.1...0.1.0) |
| 116 | + |
| 117 | +## [0.0.1](https://github.com/pheature-flags/pheature-flags/tree/0.0.1) (2021-06-19) |
| 118 | + |
| 119 | +[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/4efde1b91949256bf8d3b3baf7546150ddcc0e90...0.0.1) |
| 120 | + |
| 121 | +**Implemented enhancements:** |
| 122 | + |
| 123 | +- \[toggle-core\] ChainTogleStrategyFactory must implement ToggleStrategyFactory interface [\#219](https://github.com/pheature-flags/pheature-flags/issues/219) |
| 124 | +- \[toggle-core\] Add id and type to strategy and segment read models [\#217](https://github.com/pheature-flags/pheature-flags/issues/217) |
96 | 125 |
|
97 | 126 |
|
98 | 127 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments