Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit df7a77d

Browse files
committed
chore: Update changelog for 3.0.0 final
1 parent 05eee6c commit df7a77d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,31 @@
33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

55
<a name="3.0.0"></a>
6-
# [3.0.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-rc.1...v3.0.0) (2017-07-26)
6+
# [3.0.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0) (2017-07-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **index:** correct loader sourcemaps usage (#67) ([691b565](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/691b565))
12+
* use latest API (`loader-utils`) (#61) ([27cf4eb](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/27cf4eb))
13+
14+
15+
### Code Refactoring
16+
17+
* upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8))
18+
19+
20+
### Features
21+
22+
* add `options` validation (`schema-utils`) (#65) ([091eded](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/091eded))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* Enforces schema validation ( invalid configuration will throw )
28+
* Enforces Webpack standard NodeJS engines range.
29+
at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
30+
* Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4.
731

832

933

0 commit comments

Comments
 (0)