js_stack 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +4 -4
- data/lib/js_stack/version.rb +1 -1
- data/vendor/assets/javascripts/js_stack/base/marionette/1.8.0.js +2874 -0
- data/vendor/assets/javascripts/js_stack/base/marionette.js +1 -1
- data/vendor/assets/javascripts/js_stack/plugins/backbone/pageable/1.4.8.js +1334 -0
- data/vendor/assets/javascripts/js_stack/plugins/backbone/virtualcollection/0.4.15.js +399 -0
- data/vendor/assets/javascripts/js_stack/plugins/backbone.pageable.js +1 -1
- data/vendor/assets/javascripts/js_stack/plugins/backbone.virtualcollection.js +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d23ddbb8a199765d5457141c02d29f5c74c49a6
|
|
4
|
+
data.tar.gz: e4a63b5ab845435bc4fffe5904d42a69ddf3926a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7491566717963cc8fc71bbfe0aa6b51c442050b8eb7c1b604c6427fcdbfb50418e82899ab0e0907abe5e235ce2d927521ad10624841efc90934d110651f22bac
|
|
7
|
+
data.tar.gz: 119a3865cf0b0cad9b5a2b487c1668ea9730426075bbae3f0cacbe2c307cd5b274c95279012944a2ba11e19007a9d878820a4c48670f7a7d55e89712398540eb
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -35,7 +35,7 @@ You can require specific version of library:
|
|
|
35
35
|
Examples:
|
|
36
36
|
|
|
37
37
|
```coffeescript
|
|
38
|
-
#= require js_stack/base/backbone
|
|
38
|
+
#= require js_stack/base/backbone
|
|
39
39
|
#= require js_stack/base/backbone/1.0.0
|
|
40
40
|
|
|
41
41
|
#= require js_stack/plugins/backbone.pageable
|
|
@@ -53,7 +53,7 @@ Examples:
|
|
|
53
53
|
| Library | Versions | Changelog | Homepage |
|
|
54
54
|
| :-----: | :------: | :-------: | :------: |
|
|
55
55
|
| backbone | **1.1.2**, 1.1.1, 1.1.0, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
|
|
56
|
-
| marionette | **1.7.4
|
|
56
|
+
| marionette | **1.8.0**, 1.7.4, 1.7.3, 1.7.0, 1.6.4, 1.6.2, 1.5.1, 1.4.1, 1.1.0 | [changelog](https://github.com/marionettejs/backbone.marionette/blob/master/changelog.md) | [homepage](http://marionettejs.com/) |
|
|
57
57
|
| underscore | **1.6.0**, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
|
|
58
58
|
| hamlcoffee | **1.16** | [changelog](https://github.com/netzpirat/haml_coffee_assets/blob/master/CHANGELOG.md) | [homepage](https://github.com/netzpirat/haml_coffee_assets) |
|
|
59
59
|
| js-routes | **0.9.7** | none | [homepage](https://github.com/railsware/js-routes) |
|
|
@@ -65,11 +65,11 @@ Examples:
|
|
|
65
65
|
| backbone associations | **0.6.1**, 0.5.5, 0.5.4, 0.5.1 | [changelog](https://github.com/dhruvaray/backbone-associations/blob/master/CHANGELOG.md) | [homepage](http://dhruvaray.github.io/backbone-associations/) | Yes
|
|
66
66
|
| backbone deepmodel | **0.10.4** | [changelog](https://github.com/powmedia/backbone-deep-model#changelog) | [homepage](https://github.com/powmedia/backbone-deep-model) | Yes
|
|
67
67
|
| backbone mutators | **0.4.2**, 0.4.1 | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) | No
|
|
68
|
-
| backbone pageable | **1.4.
|
|
68
|
+
| backbone pageable | **1.4.8**, 1.4.5, 1.3.2 | [changelog](https://github.com/backbone-paginator/backbone-pageable#change-log) | [homepage](https://github.com/wyuenho/backbone-pageable) | Yes
|
|
69
69
|
| backbone routefilter | **0.2.0** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) | No
|
|
70
70
|
| backbone stickit | **0.7.0**, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) | Yes
|
|
71
71
|
| backbone validation | **0.9.1**, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) | Yes
|
|
72
|
-
| backbone virtualcollection | **0.4.
|
|
72
|
+
| backbone virtualcollection | **0.4.15**, 0.4.14, 0.4.12, 0.4.11, 0.4.8, 0.4.5 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) | Yes
|
|
73
73
|
| cocktail | **0.5.3** | none | [homepage](https://github.com/onsi/cocktail) | No
|
|
74
74
|
| momentjs | **2.5.1** | [changelog](https://github.com/moment/moment/#changelog) | [homepage](https://github.com/derekprior/momentjs-rails) | No
|
|
75
75
|
| underscore inflections | **0.2.1** | none | [homepage](https://github.com/geetarista/underscore.inflections) | No
|
data/lib/js_stack/version.rb
CHANGED