Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonAbrams committed Aug 27, 2014
1 parent 2e22dcb commit c0ef7a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.6.0

- Added services + dependency injection. Useful for user-authentication and more!
- 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 []
- ng-annotate used now instead of ng-min. Thanks [mikaelhm](https://github.com/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](https://github.com/mikaelhm) for helping develop the idea behind services, and for updating the default project template + tests.

## 0.5.3

- Restore compatibility with Node v0.11.x. See [issue #53](https://github.com/JonAbrams/synth/issues/53)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ The first back-end framework specially designed for single-page web applications

## Current status

**Version 0.5.3 (latest)**:
**Version 0.6.0 (latest)**:

**Note:** Despite being fully functional, **_synth_ is still in beta**. It hasn't been fully tested in production and since it's in active development, implementation and interface details are likely to change.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "synth",
"version": "0.5.3",
"version": "0.6.0",
"author": "Jon Abrams <jon@jonabrams.com>",
"description": "The easiest web framework for synthesizing API-first web apps that also have web front-ends.",
"dependencies": {
Expand Down

0 comments on commit c0ef7a8

Please sign in to comment.