Skip to content

Releases: RyanNerd/willow

Reorganize CORS processing and add new unit test

02 Jun 10:17
f98ae19
Compare
Choose a tag to compare
  • CORS logic moved to public/index.php
  • Added unit tests for app/Main/App.php

Add willow:sample task

02 Jun 08:28
b5b50b5
Compare
Choose a tag to compare
Merge pull request #14 from RyanNerd/sample-command

Add willow:sample task

ValidateRequest Unit Tests

02 Jun 06:34
5e48933
Compare
Choose a tag to compare
Merge pull request #13 from RyanNerd/test-validate-request

Added ValidateRequest Unit Tests

Unit Tests for Sample

29 May 21:07
3211593
Compare
Choose a tag to compare
0.0.13

Update README.md

WriteActionBase PK bug fix

29 May 08:27
9bdce1f
Compare
Choose a tag to compare
Merge pull request #10 from RyanNerd/test-write-action

Added WriteAction Unit Tests and fixed a problem with PK comparisons.

Fixed v::validation to V::validation

28 May 07:50
c35a298
Compare
Choose a tag to compare
Merge pull request #9 from RyanNerd/test-validator

Added Validator unit tests

Make $model::FIELDS[$field] no longer required

27 May 10:49
Compare
Choose a tag to compare

Model::FIELDS needed to list ALL fields from the data source (this has been fixed), Only projected fields need to be in the Model::FIELDS array constant.

More Unit Tests Added

27 May 09:47
Compare
Choose a tag to compare
0.0.9

Single quote for CORS headers for safety

ValidateRequest middleware changed and documented

26 May 04:18
811cf5a
Compare
Choose a tag to compare
Merge pull request #5 from RyanNerd/validate-request

Validate middleware renamed ValidateRequest

Allow App to run even if no .env file exists

24 May 10:40
Compare
Choose a tag to compare
0.0.7

Allow the App to run even if there isn't a .env file