Recessive-Services
Pre-release
Pre-release
- Added services + dependency injection. Useful for user-authentication and more! Read how to use services at synthjs.com
- Added
synth routes
command, useful to see which API routes synth will auto-generate. - Synth now no longer tries to parse functions preceded by an '_' character. Applies to both services and API request handlers.
- Show bower output while installing front-end packages. Thanks DanDeMicco
- ng-annotate used now instead of ng-min. Thanks mikaelhm
- Added support for EJS out of the box. Thanks KoutarouYabe.
- Watches CoffeeScript files. Thanks KoutarouYabe.
- Forces latest version of package when conflict occurs while installing packages with bower.
- Special thanks to mikaelhm for helping develop the idea behind services, and for updating the default project template + tests.