- expose state/data on the client side using additional function called data. Helps in flux implementations, which need data even before booting.
- made peerDependencies and dependencies,
reactandreact-router's versions to be more flexible.
- Fix: paypal#28
- add unit tests for expressView.js
- change tape test reporter from
tap-spectofaucet
- 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)
- added performance profiling
- generate semantic html by injecting script tag before end of html tag
- paypal#16
- 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
- initial release