react_on_rails 1.2.1 → 1.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7011826fd4396f3ff28aea9280ed88672262133
|
4
|
+
data.tar.gz: c2dd6c4fe6191f6e5629cee3cc4ea9208016019e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4277cc0e19959f6cb523edf2a9f1bd35504c149ebf130862bc7c7e975a8f04e5ff13dab994750e3e9f5a09aaf3b1aef0b77302d332f028e05d8f10579054dd9a
|
7
|
+
data.tar.gz: 847aa620d54dacaeac593bf3a2c98e26eff5dd149ed4cc392eaee32720c543d0262bae3b32814b36937daca0324e142912084a591c64c760239a2941e6360451
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
# Change Log
|
2
2
|
All notable changes to this project will be documented in this file. Items under `Unreleased` is upcoming features that will be out in next version.
|
3
3
|
|
4
|
+
## v1.2.2
|
5
|
+
### Fixed
|
6
|
+
- Missing Lodash from generated package.json [#175](https://github.com/shakacode/react_on_rails/pull/175)
|
7
|
+
- Rails 3.2 could not run generators [#182](https://github.com/shakacode/react_on_rails/pull/182)
|
8
|
+
- Better placement of jquery_ujs dependency [#171](https://github.com/shakacode/react_on_rails/pull/171)
|
9
|
+
- Add more detailed description when adding --help option to generator [#161](https://github.com/shakacode/react_on_rails/pull/161)
|
10
|
+
- Lots of better docs.
|
11
|
+
|
4
12
|
## v1.2.0
|
5
13
|
### Added
|
6
14
|
- Support `--skip-bootstrap` or `-b` option for generator.
|