v0.10.0 (2020-12-18)
- Added github action configuration
- Removed travis-ci configuration
- Updated webpack to major version 5.11.0 Updated react to major version 17.0.1
- Updated changelog
- Merge pull request #14 from darkmavis1980/feature/remove-travis-add-github-actions
v0.9.3 (2020-12-08)
- Updated dependencies
- Updated changelog
v0.9.2 (2020-10-07)
- Updated dependencies to latest version
v0.9.1 (2020-09-16)
- Updated dependencies
v0.9.0 (2020-08-11)
- Bump lodash from 4.17.14 to 4.17.19
- Updated dependencies Migrated to use latest version of sass-loader Removed node-sass in favour of sass (dart-sass)
- Merge pull request #11 from darkmavis1980/dependabot/npm_and_yarn/lodash-4.17.19
v0.8.9 (2020-07-02)
- Updated dependencies
v0.8.8 (2020-06-12)
- Updated dependencies
v0.8.7 (2020-04-29)
- Updated dependencies
v0.8.6 (2020-03-27)
- Updated dependencies
v0.8.5 (2020-02-06)
- Updated dependencies
v0.8.4 (2020-01-30)
- Updated dependencies
v0.8.3 (2020-01-20)
- Updated dependencies
v0.8.2 (2019-12-09)
- Update dependencies
v0.8.1 (2019-12-02)
- Added travisci badge
- Updated dependencies
v0.8.0 (2019-11-19)
- Added travis ci configuration
- Bumped version to 0.8.0
- Merge pull request #8 from darkmavis1980/feature/add-travis-ci
v0.7.7 (2019-11-19)
- Updated dependencies
v0.7.6 (2019-11-08)
- Updated dependencies
v0.7.5 (2019-10-23)
- Updated dependencies
v0.7.4 (2019-10-16)
- Updated dependencies
- Updated changelog
v0.7.3 (2019-10-08)
- Updated dependencies
v0.7.2 (2019-09-24)
- Fixed compatibility issue with sass-loader 8.0.0
v0.7.1 (2019-09-23)
- Updated dependencies
v0.7.0 (2019-09-12)
- Updated dependencies Renamed task start:dev to just dev
- Updated dependencies
- Updated dependencies Added @babel/plugin-transform-runtime
- Updated dependencies
v0.5.4 (2019-07-04)
- Updated dependencies
v0.5.3 (2019-05-31)
- Updated changelog
- Updated dependencies Fixed issue with CleanWebpackPlugin
v0.5.2 (2019-05-20)
- Updated dependencies
- Updated dependencies Set option class-methods-use-this in eslint to false
- Updated changelog
v0.5.0 (2019-05-07)
- Set babel to use the current version of Node to avoid issues with Jest and async/await Updated dependencies, node-sass now supports Node.js 12
- Updated package-lock.json
- Updated eslintrc to fix the issue with react version Updated dependencies Minor formatting cleanup for the jest.config.js file Added webpack-bundle-analyzer to analyze the bundler
- Merge pull request #7 from darkmavis1980/bugfix/fix-issue-with-eslint
v0.4.2 (2019-04-24)
- Minor cleanups
v0.4.1 (2019-04-24)
- Updated webpack-cli
- Updated changelog
v0.4.0 (2019-04-17)
- Conformed code to ESLint standards Added missing libraries Updated eslintrc configuration Added Changelog
- Merge pull request #6 from darkmavis1980/bugfix/fix-eslint-integration
v0.3.4 (2019-04-16)
- Updated dependencies
v0.3.3 (2019-04-04)
- Fixed issue with navigation with jest Updated dependencies and react to 16.8.6
- Updated babel and jest to latest version
- Updated ESLint version
- Merge pull request #5 from darkmavis1980/bugfix/issue-with-navigation-with-jest
v0.3.2 (2019-03-20)
- Updated dependcies
- Updated dependencies
v0.3.1 (2019-03-12)
0.3.1 (2019-03-12)
- Added note on the README.md
- Updated dependencies
v0.3.0 (2019-03-06)
- Added support for docker
- Updated version on package.json
- Merge pull request #4 from darkmavis1980/add-dockerfile
v0.2.1 (2019-03-06)
- Fixed issue with devServer fallback path
- Fixed issue introduced by previous changes
- Merge pull request #3 from darkmavis1980/fix-issue-with-missing-webpack-variable
v0.2.0 (2019-03-06)
- Added support for environmental variables
- Fixed issue with build script running on ubuntu Fixed incompatibility with CleanWebpackPlugin v2.0.0
- Merge branch 'master' of github.com:darkmavis1980/react-jest-boilerplate into add-support-for-env-variables
- Merge pull request #2 from darkmavis1980/add-support-for-env-variables
- Merge pull request #1 from darkmavis1980/Fix-issue-with-CleanWebpackPlugin-v2.0.0
- First commit
- Minor fix on the readme