marionette.toolkit
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "marionette.toolkit", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A collection of opinionated Backbone.Marionette extensions for large scale application architecture.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/marionette.toolkit.js", |
@@ -0,1 +1,5 @@ | ||
#### v0.4.2 | ||
* Deprecate modularized classes. | ||
#### v0.4.1 | ||
@@ -2,0 +6,0 @@ |
@@ -115,3 +115,3 @@ Marionette.Toolkit follows very similar [guidelines to Marionette](https://github.com/marionettejs/backbone.marionette/edit/master/CONTRIBUTING.md). | ||
CoffeeScript, etc. Marionette.Toolkit is written in plain-old JavaScript | ||
and is generally easier all members in the community to read. | ||
and is generally easier for all members in the community to read. | ||
@@ -118,0 +118,0 @@ ### Create A Topic Branch For Your Work |
{ | ||
"name": "marionette.toolkit", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A collection of opinionated Backbone.Marionette extensions for large scale application architecture.", | ||
@@ -36,4 +36,4 @@ "main": "./dist/marionette.toolkit.js", | ||
"devDependencies": { | ||
"babel": "^4.3.0", | ||
"babelify": "^5.0.3", | ||
"babel": "^5.8.19", | ||
"babelify": "^6.3.0", | ||
"bluebird": "^2.9.27", | ||
@@ -40,0 +40,0 @@ "browserify": "^8.1.1", |
{ | ||
"name": "marionette.toolkit.app", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Marionette.Toolkit’s `App` as a module.", | ||
@@ -5,0 +5,0 @@ "main": "./App.js", |
@@ -0,1 +1,3 @@ | ||
# DEPRECATED - Use Toolkit directly and treeshake if need be. | ||
# Marionette.Toolkit.App v0.4.1 | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "marionette.toolkit.component", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Marionette.Toolkit’s `Component` as a module.", | ||
@@ -5,0 +5,0 @@ "main": "./Component.js", |
@@ -0,1 +1,3 @@ | ||
# DEPRECATED - Use Toolkit directly and treeshake if need be. | ||
# Marionette.Toolkit.Component v0.4.1 | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "marionette.toolkit.state-class", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Marionette.Toolkit’s `StateClass` as a module.", | ||
@@ -5,0 +5,0 @@ "main": "./StateClass.js", |
@@ -0,1 +1,3 @@ | ||
# DEPRECATED - Use Toolkit directly and treeshake if need be. | ||
# Marionette.Toolkit.StateClass v0.4.1 | ||
@@ -2,0 +4,0 @@ |
@@ -14,4 +14,2 @@ Marionette.Toolkit | ||
In addition to the full library, each element in Toolkit is available as it's own [npm module](https://www.npmjs.com/browse/keyword/marionette.toolkit-modularized). | ||
## Documentation | ||
@@ -18,0 +16,0 @@ [StateClass](./docs/state-class.md) - `Marionette.Object` with a `Backbone.Model` for keeping state. |
Sorry, the diff of this file is not supported yet
450928
91