Releases: webpack-contrib/webpack-defaults
Releases · webpack-contrib/webpack-defaults
v2.1.3
v2.1.2
2.1.2 (2018-04-01)
Code Refactoring
- npmjs.org now left-aligns all content except images by default;
aligns section headers left
- removes maintainers section: rarely kept up to date across the org
- simplifies the Examples section, replaces lorem with [ placeholder ]
- adds License section to point to LICENSE file for convenience
- refactors the Options sections with simpler layout and easier to
read modern convention
- adds package name header
- moves badges below the webpack logo
- uses github asset for webpack logo
- adds Requirements section
- replaces Usage with Getting Started and friendly text, direction
- removed unnecessary multiple, copied Examples and Options
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2018-03-26)
Code Refactoring
Features
BREAKING CHANGES
- Drops support for NodeJS 4.x
refactor: Use non-deprecated config type
- Moves to non-deprecated eslint config format
refactor: Prettier integration
- Leverages Prettier to manage code style
- Migrates to eslint-config-webpack 2.x ( Prettier support)
- Updates code style per the above
- Adds
.prettierrc
to enforce development configs
- Implements Prettier & modifies suported Eslint
configuration that transfers applicable rule responsibility to Prettier
feat: Adds testing boilerplate
- Adds contrib standard testing config
feat: Adds schema enforcement
- Installs schema utils dependency
- Creates
options.json
template - Updates build script to accommodate
options.json
ci: Migrates to CircleCI 2.0 & custom build containers
- Migrates to CircleCI & a full continuous delivery workflow
- Drops TravisCI in favor of CircleCI 2.0
- Drops support for Webpack 2.x & adds 4.x support
- Enforces existing commit message format
in pre-commit as it's required for release automation
2.0.0-rc.4
2.0.0-rc.4 (2017-12-22)
Bug Fixes
- Post install set script incorrect (214b4e5)
Features
- Adds vscode Jest debug configuration (f05533b)