Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Mar 3, 2014
1 parent 31eb0a3 commit a94823c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Edge
## 0.4.0 (March 3rd, 2014)

Major Changes:

- Inital support for STI
- `Viking.Model#url` now uses `#toParam` to get the objects key for the url
- Removed CSRF token injection for AJAX request. Can added on a per project basis

Minor Changes:

- `updateAttribute` & `updateAttributes` moved from `Backbone.Model` to `Viking.Model`

## 0.3.0 (Feburary 26th, 2014)

Expand Down
2 changes: 1 addition & 1 deletion lib/viking/preamble.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Viking.js 0.3.0
// Viking.js 0.4.0
//
// (c) 2012-2013 Jonathan Bracy, 42Floors Inc.
// Viking.js may be freely distributed under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"test": "phantomjs test/runner.js http://127.0.0.1:4321/test/index.html"
},
"main" : "viking.js",
"version" : "0.2.0"
"version" : "0.4.0"
}
2 changes: 1 addition & 1 deletion viking.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Viking.js 0.3.0
// Viking.js 0.4.0
//
// (c) 2012-2013 Jonathan Bracy, 42Floors Inc.
// Viking.js may be freely distributed under the MIT license.
Expand Down

0 comments on commit a94823c

Please sign in to comment.