Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 2.15 KB

2.4.0 (Oct 15 2015)

  • Export Router object to consumers. (paypal#81)

2.3.0 (Oct 11 2015)

2.2.1 (Oct 09 2015)

  • make the clearRequireCacheInDir platform windows friendly (paypal#93)

2.2.0 (Sep 02 2015)

  • Allow finer grain control of render properties (paypal#73)

2.1.0 (Aug 20 2015)

  • resolve cache clear logic based on the 'view cache' (paypal#74)
  • updated readme with migration to v2.x notes (paypal#75)
  • updated readme references of Isomorphic JavaScript to Universal JavaScript (paypal#60)

2.0.0 (Aug 1 2015)

  • Major API changes (specifically the options object property name changes)
  • React-Router config properties can be passed through the react engine now.

1.7.0 (June 22, 2015)

1.6.0 (May 13, 2015)

  • expose state/data on the client side using additional function called data. Helps in flux implementations, which need data even before booting.

1.5.0 (May 9, 2015)

  • made peerDependencies and dependencies, react and react-router's versions to be more flexible.

1.4.1 (May 7, 2015)

  • Fix: paypal#28
  • add unit tests for expressView.js
  • change tape test reporter from tap-spec to faucet

1.4.0 (May 3, 2015)

  • remove passing react & react-router as options in the client boot.
  • lock down version of jsdom (latest versions seem to fail tests in Node.js env)

1.3.0 (April 30, 2015)

  • added performance profiling

1.2.0 (April 25, 2015)

  • generate semantic html by injecting script tag before end of html tag
  • paypal#16

1.1.0 (April 11, 2015)

  • added an API to the client side code to expose data.
  • added ChangeLog and .npmignore
  • added tap-spec to pretty format tape test results
  • added .editorconfig file

1.0.0 (April 9, 2015)

  • initial release