react-middleware
Version:
Connect middleware for serving React components from a standard folder structure.
28 lines (20 loc) • 641 B
Markdown
Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# [Unreleased] - YYYY-MM-DD
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
# [1.2.2] - 2015-12-24
### Changed
- Updated ES6 compiler to use Babel version 6 (from Babel version 5).
# [1.2.0] - 2015-11-26
### Added
- Lint command within the `prepublish` script.
### Changed
- Increase required node version to `^5.0.0`
### Removed
- Init script that copied react into the root `node_modules`. No longer needed given the way Node 5 manages modules.