Skip to content

Releases: spiral/framework

v1.0.10

03 Jun 19:02
4739bc2
Compare
Choose a tag to compare
  • Fixed bug with incorrect Request association for already exists bags
  • Added charset UTF-8 for response wrapper
  • Improved error handling for CLI applications

v1.0.9

03 Jun 10:56
4739bc2
Compare
Choose a tag to compare
  • Fixed bug with incorrect Request association for already exists bags
  • Added charset UTF-8 for response wrapper

Update Abstract Route

19 Mar 13:58
a2b49ae
Compare
Choose a tag to compare

Add support of allowed HTTP methods definition

v1.0.7

03 Oct 11:31
Compare
Choose a tag to compare
  • Ability to specify JSON response code inside jsonSerialize

Multidepth requests fix and error messages bugfix

29 Sep 09:55
Compare
Choose a tag to compare
  • Fixed a bug when error message was converted to empty array
  • Fixed a bug when multidepth requests contained invalid prefix (in case of depth more than 3)

v1.0.5

08 Aug 10:13
Compare
Choose a tag to compare
  • view cache now include static prefix used to identify all view cache versions

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