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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76c185bc4f7a94369ab13fa9482415f86a1f331b
4
- data.tar.gz: bc92abb38284758ebec53d1a48d89e1fc419a8e3
3
+ metadata.gz: eaab24bbf7f7634a0f713cef013f3a18c1ea945a
4
+ data.tar.gz: cc0564cfbba8a45fdf5d42f1790877d73b6436f5
5
5
  SHA512:
6
- metadata.gz: b33aa6b7e27f9811e669c8b0f53ac88c4efb74615ce3f57061fb068d6372cc35ad1c9123712cebe0b977b6fbb8820aef64c4aaee9f73a355780bf9ec1784a331
7
- data.tar.gz: 178e838a1992bea00634e29ae64bc2795d675f0877c0b4ed37275a5a377bf9596741be699268fb7c97e4149ce7fb4173f3539b0907011ae0899e7fec8afe56d2
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.pageable
42
- #= require js_stack/plugins/backbone/pageable/1.4.5
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.3
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**, 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/) |
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 | Default |
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/) | Yes
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
- | backbone mutators | **0.4.2** | [changelog](https://github.com/asciidisco/Backbone.Mutators#changelog) | [homepage](https://github.com/asciidisco/Backbone.Mutators) | No
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) | Yes
69
- | backbone paginator | **2.0.2** | [changelog](https://github.com/backbone-paginator/backbone.paginator/wiki/Changelog) | [homepage](https://github.com/backbone-paginator/backbone.paginator) | No
70
- | backbone routefilter | **0.2.1** | [changelog](https://github.com/boazsender/backbone.routefilter#release-history) | [homepage](https://github.com/boazsender/backbone.routefilter) | No
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/) | Yes
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) | Yes
73
- | backbone virtualcollection | **0.5.0**, 0.4.15 | [changelog](https://github.com/p3drosola/Backbone.VirtualCollection#changelog) | [homepage](https://github.com/p3drosola/Backbone.VirtualCollection) | Yes
74
- | cocktail | **0.5.8** | none | [homepage](https://github.com/onsi/cocktail) | No
75
- | momentjs | **2.7.0** | [changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) | [homepage](https://github.com/derekprior/momentjs-rails) | No
76
- | underscore inflections | **0.2.1** | none | [homepage](https://github.com/geetarista/underscore.inflections) | No
77
- | underscore string | **2.3.2** | [changelog](https://github.com/epeli/underscore.string#changelog) | [homepage](http://epeli.github.io/underscore.string/) | No
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
 
@@ -1,3 +1,3 @@
1
1
  module JsStack
2
- VERSION = '0.6.8'
2
+ VERSION = '1.0.0'
3
3
  end