Skip to content

Releases: RyanNerd/willow

Make Robo a Dev dependency

23 May 00:50
459995b
Compare
Choose a tag to compare

Also updated eject to no longer try to move robo to dev

Unit Tests Added

23 May 00:22
7108428
Compare
Choose a tag to compare
Merge pull request #3 from RyanNerd/unit_testing

Added some unit tests and fixed an issue with JsonBodyParser

Addition of willow:docs and when willow launches as a project

22 May 07:44
Compare
Choose a tag to compare
  • willow willow:docs will launch the Willow User's Guide in the default web browser
  • When Willow is launched as project it will suggest running ./willow willow:docs
  • Ejecting has a small theatrical change -- Willow text art exit stage right.

CORS handling and fix to Eject task

22 May 00:53
Compare
Choose a tag to compare

CORS handling was made optional via .env:

  • set CORS=true if you want Willow to handle CORS.

The willow:eject task was not properly updating the controller/route registration in Main/App.php:

  • The base namespace was remaining as 'Willow' instead of being replaced by the project name
  • This was solved when the v1 group routes are registered by using self::class to determine the base namespace.

Slim moved to Beta

20 May 03:21
Compare
Choose a tag to compare
0.0.2

Slim in Beta

Minor Code Formatting

10 May 07:55
Compare
Choose a tag to compare
0.0.1

Update README.md with link to plexie instructions

Early Alpha

08 May 02:16
Compare
Choose a tag to compare
0.0.0

Minor code clean up