Skip to content

Commit c0ef7a8

Browse files
committed
0.6.0
1 parent 2e22dcb commit c0ef7a8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 0.6.0
4+
5+
- Added services + dependency injection. Useful for user-authentication and more!
6+
- Added `synth routes` command, useful to see which API routes synth will auto-generate.
7+
- Synth now no longer tries to parse functions preceded by an '_' character. Applies to both services and API request handlers.
8+
- Show bower output while installing front-end packages. Thanks []
9+
- ng-annotate used now instead of ng-min. Thanks [mikaelhm](https://github.com/mikaelhm)
10+
- Added support for EJS out of the box. Thanks KoutarouYabe.
11+
- Watches CoffeeScript files. Thanks KoutarouYabe.
12+
- Forces latest version of package when conflict occurs while installing packages with bower.
13+
- Special thanks to [mikaelhm](https://github.com/mikaelhm) for helping develop the idea behind services, and for updating the default project template + tests.
14+
315
## 0.5.3
416

517
- Restore compatibility with Node v0.11.x. See [issue #53](https://github.com/JonAbrams/synth/issues/53)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The first back-end framework specially designed for single-page web applications
44

55
## Current status
66

7-
**Version 0.5.3 (latest)**:
7+
**Version 0.6.0 (latest)**:
88

99
**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.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synth",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"author": "Jon Abrams <[email protected]>",
55
"description": "The easiest web framework for synthesizing API-first web apps that also have web front-ends.",
66
"dependencies": {

0 commit comments

Comments
 (0)