Skip to content

Releases: webpack-contrib/webpack-defaults

v2.1.3

01 Apr 11:34
Compare
Choose a tag to compare

2.1.3 (2018-04-01)

Bug Fixes

  • add keywords to package, replace name in issue template (#105) (c5bed3c)

v2.1.2

01 Apr 10:28
Compare
Choose a tag to compare

2.1.2 (2018-04-01)

Code Refactoring

  • Readme: update readme with modern style and convention (#100) (a300517)
  - 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

28 Mar 12:46
Compare
Choose a tag to compare

2.1.1 (2018-03-28)

Bug Fixes

v2.1.0

28 Mar 12:44
Compare
Choose a tag to compare

2.1.0 (2018-03-28)

Features

  • dotfile: add .editorconfig to templates (#96) (8e43fd4)

v2.0.0

26 Mar 15:48
Compare
Choose a tag to compare

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

26 Mar 15:48
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release

2.0.0-rc.4 (2017-12-22)

Bug Fixes

  • Post install set script incorrect (214b4e5)

Features

  • Adds vscode Jest debug configuration (f05533b)

v2.0.0-rc.3

21 Dec 06:56
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

2017-12-21

Bug Fixes

  • Set correct script on post-install (79f71f2)

v2.0.0-rc.2

20 Dec 11:06
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

2017-12-20

Bug Fixes

  • templates: Generate cache from lock file (e0bad7c)

v2.0.0-rc.1

20 Dec 10:26
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2017-12-20

Bug Fixes

  • templates: Fix test generation condition (fcb49e2)

v2.0.0-rc.0

19 Dec 16:19
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

2017-12-19

Bug Fixes

  • Update demo options property (36d7e09)