Skip to content

Releases: RyanNerd/willow

Add RouteMiddleware

16 Jan 12:58
Compare
Choose a tag to compare
1.0.4

Add RoutingMiddleware

Use RouteContext to obtain Route

16 Jan 09:28
Compare
Choose a tag to compare
1.0.3

Use RouteContext to obtain route

Remove respect/validation unit tests and update README

08 Jan 11:30
Compare
Choose a tag to compare
1.0.2

Update README.md with new user's guide link

Remove respect/validation dependency

01 Jan 13:17
69f9c5f
Compare
Choose a tag to compare
Merge pull request #33 from RyanNerd/remove-respect-validation-depend…

…ency

Remove respect/validation dependency

Use Twig for templating

01 Jan 13:04
d3a0e07
Compare
Choose a tag to compare

B/C Replaced QueryAction with SearchAction
Removed make from robo commands and replaced it with generate

Removed brackets from string index

11 Nov 09:02
c7fd8ac
Compare
Choose a tag to compare
Merge pull request #31 from RyanNerd/remove-string-braces

Remove {} from string indexes and replace with []

Added groupBy feature to QueryActionBase

25 Aug 09:41
Compare
Choose a tag to compare
0.1.6

Add groupBy array option to QueryActionBase

Use AppFactory::createFromContainer to instantiate App

20 Aug 22:35
f836871
Compare
Choose a tag to compare

Use AppFactory::createFromContainer to create App instance

  • Slim updated to 4.2
  • Illuminate/database to 5.88.33
  • consolidation/robo to 1.4.10
  • phpunit/phpunit to 8.3.4

Simplify Error Middleware

14 Aug 09:36
Compare
Choose a tag to compare
0.1.4

Use addErrorMiddleware() to add error middleware

Improved QueryActionBase and set Slim version to 4.1.0

07 Aug 02:16
Compare
Choose a tag to compare

QueryActionBase

  • Improved how relations are handled
  • Added a default orderBy feature

Slim

  • Willow now requires Slim 4.1.0