Skip to content

Releases: JunaidQadirB/cray

v3.2.0-beta8

26 Dec 08:17
Compare
Choose a tag to compare

In this release

  • Bugfix - remove short flags from FactoryMakeCommand command (50253dc)
  • Install Laravel pint and run (f1655b1)
  • Use blade component syntax in view stubs (622f8e0)

v3.2.0-beta7

26 Apr 12:45
Compare
Choose a tag to compare

In this release

v3.2.0-beta6

19 Mar 18:47
Compare
Choose a tag to compare
v3.2.0-beta6 Pre-release
Pre-release

What's Changed

New Contributors

  • @WBDC made their first contribution in #25

Full Changelog: v3.2.0-beta5...v3.2.0-beta6

v3.2.0-beta5

30 Apr 09:01
Compare
Choose a tag to compare
  • Add documentation (50c2ed1, d406c17, d25154b)
  • Add tests (3de9fae)
  • Fix typo in docs (e694554)
  • QFE (6c3785b)
  • QFE in test/TestCase.php (db41bab)
  • Reformat (952c205)
  • Remove docs from .gitignore (02c5971)
  • Remove unneeded README from docs directory (ebd1424)
  • Resolves #11 - Generated URLs should follow the Pretty URL convention (ac00bd8)
  • Resolves #18 - Prompt to create the route file routes/web.php does not exist (a9420e7)
  • Resolves #19 - Passing views-dir should not append the pluralized model slug (dd14ff0)
  • Update Cray version in the docs (e8d6e7a)
  • Update GeneratorCommand to it's Laravel ancestor (54fabee)
  • Update README (461a1e6)

Full Changelog: v3.2.0-beta4...v3.2.0-beta5

v3.2.0-beta4

01 Apr 08:04
Compare
Choose a tag to compare

In this release

  • Add base and namespace options (21e76ee)
  • Add base option (907c543)
  • Add formatNamespace method (95b1276)
  • Change required version of PHP and Laravel (6fe6b81)
  • Fix typo (98ac8b1)
  • Initialize Cray correctly (cdaa913)
  • Optimize code (6d679ba)
  • Optimize getDatabasePath method in FactoryMake Command (869ca98)
  • QFE in CrayFacade facade (dce154b)
  • QFE in tests (d3573c1)
  • Reformat (bca5ca6)
  • Reformat code (b604ddd)
  • Use the correct placeholders in controllers.model stub (0c72d6b)

v3.2.0-beta3

04 Dec 18:36
Compare
Choose a tag to compare

In this release

  • Accept route-base option in ControllerMakeCommand (6a604ad)
  • Add addRoute method to the GeneratorCommand abstract command (72e763c)
  • Add force flag to view make command (e73b183)
  • Add route-base option (ea4b2a9)
  • Add new test to CrayCommandTest (8dc5248)
  • BugFix: When no flags are passed the view path would be prefixed with a dot and other fixes (b36d851)
  • Fixes #7 - Allow the user to choose the base directory for the views (5a2d03e)
  • Fixes #5 - Routes and View paths not generating correctly (6e98890)
  • Merge pull request #6 from JunaidQadirB/jq/bugfix-5 (5bb05cf)
  • Merge pull request #8 from JunaidQadirB/jq/bugfix-7 (8bde12f)
  • Optimize ParseModel method in ControllerMakeCommand (7f48cc7)
  • Reformat code (b90179f)
  • Remove default value for $reuestType param of createRequest method in Commands/Cray class (f597be9)
  • Remove redundant code from the GeneratorCommand abstract class (9281542)
  • Remove redundant method from ModelMakeCommand class (f9409d8)
  • Remove the handle method from ControllerMakeCommand (77ae115)
  • Run php-cs-fixer (dacc169)
  • Update tests (c3aa6f0)
  • Update test test_it_scaffolds_crud_artifacts (51ab54b)
  • Upgrade phpunit.xml.dist (82d6b55)

v3.2.0-beta2

03 Oct 13:29
8bde12f
Compare
Choose a tag to compare

In this release

  • Fixes #7 - Allow the user to choose the base directory for the views (5a2d03e)
  • Fixes #5 - Routes and View paths not generating correctly (6e98890)

v3.2.0-beta

10 Feb 13:27
Compare
Choose a tag to compare

In this release

  • Add doctrine/dbal package (f4d406d)
  • Add textarea component path (2e910cc)
  • Conditionally generate localised field labels (4e38d86)
  • DB_CONNECTION env varaiable to phpunit.xml.dist (90526eb)
  • Disable field generation by default (b6e2bbb)
  • Re-organize config keys for fields (713df21)
  • Testing out form generation functionality via migrations (b84efd0)
  • Use config when generating fields or fields should be used at all (61e48df)
  • WIP (8eb6a11)

v3.1.1

07 Jan 09:53
Compare
Choose a tag to compare
BugFix: Route does not generate correctly in the delete view

v3.1.0

14 Sep 08:13
Compare
Choose a tag to compare

Add support for Laravel 8