All Versions
16
Latest Version
Avg Release Cycle
42 days
Latest Release
1670 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.4 Changes
June 07, 2020π Make some preparations to help you transition to 2.1 (#610)
-
v2.0.3 Changes
April 08, 2020Whatβs Changed
- π Fix refactorability for "owner" (#543) @mvorisek
- π Use null coalescing operator instead of isset (#545) @mvorisek
- Convert scalar class names to ::class (#544) @mvorisek
- β introduce sql null condition test (#540) @georgehristov
- π Fix value trim (#538) @DarkSide666
- π fix #533 (#537) @DarkSide666
- π Fix LIKE conditions - fix fix (#535) @mvorisek
- π chore: merge develop into feature/number-field (#528) @georgehristov
- π Fix LIKE conditions for Array and SQL persistences (#532) @DarkSide666
- π Action should also support
fields===true
value (#531) @DarkSide666 - Implement addWith() (#527) @DarkSide666
- π Fix hook trait usage (#525) @mvorisek
- Simplify code (#519) @mvorisek
- β Do not fail-fast PHP test matrix (#522) @mvorisek
- Callback fields should not be sortable (#516) @DarkSide666
- π¨ [REFACTOR] rename addHook to onHook (#514) @georgehristov
- π New method $model->getTitles() (#513) @DarkSide666
- π Fix hasOne relation seed processing. It should replace not merge. (#512) @DarkSide666
-
v2.0.2 Changes
February 11, 2020Whatβs Changed
- include comment about hooks and example how to execute them (#510) @georgehristov
- β Add microseconds persistence support for datetime/time types + fix normalization/cloning issue (#504) @mvorisek
- Accept any DateTimeInterface impl. for datetime (#505) @mvorisek
- β‘οΈ update multiple delete example in docs (#503) @georgehristov
- π Fix/ Small Action related fix (#502) @ibelar
- π better implementation for addFields() and test cases (#499) @DarkSide666
- π Fix empty array condition (#498) @DarkSide666
- 0οΈβ£ model default add field property (#454) @funyx
- π Feature/set custom edit exec button (#490) @georgehristov
- π Feature/add confirmation callback argument (#491) @georgehristov
- π Feature remove specified action (#489) @georgehristov
- π Fix/persistence sql condition (#487) @georgehristov
- π Fix/delete callback (#488) @georgehristov
-
v2.0.1 Changes
December 02, 2019Whatβs Changed
- clean up bundler (#493) @romaninsh
- π Feature/pgsql test (#486) @DarkSide666
- Implement #386 (#477) @DarkSide666
- β added locale test (#485) @romaninsh
β¨ Enhancements
- β Add matrix testing (#492) @romaninsh
-
v2.0.0 Changes
November 25, 2019Whatβs Changed
- π Feature/test1 (#483) @romaninsh
- β Add pgsql workflow (#480) @romaninsh
- π Implement GitHub action support (#478) @romaninsh
- π Fix model OR condition typecast (#476) @DarkSide666
- EXPEREMENTAL - use Actions internally (#442) @romaninsh
- π setOrder() support for expressions (#475) @DarkSide666
- Reference caption implementation (#470) @DarkSide666
- β‘οΈ Lokalise: Translations update (#468) @romaninsh
- βͺ Implements onRollback hook (#466) @DarkSide666
- β‘οΈ Lokalise: Translations update (#464) @romaninsh
- β Add Unit test cases for field default value (#458) @abbadon1334
- β add is_update flag on beforeSave Hook! (#462) @romaninsh
- π» containsOne/Many changes for UI (#459) @DarkSide666
- Only call \DateTime::format if its an instance (#453) @PhilippGrashoff
- Reference get caption (#447) @abbadon1334
- π Fix Email Field Validation - Add Require ext-intl (#448) @abbadon1334
- β Added new Email type (#446) @romaninsh
- Model::addField() to use $model->fields property rather than elements (and new Trait) (#445) @romaninsh
- π Feature/actions use multicontainer (#444) @romaninsh
- β Add support, specifying which fields can be dirty during action call. (#440) @romaninsh
- π Apply fixes from StyleCI (#441) @romaninsh
- π Apply fixes from StyleCI (#437) @DarkSide666
- CSV persistence should sanitize headers / field names (#436) @DarkSide666
- Implements User Actions as per wiki (#399) @romaninsh
- π Improving documentation of Model (#419) @romaninsh
- Implements DeepCopy->transformData() (#430) @DarkSide666
- β add condition if ref(hasOne) model not loaded (#413) @funyx
- Nesty BUG. was still returning wrong (#431) @gowrav-vishwakarma
- π Improve wording in persistence.rst (#427) @acicovic
- π Fix typo in joins.rst (#426) @acicovic
- π Apply fixes from StyleCI (#425) @romaninsh
- should solve bug #698 (#414) @gowrav-vishwakarma
- implement action(field) for array persistence, fix #415 (#421) @DarkSide666
- π Feature/contains one many 2 (#412) @DarkSide666
- π Apply fixes from StyleCI (#1) @funyx
- π Apply fixes from StyleCI (#411) @DarkSide666
- π Feature/persistence array add iterator method like (#406) @funyx
- π Feature/fix 409 loadby (#410) @DarkSide666
- π¨ Refactor namespaces (#405) @DarkSide666
- π Fix logic error in example (#397) @PhilippGrashoff
- Dark side666 patch 1 (#398) @romaninsh
- π Apply fixes from StyleCI (#395) @DarkSide666
- π Fix #389 Field Time after save wrong return value (#394) @abbadon1334
- implement insert lookups (#392) @romaninsh
-
v2.0-beta.1
June 11, 2019