Skip to content

Releases: spiral/framework

v1.0.4

07 Aug 09:25
Compare
Choose a tag to compare
  • ability to add specific condition to skip validation rule

v1.0.3

01 Jun 13:47
Compare
Choose a tag to compare
  • function "e" can accept null
  • added TransactionMiddleware base

v1.0.2

04 May 10:52
Compare
Choose a tag to compare
  • ValidatesEntity now caches last set of produced errors
  • Ability to use EntityInterface as parameter for ValidatorInterface->setData() method

v1.0.1

20 Apr 13:17
Compare
Choose a tag to compare
  • Improved cache management for StemplerEngine (fixed issue with non-stable cache key)
  • Ability to force view recompilation thought ViewManager

v1.0.0

06 Apr 10:19
Compare
Choose a tag to compare
  • public release, build is identical to 0.9

v0.9.14

31 Mar 17:11
Compare
Choose a tag to compare
  • improvements in Translation indexations

v0.9.13

31 Mar 00:33
Compare
Choose a tag to compare
  • bugfix in Loader caused an exception with Swift::autoloader

v0.9.12

24 Mar 15:11
Compare
Choose a tag to compare
  • uri function restored
  • Router is now available outside of http scope

v0.9.11

22 Mar 09:20
Compare
Choose a tag to compare
  • Cache directory is now relative to runtime directory

v0.9.10

10 Mar 11:02
Compare
Choose a tag to compare
  • DateTime accessors now can accept DateTimeInterface