Releases: JunaidQadirB/cray
Releases · JunaidQadirB/cray
v3.2.0-beta8
v3.2.0-beta7
In this release
- Add comment for component_paths key in config (647046d)
- Add Tailwind CSS views template Closes #4 - Tailwind CSS support (78ff370). Thank you @FaisaljanBaloch
- Add views_template key to config (01d68d6)
- Add views-template option to ViewMake and Cray commands (c7b9026)
- Add view stubs for Bootstrap 5x (90aa6d0)
- Apply fixes from StyleCI (#30) (46d38db, 630fc76)
- Merge branch 'jaami/feature/boostrap5' of https://github.com/jaamiparvez/cray into jaamiparvez-jaami/feature/boostrap5 (65ebb1c). Thank you @jaamiparvez
- Move default view stubs to bootstrap4 folder for better organization (b28dd92)
- Optimize deleteStubs test helper method (a7a90ae)
- QFE (0cab104)
- Reformat code (69c7d83)
- Reformat code (aae6d52)
- Update composer.json (64af458, 7a06605, c1f49ce)
- Update ViewMakeCommand.php (0e7ff15)
- Update view make command tests (7ab5da0)
- Use views_telplate from config ViewMakeCommand (266597c)
v3.2.0-beta6
What's Changed
- Typo fix in read.me by @WBDC in #25
- Apply fixes from StyleCI by @JunaidQadirB in #26
New Contributors
Full Changelog: v3.2.0-beta5...v3.2.0-beta6
v3.2.0-beta5
- 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
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
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
v3.2.0-beta
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
BugFix: Route does not generate correctly in the delete view
v3.1.0
Add support for Laravel 8