Releases: TFaga/generator-react-reflux
Releases · TFaga/generator-react-reflux
v1.4.3
Bug fixes
- Fixed missing
react-reflux:actions
v1.4.2
Bug fixes
- Added a file filter function to livereload to ignore source app scripts and styles
- Fixed gulp sometimes crashing when building the project
v1.4.1
Enhancements
Bug fixes
- Fixed malformed
package.json
file for the gulp configuration that caused all npm commands to fail (#21, ad216b1)
v1.4.0
Features
- Added a generator for the RefluxJS stores (#17, f0a2197)
- Added a generator for the RefluxJS actions (#18, 1fa725d)
Enhancements
- Removed deprecated code as a result of updating the yeoman generator (1629107)
- Added preprocessify to the gulp workflow/pipeline (#16, #19, fb6a771, f0b3ec2)
- Added cache for sass files when using grunt (#16, fb6a771)
- Added gulp browserify compile error reporting (#16, fb6a771)
v1.3.0
Features
- Updated generated scaffold dependencies to their latest version (15d57fa)
- Added GruntJS as an option to use as a build tool instead of GulpJS (#13, 39c88a0)
- Added a generator for the ReactJS components (#14, b6d9cd1)
v1.2.1
Features
- Updated react-router and updated its new usage (syntax) in the scaffolded files for both JavaScript and CoffeeScript (#3, 616acb1)
- Updated all dependencies generated by the generator to their latest versions (#4, e3b426c)
Bug Fixes
- Removed a wrongly generated '�__tests__' folder in the apps directory (94ce23b)
v1.2.0
Features
- Updated ReactJS to its latest version v0.12.0 which includes new (breaking) features from its previous versions (#2, 8d2742d)
- Added an option to add Facebook Jest as a boilerplate testing framework for both Javascript and CoffeeScript (#1, d7e6e4f)
v1.1.1
Bug Fixes
- Changed the gulp imagemin version to 1.0.1 as 1.1.0 does not install dependencies correctly and as such failes to build (c0d933c)
- Removed the gulp browserify plugin as it is blacklisted and added the standalone browserify plugin and use it together with vinyl-source-stream to integrate it with gulp streams in the build process (968c47a)
v1.1.0
Features
- Added option to use CoffeeScript instead of plain JavaScript (9f50a36)
- Updated gulp and its plugins versions (16c999e)
- Swapped gulp rimraf (deprecated) for npm del (9a1a747)
- Added html minification to the gulp build task (dfe75e8)
- Added user entered description to index.html (ed83d05)
Bug Fixes
- Fixed generated stylesheet syntax error when selecting css instead of sass (fbba569)
- Removed unused html gulp task (ea9b013)