From 10fac1ca5e3122b5419bb4dd9b0dbc032e425ab7 Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:13:08 +0200 Subject: [PATCH] [0.0.1] add changelog --- CHANGELOG.md | 77 ---------------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 8f3705b..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,77 +0,0 @@ -# Changelog - -## [0.0.0](https://github.com/pheature-flags/pheature-flags/tree/0.0.0) (2021-05-13) - -**Implemented enhancements:** - -- \[Symfony-toggle\] Allow multiple driver implementations [\#179](https://github.com/pheature-flags/pheature-flags/issues/179) -- \[Symfony-toggle\] Split configuration in different methods for better readability [\#176](https://github.com/pheature-flags/pheature-flags/issues/176) -- \[Symfony-toggle\] Create FeatureRepository Compiler pass [\#174](https://github.com/pheature-flags/pheature-flags/issues/174) -- \[Symfony-toggle\] Create SegmentFactory Compiler pass [\#170](https://github.com/pheature-flags/pheature-flags/issues/170) -- \[Symfony-toggle\] Create ToggleStrategy Compiler pass [\#169](https://github.com/pheature-flags/pheature-flags/issues/169) -- \[Toggle PSR-11 Factories\] Add static version to RemoveStrategyFactory [\#135](https://github.com/pheature-flags/pheature-flags/issues/135) -- \[Toggle PSR-11 Factories\] Add static version to RemoveFeatureFactory [\#134](https://github.com/pheature-flags/pheature-flags/issues/134) -- \[Toggle PSR-11 Factories\] Add static version to PostFeatureFactory [\#133](https://github.com/pheature-flags/pheature-flags/issues/133) -- \[Toggle PSR-11 Factories\] Add static version to PatchFeatureFactory [\#132](https://github.com/pheature-flags/pheature-flags/issues/132) -- \[Toggle PSR-11 Factories\] Add static version to GetFeaturesFactory [\#131](https://github.com/pheature-flags/pheature-flags/issues/131) -- \[Toggle PSR-11 Factories\] Add static version to GetFeatureFactory [\#130](https://github.com/pheature-flags/pheature-flags/issues/130) -- \[Toggle PSR-11 Factories\] Add static version to FeatureRepositoryFactory [\#129](https://github.com/pheature-flags/pheature-flags/issues/129) -- \[Toggle PSR-11 Factories\] Add static version to FeatureFinderFactory [\#128](https://github.com/pheature-flags/pheature-flags/issues/128) -- \[Toggle PSR-11 Factories\] Add static version to EnableFeatureFactory [\#127](https://github.com/pheature-flags/pheature-flags/issues/127) -- \[Toggle PSR-11 Factories\] Add static version to DisableFeatureFactory [\#126](https://github.com/pheature-flags/pheature-flags/issues/126) -- \[Toggle PSR-11 Factories\] Add static version to DeleteFeatureFactory [\#125](https://github.com/pheature-flags/pheature-flags/issues/125) -- \[Toggle PSR-11 Factories\] Add static version to CreateFeatureFactory [\#124](https://github.com/pheature-flags/pheature-flags/issues/124) -- \[Toggle PSR-11 Factories\] Add static version to AddStrategyFactory [\#123](https://github.com/pheature-flags/pheature-flags/issues/123) -- \[Toggle Model\] Create a Segment type that finds a match in a collection of values [\#118](https://github.com/pheature-flags/pheature-flags/issues/118) -- Fix Psalm checks in Toggle CRUD PSR-7 API package [\#88](https://github.com/pheature-flags/pheature-flags/issues/88) -- Fix unit test in Toggle CRUD PSR-7 API package [\#87](https://github.com/pheature-flags/pheature-flags/issues/87) -- Fix coding standard issues in Toggle CRUD PSR-7 API package [\#86](https://github.com/pheature-flags/pheature-flags/issues/86) - -**Fixed bugs:** - -- \[Monorepo\] maintain user reference on split repository commits [\#108](https://github.com/pheature-flags/pheature-flags/issues/108) - -**Closed issues:** - -- \[symfony-toggle\] Add package badges [\#183](https://github.com/pheature-flags/pheature-flags/issues/183) -- \[Toggle PSR-11 Factories\] Add factories compatible with Symfony framework [\#122](https://github.com/pheature-flags/pheature-flags/issues/122) -- \[Toggle Model\] Rename current Segment to something as ExactMatchingSegment [\#117](https://github.com/pheature-flags/pheature-flags/issues/117) -- \[Toggle Model\] Create Segment factory for our existing Segment type [\#115](https://github.com/pheature-flags/pheature-flags/issues/115) -- \[Toggle Model\] Create Strategy factory for our existing Toggle strategy types [\#114](https://github.com/pheature-flags/pheature-flags/issues/114) -- \[Toggle Core\] Create ChainSegmentFactory [\#113](https://github.com/pheature-flags/pheature-flags/issues/113) -- \[Toggle Core\] Create ChainToggleStrategyFactory [\#112](https://github.com/pheature-flags/pheature-flags/issues/112) -- \[Toggle Core\] Create ToggleStrategyFactory and SegmentFactory contracts [\#111](https://github.com/pheature-flags/pheature-flags/issues/111) -- Add Code climate badge to Toggle Core package [\#85](https://github.com/pheature-flags/pheature-flags/issues/85) -- Add psalm type check badge to Toggle CRUD PSR-7 API package [\#80](https://github.com/pheature-flags/pheature-flags/issues/80) -- Add Packagist downloads badge to Toggle CRUD PSR-7 API package [\#77](https://github.com/pheature-flags/pheature-flags/issues/77) -- Add Packagist version badge to Toggle CRUD PSR-7 API package [\#76](https://github.com/pheature-flags/pheature-flags/issues/76) -- Add Toggle CRUD PSR-7 API package to packagist [\#75](https://github.com/pheature-flags/pheature-flags/issues/75) -- Add Infection Mutation testing coverage Badge to Toggle CRUD package [\#72](https://github.com/pheature-flags/pheature-flags/issues/72) -- Add psalm type check badge to Toggle CRUD package [\#71](https://github.com/pheature-flags/pheature-flags/issues/71) -- Add Codecov badge to Toggle CRUD package [\#70](https://github.com/pheature-flags/pheature-flags/issues/70) -- Add Scrutinizer badges \(code quality and test coverage\) to Toggle CRUD package [\#69](https://github.com/pheature-flags/pheature-flags/issues/69) -- Add Packagist downloads badge to Toggle CRUD package [\#68](https://github.com/pheature-flags/pheature-flags/issues/68) -- Add Packagist version badge to Toggle CRUD package [\#67](https://github.com/pheature-flags/pheature-flags/issues/67) -- Add the package to Packagist to Toggle CRUD package [\#66](https://github.com/pheature-flags/pheature-flags/issues/66) -- Make public Toggle CRUD package [\#65](https://github.com/pheature-flags/pheature-flags/issues/65) -- Add Infection Mutation testing coverage Badge to Toggle Model package [\#62](https://github.com/pheature-flags/pheature-flags/issues/62) -- Add psalm type check badge to Toggle Model package [\#61](https://github.com/pheature-flags/pheature-flags/issues/61) -- Add Codecov badge to Toggle Model package [\#60](https://github.com/pheature-flags/pheature-flags/issues/60) -- Add Scrutinizer badges \(code quality and test coverage\) to Toggle Model package [\#59](https://github.com/pheature-flags/pheature-flags/issues/59) -- Add Packagist downloads badge to Toggle Model package [\#58](https://github.com/pheature-flags/pheature-flags/issues/58) -- Add Packagist version badge to Toggle Model package [\#57](https://github.com/pheature-flags/pheature-flags/issues/57) -- Add Toggle Model package to packagist [\#56](https://github.com/pheature-flags/pheature-flags/issues/56) -- Make public Toggle Model package [\#55](https://github.com/pheature-flags/pheature-flags/issues/55) -- Add Infection Mutation testing coverage Badge to Toggle Core package [\#54](https://github.com/pheature-flags/pheature-flags/issues/54) -- Add Psalm type check badge to Toggle Core package [\#53](https://github.com/pheature-flags/pheature-flags/issues/53) -- Add Codecov badge to Toggle Core package [\#52](https://github.com/pheature-flags/pheature-flags/issues/52) -- Add Scrutinizer badges \(code quality and test coverage\) to Toggle Core package [\#51](https://github.com/pheature-flags/pheature-flags/issues/51) -- Add Packagist downloads badge to Toggle Core package [\#50](https://github.com/pheature-flags/pheature-flags/issues/50) -- Add Packagist version badge to Toggle Core package [\#49](https://github.com/pheature-flags/pheature-flags/issues/49) -- Add Toggle Core package to packagist [\#48](https://github.com/pheature-flags/pheature-flags/issues/48) -- Make public Toggle Core package [\#47](https://github.com/pheature-flags/pheature-flags/issues/47) -- Create a Docs page as Github pages [\#43](https://github.com/pheature-flags/pheature-flags/issues/43) - - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*