All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.1.19 Changes

    • ⬆️ Upgraded React to v15
  • v0.1.18 Changes

    • ⬆️ Routine dependencies upgrade
    • ➕ Added an ability to supply custom project-specific babelrc
    • ➕ Added an ability to pass createElement to react-router through Application properties (useful for Relay, for example)
  • v0.1.17 Changes

    • ⚡️ Babel has been updated to 6.6.0

    One of the notable changes is that semicolon is no longer required after class property definition.

    • ⚡️ Redux and other complementing redux dependencies were updated to the latest versions.

    • ⚡️ Redux-Saga has been updated to 0.9.2

    Important changes

    - `takeEvery` and `takeLast` high-level API was introduced. This is a much easier way to avoid missing action requests (normally handled with `take`/`fork` before)
    - **Breaking:** `as` has been renamed to `asEffect`
    
    • 🔧 PORT environment variable has been added to allow configuring webpack dev server's port (Thanks to Chris Morrell @inxilpro)

    • 🛠 Bugfix: .jsx file extension is recognized now (Thanks to Michael Joseph Rosenthal @michaeljosephrosenthal)