The following enhancements were added with this release:
- [PATCH] [#2] Reorganisation of project structure. No more are the days of cramming everything into one file.
- The future could see more splitting for sure. The Sails action patching logic in particular could live within its own module.
- [MINOR] [#3] Support for Joi and Waterline validations, pulled from FP core.
The following bug fixes have been made:
- [PATCH] [#4] Fix for
loadProviders(...)
helper attempting to load all files in the requested directory, including non-source/non-executable files like.DS_STORE
,*.ts
, etc.
Greatest component change: MINOR. The MINOR version has been adjusted to reflect these changes.