Skip to content

Releases: zibings/zsf-cli

v1.4.2: Improved TS Generator & Bug Fixes

02 Jan 18:18

Choose a tag to compare

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

25 Dec 01:30
9913c94

Choose a tag to compare

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

22 Dec 06:51

Choose a tag to compare

Cleans scaffolding process based on bugs from production usage.

Full Changelog: v1.3.3...v1.4.0

v1.3.3: Changing Composer Configuration

12 Aug 15:31

Choose a tag to compare

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

12 Aug 15:08

Choose a tag to compare

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

11 Jun 23:39

Choose a tag to compare

Quick bugfix release to include template files with composer package.

Full Changelog: v1.3.0...v1.3.1

v1.3.0: Initial Release

11 Jun 23:22

Choose a tag to compare

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