Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Release 0.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 16, 2013
1 parent dac7500 commit 97999b6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Exoskeleton 0.6.3 (16 December 2013)
* Added `View#useNative` property. Works great
if you want to include jQuery and still use native methods
for some views. Just set it to `true` in them.

# Exoskeleton 0.6.2 (14 December 2013)
* Added support for `data` option in `utils.ajax`.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Also:
* Native `View#find` and `View#findAll` DOM search methods.
* Event triggering on disposed objects is [20 times faster](http://jsperf.com/exoskeleton-events-vs-backbone-events)
* `Backbone.Deferred` overridable method for custom promise libraries or DOM promises
* `View#useNative` property. Works great if you want to include jQuery and still use native methods for some views. Just set it to `true` in them.

## Differences

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "exoskeleton",
"main": "exoskeleton.js",
"version": "0.6.2",
"version": "0.6.3",
"homepage": "https://github.com/paulmillr/exoskeleton",
"author": "Paul Miller (http://paulmillr.com)",
"description": "Faster and leaner Backbone for your HTML5 apps.",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "exoskeleton",
"repo": "paulmillr/exoskeleton",
"description": "Faster and leaner Backbone for your HTML5 apps.",
"version": "0.6.2",
"version": "0.6.3",
"keywords": [
"Backbone",
"Exoskeleton",
Expand Down
2 changes: 1 addition & 1 deletion exoskeleton.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Exoskeleton.js 0.6.2
* Exoskeleton.js 0.6.3
* (c) 2013 Paul Miller <http://paulmillr.com>
* Based on Backbone.js
* (c) 2010-2013 Jeremy Ashkenas, DocumentCloud
Expand Down
2 changes: 1 addition & 1 deletion lib/header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Exoskeleton.js 0.6.2
* Exoskeleton.js 0.6.3
* (c) 2013 Paul Miller <http://paulmillr.com>
* Based on Backbone.js
* (c) 2010-2013 Jeremy Ashkenas, DocumentCloud
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exoskeleton",
"version": "0.6.2",
"version": "0.6.3",
"description": "Faster and leaner Backbone for your HTML5 apps.",
"main": "exoskeleton.js",
"directories": {
Expand Down

0 comments on commit 97999b6

Please sign in to comment.