Releases: zibings/zsf-cli
v1.4.2: Improved TS Generator & Bug Fixes
This release has a lot of updates. Here's an incomplete list:
- Tweaking api/cls/rpo templates w/ fixes
- Improving some input handling for scaffolding
- Extending input handling for generating
- Moving generate to use templates
- Introducing generalized translators
- Added first set of unit tests
More work will need to be done before this is SOLID, but it has enough improvements that are needed by other projects that we'll push it through.
Full Changelog: v1.4.1...v1.4.2
v1.4.1: Bugs, Input, & More
This release adds improved formatting, input management, and addresses multiple bugs with the scaffolding system.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Cleans scaffolding process based on bugs from production usage.
Full Changelog: v1.3.3...v1.4.0
v1.3.3: Changing Composer Configuration
This is another attempted fixed at the autload issue with the scaffolding template files.
Full Changelog: v1.3.2...v1.3.3
v1.3.2: Fixing Auto-Include of Templates
This build attempts to fix an issue where the scaffolding templates were being auto-included due to their .php file extension.
Full Changelog: v1.3.1...v1.3.2
v1.3.1: Fix for Missing Templates
Quick bugfix release to include template files with composer package.
Full Changelog: v1.3.0...v1.3.1
v1.3.0: Initial Release
This is the initial release of the zsf-cli package. It includes three scripts and one utility function for use with ZSF projects:
- Version - A script that outputs version information on ZSF and its dependencies
- Scaffold - A script that will create scaffold model, repository, and API controller files based off of database tables
- Generate - A script that generates typescript files from models
Zsf\Utils\isRunningFile()- A function that determines if a file is being called directly in the CLI