Releases: piotrwitek/react-redux-typescript-jspm-starter
Releases · piotrwitek/react-redux-typescript-jspm-starter
v0.5.6
updated tslint config
updated npm dependencies & typings
updated type definitions examples
updated example code
v0.5.5
v0.5.4
v0.5.3
dependency update routine
v0.5.2
fixed missing tslint dep
v0.5.1
updated deps:
- react 15.2.1
- jspm update
v0.5.0: Overall Enhancements
- removed browser-sync dep - this dep has too many features for this bare minimum starter-kit and also should your rather your choice
- added regenerator for ES5 async/await transpilation (soon with TypeScript 2.0 release it will be not needed)
- added custom ambient definitions for external libraries best-practice example
- updated index.html and added nice css loader while waiting for React to "kick in"
- added new hot-module-reload dependency (jspm-hmr) for easier and cleaner hot-reload solution
- added static dev-bundle with external deps for quick full-page reload, this is most important as this will make JSPM very fast
- updated tsconfig for ES2015
- added editor config and linter
- updated typings