Skip to content

Commit

Permalink
Merge pull request #292 from sdirix/add-release-notice
Browse files Browse the repository at this point in the history
Add Release Notice to README.md
  • Loading branch information
eneufeld committed Jul 13, 2016
2 parents a1b9428 + 94a8bbc commit 187a36e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
JSONForms extends the AngularJS view model approach by eliminating the need to write HTML templates in order to
create forms by leveraging the capabilities of JSON and JSON schema.

# 1.0 Release!

After more than one and a half years of development with over 500 commits we are proud to announce the v1.0 release of JSONForms on **22nd July of 2016**. The release will include among other things a lot of bugfixes, a stable API and the switch to [semantic versioning](http://semver.org/).

Stay tuned for more news regarding the future of JSONForms.

# First time setup
* Install [node.js](https://nodejs.org/)(version > 4.x.x)
* Install [typings](https://github.com/typings/typings): `npm install -g typings`
Expand Down

0 comments on commit 187a36e

Please sign in to comment.