- Examples / articles with more front-end frameworks
- CLI test coverage (e.g. create a new project and verify all the files are there and correct, and that it lifts)
- Router test coverage (e.g. create an http request and verify that it does what it's supposed to)
- More detailed documentation, especially around configuration and deep-level configuration (e.g. how to set which global variables are exposed and the paths)
- Model validations, db constraints, and keys
- Built-in TemplateController which allows you to load load your templates asynchronously from the client.
- New projects come optionally with boilerplate authentication code baked in
- Upgrade to Express 3.x
- Associations (cross-model, cross-adapter)
- Finish the refactoring of the core to support the use case of each module being independent, and being able to use tools like
yo
to manage assets