Skip to content

Releases: RyanNerd/willow

Eject and Sample command refactor

13 Jun 22:11
29d2c16
Compare
Choose a tag to compare
  • SampleCommands.php extracted from WillowCommands.php as a standalone task command.
  • eject command destroys SampleCommands.php

Bug fixes

13 Jun 21:42
8b96b55
Compare
Choose a tag to compare
  • Fixed 🔧 a bug when calling run() which actually was calling itself causing a stack overflow 💣 error
  • Removed 💥 unused import in Willow.php
  • Fixed 🔧 eject command
  • Discovered and fixed 🔨 a side-effect in RoboBase.php with scoped constants set to protected instead of private.
  • Fixed 🔧 processValidation() in WriteValidatorBase.php removed final from processValidation() that is actually expected to be overridden.
  • Removed 8.x in template -- this may be added as a feature in the future but isn't currently used.

Major overhaul of Willow initial release of 3.0

13 Jun 08:15
Compare
Choose a tag to compare
  • Code generator simplified
  • Willow is a one-way framework -- meaning that code generation is destructive and will overwrite existing code when re-run
  • Added a code sniffer PHPCS to standardize coding style

Fix issues with DI / Eloquent / vlucas/phpdotenv missed a commit

22 May 10:25
Compare
Choose a tag to compare

Fix issues with DI / Eloquent / vlucas/phpdotenv

22 May 10:15
Compare
Choose a tag to compare
  • Thunked "vlucas/phpdotenv": "^v4.2.0"
  • config/db.php uses getenv() in all instances.

Cleanup and upgrade

21 May 23:43
Compare
Choose a tag to compare
  • Cleanup Willow Commands
  • Update README.md
  • Version upgrade for Robo and dbal

Upgrade dependency vlucas/phpdotenv to 5.3

21 May 19:07
Compare
Choose a tag to compare

Updated package.json:

"vlucas/phpdotenv": "^5.3"

Capsule and Container are protected static properties

21 May 18:35
Compare
Choose a tag to compare

Minor change to how $capsule and $container are maintained

Update package dependencies

21 May 13:14
2296e4a
Compare
Choose a tag to compare

package.json updated to latest dependencies

Add ResponseCode constants

21 May 13:02
Compare
Choose a tag to compare

Use ResponseBody::HTTP_code to be more descriptive