Skip to content

Releases: RocknRoot/strayFw

0.4.6-Marius

02 Dec 22:28
Compare
Choose a tag to compare

https://github.com/RocknRoot/strayFw/milestone/16?closed=1

  • Return/parameters types hints
  • Progress on phpstan: road to max

0.4.5-Marius

18 Jan 20:53
Compare
Choose a tag to compare

https://github.com/RocknRoot/strayFw/milestone/13?closed=1

  • cli list routes
  • Add orderBy to fetchEntity and fetchArray
  • JSON render: param to bypass auto pretty-printing
  • Remove Locale/Date defines
  • localizedDate twig helper returns nothing
  • Improve sub-controllers/sub-action usability
  • db/migration/create
  • db/migration/generate
  • Create _stray_migrations in db/build
  • db/migration/migrate
  • Get next schema in db/migration/generate
  • New php-cs-fixer for strayTwig
  • db/migration/rollback

0.4.4-Marius

22 Mar 21:24
Compare
Choose a tag to compare

https://github.com/RocknRoot/strayFw/milestone/15?closed=1

  • Postgresql: unique constraint
  • Remove ajax in HTTP routing
  • Remove DebugBar
  • New mapping configuration
  • New http routing
  • New console routing
  • PostgreSQL: numeric/decimal field type
  • HTTP/Console actions: before() and after()
  • Get rid of Http\Request.fork()
  • Http\Request.input()
  • schema: separate enums from models
  • Reorder field/const in generated models