Improve README, Update features to v1.0.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
helpfeature with CommandBox, restructuring of code andalso going through and "modernizing" some of the code base. Since
CommandBox runs on Lucee, we wanna code like it's 2015 right? :)
fw1 create subsystemnow assumes you are using FW/1 3.5 or higher soit 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 appnow has 2 separate subsystemskeletons: "Subsystem" and "Subsystem-Legacy".
Added the ability to generate Clojure controllers and services to be
used with FW/1 3.5+.
Added MIT License.