Releases: AlexSergey/rockpack
Releases · AlexSergey/rockpack
4.5.0
4.4.0
- ESLint 9 support
- Refactoring
- All dependencies were updated
4.3.0
- ESLint 9 preparation for use
- Bug fixing
- Refactoring
- All dependencies were updated
4.2.0
- Fixed bugs in libraryCompiler
- Provided ability to modify modules and plugins in compilers. The example for the customization compiler was updated regarding these changes.
4.1.0
- Added eslint-plugin-regexp
- Added eslint-plugin-sonarjs
4.0.0
- A lot of fixes and optimizations
- Rework @rockpack/codestyle module:
- Added eslint-plugin-perfectionist
- Turned off all conflicts rules
- Updated all deprecation warnings from Stylelint
- @rockpack/codestyle module integrated to each of project
- React Pure project added (include React, React-Dom only)
- Adopt the code to use iSSR the new version
- All dependencies were updated
3.0.0
- A lot of fixes and optimizations
- The new @rockpack/codestyle module with best practices
- Prettier added
- Stylelint added
- Commitlint added
- Lintstaged added
- Replaced simple-git-hooks to husky
- Typescript by default
- All dependencies were updated
2.0.0
- A lot of fixes and optimizations
- All dependencies were updated
- The new React application templates
- webpack-plugin-serve -> webpack-dev-server4
- the new official site
1.9.0
- babel config extend added
1.8.0
- webpack-dev-server -> webpack-plugin-serve
- @rockpack/compiler simplification
- @rockpack/webpack-plugin-ussr-development added