- Fixes #3 - Missing dependencies for tdd
- update usage
- breaking change - moved
src/react-ts
toscripts
, exceptwebpack.config.js
andpaths
- which are now undersrc/config
. Any other library dependent on these paths must reconfigure. - add error overlay - errors are shown right with in the browser
- migrate from
react-reflux
to statex - fix - do not initialize git if the target folder is already under git
- create-app: add option to skip git initialization
- create-app: add option to install node modules
- fix git invocation on Windows #2
- fix path issues
- breaking change: scripts will now point to
~/react-ts
instead of~/node_modules/react-ts
- fix dependencies and progress messages
- fix hot load order problem in
index.tsx
- move devDependencies to the project's
package.json
, so that installingreact-ts
becomes fast - add
jsx-double
totslint.json
- move
react-ts
outside of node modules
- add
noUsageInfo
option to create app method
- Return promise from Create app method
- Add installModules options to create app method
- Fix .gitignore
- Fix .gitignore
- Update error log
- Revert npm install
- Add .gitignore file
- Fix todo service export
- Add executable to package.json using
bin
- Update
react-ts
version in project/package.json
- Initial version