Skip to content

1.0.1

Choose a tag to compare

@Ark4ne Ark4ne released this 20 Sep 19:12
· 371 commits to master since this release

v1.0.1

Added

  • Error\Helper::verboseArgs function.

Change

  • Improve \Neutrino\Model ::timestampable & ::softDelete behavior implementation :
    • Timestampable :
      • Allow null column, and default value. With a default value (like "CURRENT_TIMESTAMP"), "insert" behavior will not be add.
      • Timestampable are now plugged in "beforeValidationOnCreate" and "beforeValidationOnUpdate"
    • SoftDelete allow default value.
  • Optimizer use now Di for get class. Allow to make better unit test.