Skip to content

Releases: piotrwitek/react-redux-typescript-jspm-starter

v0.5.6

30 Jul 12:30
Compare
Choose a tag to compare

updated tslint config
updated npm dependencies & typings
updated type definitions examples
updated example code

v0.5.5

16 Jul 13:30
Compare
Choose a tag to compare

Added test harness setup using Tape (blue-tape) - included example code and @types

Writing tests in TypeScript and run using JSPM (no transpilation step needed)

v0.5.4

15 Jul 14:41
Compare
Choose a tag to compare
  • removed typings dep for TypeScript2.0 approach and using npm @types instead
  • added classnames utility

v0.5.3

11 Jul 21:07
Compare
Choose a tag to compare

dependency update routine

v0.5.2

11 Jul 21:06
Compare
Choose a tag to compare

fixed missing tslint dep

v0.5.1

10 Jul 17:57
Compare
Choose a tag to compare

updated deps:

  • react 15.2.1
  • jspm update

v0.5.0: Overall Enhancements

10 Jul 17:32
Compare
Choose a tag to compare
  • 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