Skip to content

Releases: JonAbrams/synth

Locking-lodash

11 Mar 05:45
Compare
Choose a tag to compare
Locking-lodash Pre-release
Pre-release
  • Lock lodash dependency to 2.x. Turns out lodash 3.x has breaking changes.

Recessive-Services

27 Aug 14:22
Compare
Choose a tag to compare
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.