Skip to content

Releases: Pink-Crab/Perique-Framework

2.1.1

11 Dec 23:24

Choose a tag to compare

What's Changed

  • Update psr/container requirement from ^1.0 to ^1.0 || ^2.0 by @dependabot[bot] in #204
  • remove the attempt to resolve dot nations in base view paths and remo… by @gin0115 in #210
  • Release/2.1.1 by @gin0115 in #211

Full Changelog: 2.1.0...2.1.1

2.1.0

27 Jan 23:27

Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.1.0

2.0.4

04 Jan 16:23

Choose a tag to compare

What's Changed

  • remove isset() and replaced with array_key_exists() by @gin0115 in #184
  • Now uses the full path if defined by @gin0115 in #185
  • updated all titles to say [PHP7.4-8.3] Tests not [PHP7.4-8.2] Tests by @gin0115 in #181
  • Release/2.0.4 by @gin0115 in #186

Full Changelog: 2.0.3...2.0.4

2.0.3

21 Dec 14:04

Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

16 Dec 00:48

Choose a tag to compare

What's Changed

  • update dev deps with wp to 6.4, had to restrict doctrine/instantiator… by @gin0115 in #172
  • Release/2.0.2 by @gin0115 in #173

Full Changelog: 2.0.1...2.0.2

2.0.1

21 Jun 21:36

Choose a tag to compare

What's Changed

  • Update yoast/phpunit-polyfills requirement from ^1.0.0 to ^1.0.0 || ^2.0.0 by @dependabot in #163
  • Update szepeviktor/phpstan-wordpress requirement from <=1.1.7 to <=1.3.1 by @dependabot in #162
  • Update phpunit/phpunit requirement from ^8.5 to ^8.5 || ^9.0 by @dependabot in #159
  • removed plugin.php by @gin0115 in #164
  • Release/2.0.1 by @gin0115 in #165

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Apr 11:38

Choose a tag to compare

What's Changed

  • Added in base view and base path to the App, also finished off all tests by @gin0115 in #121
  • updated composer and all pipelines by @gin0115 in #122
  • Modules can now be set before or after module manager is defined in a… by @gin0115 in #125
  • Added in view and base paths to debugInfo and added tests by @gin0115 in #127
  • Added a few more tests for mutation tests by @gin0115 in #128
  • added wpdb prefix as part of the plugin details of app config by @gin0115 in #129
  • No longer uses a subsitution by defulat for view, as makes it easier … by @gin0115 in #131
  • Prevent the middleware process running if no classes are passed, this… by @gin0115 in #133
  • SEED 1679050996 -- Ensure App isntance is cleared before test by @gin0115 in #134
  • Resolve failing see 1679051810 by @gin0115 in #135
  • The base component path is now set as {view_path}/compoents, unit tes… by @gin0115 in #137
  • Relaxed type as can be a real mix by @gin0115 in #138
  • Can get rules from inner dice instance by @gin0115 in #141
  • updated a number of tests to use getRule() and removed the duplicated… by @gin0115 in #143
  • Can now add modules via hooks by @gin0115 in #145
  • removed the requirement for loader and di container as part of middle… by @gin0115 in #148
  • Added missng type hints by @gin0115 in #149
  • Added missng type hints by @gin0115 in #151
  • custom version of DICE now used to allow multiple interfaces to merge… by @gin0115 in #153
  • Feature/v2/gh140 docs by @gin0115 in #154
  • Feature/v2 sandbox by @gin0115 in #124
  • Release/2.0.0 by @gin0115 in #158

Full Changelog: 1.4.0...2.0.0

2.0.0-RC2

24 Mar 14:12
a07815d

Choose a tag to compare

2.0.0-RC2 Pre-release
Pre-release

What's Changed

  • Can get rules from inner dice instance by @gin0115 in #141
  • updated a number of tests to use getRule() and removed the duplicated… by @gin0115 in #143
  • Can now add modules via hooks by @gin0115 in #145
  • removed the requirement for loader and di container as part of middle… by @gin0115 in #148
  • Added missng type hints by @gin0115 in #149
  • Added missng type hints by @gin0115 in #151
  • custom version of DICE now used to allow multiple interfaces to merge… by @gin0115 in #153
  • Feature/v2/gh140 docs by @gin0115 in #154

Full Changelog: 2.0.0-RC1...2.0.0-RC2

2.0.0-RC1

18 Mar 02:47
3d2eea7

Choose a tag to compare

2.0.0-RC1 Pre-release
Pre-release

What's Changed

  • Added in base view and base path to the App, also finished off all tests by @gin0115 in #121
  • updated composer and all pipelines by @gin0115 in #122
  • Modules can now be set before or after module manager is defined in a… by @gin0115 in #125
  • Added in view and base paths to debugInfo and added tests by @gin0115 in #127
  • Added a few more tests for mutation tests by @gin0115 in #128
  • added wpdb prefix as part of the plugin details of app config by @gin0115 in #129
  • No longer uses a subsitution by defulat for view, as makes it easier … by @gin0115 in #131
  • Prevent the middleware process running if no classes are passed, this… by @gin0115 in #133
  • SEED 1679050996 -- Ensure App isntance is cleared before test by @gin0115 in #134
  • Resolve failing see 1679051810 by @gin0115 in #135
  • The base component path is now set as {view_path}/compoents, unit tes… by @gin0115 in #137
  • Relaxed type as can be a real mix by @gin0115 in #138

Full Changelog: 1.4.0...2.0.0-RC1

1.4.0

10 Mar 16:20

Choose a tag to compare

What's Changed

  • Feature/attempt to fix mutation errors by @gin0115 in #104
  • Feature/gh103 allows access to the base path from view by @gin0115 in #105
  • App_Factory::get_base_path() now returns the defined base path, exist… by @gin0115 in #107
  • App_Factory::default_confi() has been added and now with_wp_dice() is… by @gin0115 in #108
  • Feature/allow setting of base view path but then assuming to use same config by @gin0115 in #109
  • Feature/refine tests with infection by @gin0115 in #110
  • Added badge for stryker by @gin0115 in #111
  • Feature/test improvements via infection mutations by @gin0115 in #112
  • added missing tests for component compiler and app by @gin0115 in #113
  • Updated docs to reflect minor, but possibly breaking changes for 1.4.0 by @gin0115 in #114
  • ensure min 1.1 is used for psr/container, add type hints to WP_Dice w… by @gin0115 in #116
  • Feature/include function constructors by @gin0115 in #115
  • Release/1.4.0 by @gin0115 in #118

Full Changelog: 1.3.1...1.4.0