Skip to content

Latest commit

 

History

History
182 lines (95 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

182 lines (95 loc) · 4.66 KB

React Resolver Changelog

v3.1.0 - (2016-11-23)

v3.0.3 - (2016-08-01)

v3.0.2 - (2016-06-30)

v3.0.1 - (2016-04-11)

v3.0.0 - (2016-03-01)

v2.0.5 - (2015-09-07)

v2.0.4 - (2015-08-25)

v2.0.3 - (2015-08-19)

v2.0.2 - (2015-08-11)

  • Apparently releasing v1.3.0 takes over all of the v2 releases?

v2.0.1 - (2015-08-09)

v2.0.0 - (2015-08-09)

v1.2.2 - (2015-08-05)

v1.2.1 - (2015-08-05)

v1.2.0 - (2015-08-05)

v1.1.7 - (2015-04-25)

v1.1.6 - (2015-04-25)

v1.1.5 - (2015-04-25)

  • Update dist/ from v1.1.4

v1.1.4 - (2015-04-25)

v1.1.3 - (2015-04-15)

  • #28 Another attempt to fix Resolver being named resolver.js

v1.1.2 - (2015-04-15)

  • #28 Attempt to fix Resolver being named resolver.js

v1.1.1 - (2015-04-13)

  • Ignore more files via NPM (6c6fb03)

v1.1.0 - (2015-04-13)

v1.0.0 - (2015-04-13)

  • Complete rewrite for React v0.13
  • "Higher-order Components" via Resolver.createContainer
  • Remove all dependencies (!)

v0.2.0 - (2015-02-25)

v0.1.2 (2015-02-25)

v0.1.1 (2015-02-25)

  • Move react-router from optionalDependencies to peerDependencies

v0.1.0 (2015-02-24)

  • #7 - Add react and react-router as peerDependencies.
  • #8 - Support React v0.13

v0.0.4 (2015-02-24)

  • #4 - NPM package is ES5, not ES6.
  • #5 - Clarify use of Resolver.mixin.
  • #6 - README comparison to Relay.

v0.0.3 (2015-02-19)

  • Public release

v0.0.2 (2015-02-18)

  • Working prototype with context

v0.0.1 (2015-01-29)

  • Initial commit