framework-one / fw1-commands

A collection of CommandBox commands for working with FW/1
MIT License
11 stars 4 forks source link

Improve README, Update features to v1.0.0 #2

Closed tonyjunkes closed 9 years ago

tonyjunkes commented 9 years ago

Next time these updates won't be smashed together ;)

v1.0.0 includes...

UPDATES:

Updated README for v1.0.0 features and better document each feature in general.

Updates to app, bean, controller, service, layout, subsystem and view that include fixes to typos, more informative metadata hints which are used in the help feature with CommandBox, restructuring of code and also going through and "modernizing" some of the code base. Since CommandBox runs on Lucee, we wanna code like it's 2015 right? :)

fw1 create subsystem now assumes you are using FW/1 3.5 or higher so it will look for /subsystems directory to follow Subsystems 2.0 conventions. Specify the directory in the appropriate parameter to override this.

ADDITIONS:

In light of FW/1 3.5 being released and finalizing the release of the Subsystems 2.0 convention, fw1 create app now has 2 separate subsystem skeletons: "Subsystem" and "Subsystem-Legacy".

Added the ability to generate Clojure controllers and services to be used with FW/1 3.5+.

Added MIT License.

seancorfield commented 9 years ago

:+1: