All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Replaced prettier with eslint
- Project dependencies
- Project dependencies
- Eslint configuration to support new version
- Switch from Webpack to Rollup
- Updates to tsconfig and .jest.config.js
- Documentation on adding Travis-CI and Coveralls to setup
- Documentation on demo of your app with github pages
- Webpack build now forks type checking into separate process
- Webpack build now uses incremental build feature during watch mode
- Build dependencies
- Build dependencies
- Support for .sass/.css loader in webpack
- Support for production build of minified .css files
- .editorconfig file
- Switched from JS to Typescript
- Added React support to project
- Add prettier options to package.json
- Updated NPM dependencies
- Switched from standardJS to eslint
- Added automated linting on commit via lint-staged & husky
- Switched from regenerator-runtime to @babel/plugin-transform-runtime for async support
- Internal changes (incremented dependency versions)
- Switched from webpack-serve to webpack-dev-server
- Internal changes (incremented dependency versions)