js_stack 0.6.8 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +19 -25
- data/lib/js_stack/version.rb +1 -1
- data/vendor/assets/javascripts/js_stack/base/marionette/2.1.0.js +3430 -0
- data/vendor/assets/javascripts/js_stack/base/marionette.js +1 -1
- data/vendor/assets/javascripts/js_stack/plugins/backbone/virtualcollection/{0.5.0.js → 0.5.1.js} +6 -0
- data/vendor/assets/javascripts/js_stack/plugins/backbone.virtualcollection.js +1 -1
- data/vendor/assets/javascripts/js_stack/plugins/underscore/inflections/0.2.1.js +24 -1
- data/vendor/assets/javascripts/js_stack.js +5 -2
- metadata +4 -5
- data/vendor/assets/javascripts/js_stack/base.js +0 -5
- data/vendor/assets/javascripts/js_stack/plugins.js +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaab24bbf7f7634a0f713cef013f3a18c1ea945a
|
4
|
+
data.tar.gz: cc0564cfbba8a45fdf5d42f1790877d73b6436f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e6bb615c839ec99697ede34a8bc5930acd2fea3c7290b3b18f3e902d620132ab90181acc00e6767100fdea04bb4677aeed6c4cb0dfa205628a796362aafa547
|
7
|
+
data.tar.gz: 7517f4cfbe0f94def5345fe070cddd6bd4b38da0a98c72fe532fea93823389656d5dcb5949b7655e0a4196c46cdecd7547271056a550507b42f63d7d549594ae
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
# 1.0.0
|
4
|
+
|
5
|
+
* add _.ordinalize to underscore.inflections [@jedi1156]
|
6
|
+
* update marionette 2.0.3 -> 2.1.0 [@gvl]
|
7
|
+
* update backbone.virtualcollection 0.5.0 -> 0.5.1 [@gvl]
|
8
|
+
* remove default plugins - now `#= require js_stack` will only require base plugins: hamlcoffee, jsroutes, underscore, backbone, marionette.
|
9
|
+
|
3
10
|
# 0.6.8
|
4
11
|
|
5
12
|
* update marionette 2.0.1 -> 2.0.3 [@gvl]
|
data/README.md
CHANGED
@@ -18,11 +18,6 @@ Modify `application.coffee` (you have to be using asset pipeline):
|
|
18
18
|
|
19
19
|
```coffeescript
|
20
20
|
#= require js_stack
|
21
|
-
|
22
|
-
# or equivalent:
|
23
|
-
|
24
|
-
#= require js_stack/base
|
25
|
-
#= require js_stack/plugins
|
26
21
|
```
|
27
22
|
|
28
23
|
You can require specific version of library:
|
@@ -38,11 +33,11 @@ Examples:
|
|
38
33
|
#= require js_stack/base/backbone
|
39
34
|
#= require js_stack/base/backbone/1.0.0
|
40
35
|
|
41
|
-
#= require js_stack/plugins/backbone.
|
42
|
-
#= require js_stack/plugins/backbone/
|
36
|
+
#= require js_stack/plugins/backbone.stickit
|
37
|
+
#= require js_stack/plugins/backbone/stickit/0.7.0
|
43
38
|
|
44
39
|
#= require js_stack/plugins/cocktail
|
45
|
-
#= require js_stack/plugins/cocktail/0.5.
|
40
|
+
#= require js_stack/plugins/cocktail/0.5.8
|
46
41
|
```
|
47
42
|
> You cannot specify version for `hamlcoffee`, `momentjs` and `js_routes`
|
48
43
|
|
@@ -53,29 +48,28 @@ Examples:
|
|
53
48
|
| Library | Versions | Changelog | Homepage |
|
54
49
|
| :-----: | :------: | :-------: | :------: |
|
55
50
|
| backbone | **1.1.2**, 1.0.0 | [changelog](http://backbonejs.org/#changelog) | [homepage](http://backbonejs.org/) |
|
56
|
-
| marionette | **2.0.3
|
51
|
+
| marionette | **2.1.0**, 2.0.3, 1.8.8, 1.7.4, 1.6.4, 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
52
|
| underscore | **1.6.0**, 1.5.2 | [changelog](http://underscorejs.org/#changelog) | [homepage](http://underscorejs.org/) |
|
58
53
|
| hamlcoffee | **1.16** | [changelog](https://github.com/netzpirat/haml_coffee_assets/blob/master/CHANGELOG.md) | [homepage](https://github.com/netzpirat/haml_coffee_assets) |
|
59
54
|
| js-routes | **0.9.8** | [changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) | [homepage](https://github.com/railsware/js-routes) |
|
60
55
|
|
61
56
|
### Plugins
|
62
57
|
|
63
|
-
| Library | Versions | Changelog | Homepage |
|
64
|
-
| :-----: | :------: | :-------: | :------: |
|
65
|
-
| backbone associations | **0.6.2**, 0.5.5 | [changelog](https://github.com/dhruvaray/backbone-associations/blob/master/CHANGELOG.md) | [homepage](http://dhruvaray.github.io/backbone-associations/) |
|
66
|
-
| backbone deepmodel | **0.10.4** | [changelog](https://github.com/powmedia/backbone-deep-model#changelog) | [homepage](https://github.com/powmedia/backbone-deep-model) |
|
67
|
-
| backbone mutators | **0.4.2** | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) |
|
68
|
-
| backbone pageable | **1.4.8**, 1.3.2 | [changelog](https://github.com/backbone-paginator/backbone-pageable#change-log) | [homepage](https://github.com/wyuenho/backbone-pageable) |
|
69
|
-
| backbone paginator | **2.0.2** | [changelog](https://github.com/backbone-paginator/backbone.paginator/wiki/Changelog) | [homepage](https://github.com/backbone-paginator/backbone.paginator) |
|
70
|
-
| backbone routefilter | **0.2.1** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) |
|
71
|
-
| backbone stickit | **0.8.0**, 0.7.0, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) |
|
72
|
-
| backbone validation | **0.9.1**, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) |
|
73
|
-
| backbone virtualcollection | **0.5.
|
74
|
-
| cocktail | **0.5.8** |
|
75
|
-
| momentjs | **2.7.0** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) |
|
76
|
-
| underscore inflections | **0.2.1** |
|
77
|
-
| underscore string | **2.3.2** | [changelog](https://github.com/epeli/underscore.string#changelog) | [homepage](http://epeli.github.io/underscore.string/) |
|
78
|
-
> Default: library is included in `js_stack/plugins`
|
58
|
+
| Library | Versions | Changelog | Homepage |
|
59
|
+
| :-----: | :------: | :-------: | :------: |
|
60
|
+
| backbone associations | **0.6.2**, 0.5.5 | [changelog](https://github.com/dhruvaray/backbone-associations/blob/master/CHANGELOG.md) | [homepage](http://dhruvaray.github.io/backbone-associations/) |
|
61
|
+
| backbone deepmodel | **0.10.4** | [changelog](https://github.com/powmedia/backbone-deep-model#changelog) | [homepage](https://github.com/powmedia/backbone-deep-model) |
|
62
|
+
| backbone mutators | **0.4.2** | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) |
|
63
|
+
| backbone pageable | **1.4.8**, 1.3.2 | [changelog](https://github.com/backbone-paginator/backbone-pageable#change-log) | [homepage](https://github.com/wyuenho/backbone-pageable) |
|
64
|
+
| backbone paginator | **2.0.2** | [changelog](https://github.com/backbone-paginator/backbone.paginator/wiki/Changelog) | [homepage](https://github.com/backbone-paginator/backbone.paginator) |
|
65
|
+
| backbone routefilter | **0.2.1** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) |
|
66
|
+
| backbone stickit | **0.8.0**, 0.7.0, 0.6.3 | [changelog](http://nytimes.github.io/backbone.stickit/#change-log) | [homepage](http://nytimes.github.io/backbone.stickit/) |
|
67
|
+
| backbone validation | **0.9.1**, 0.8.1 | [changelog](https://github.com/thedersen/backbone.validation#release-notes) | [homepage](https://github.com/thedersen/backbone.validation) |
|
68
|
+
| backbone virtualcollection | **0.5.1**, 0.4.15 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) |
|
69
|
+
| cocktail | **0.5.8** | None | [homepage](https://github.com/onsi/cocktail) |
|
70
|
+
| momentjs | **2.7.0** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) |
|
71
|
+
| underscore inflections | **0.2.1** | None | [homepage](https://github.com/geetarista/underscore.inflections) |
|
72
|
+
| underscore string | **2.3.2** | [changelog](https://github.com/epeli/underscore.string#changelog) | [homepage](http://epeli.github.io/underscore.string/) |
|
79
73
|
|
80
74
|
## Contributing
|
81
75
|
|
data/lib/js_stack/version.rb
CHANGED