From 5227db023d7b74e7a2c08a48a42e3bbb3166f90a Mon Sep 17 00:00:00 2001 From: Jan Varwig Date: Fri, 27 Jan 2017 14:59:07 +0100 Subject: [PATCH 1/2] Make webpack peer dependency compatible with 2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 813145f..0098248 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "http://eploko.github.io/pegjs-loader", "peerDependencies": { "pegjs": "^0.10.0", - "webpack": "^1.12.2" + "webpack": "1 || 2 || ^2.1.0-beta || ^2.2.0-rc" }, "dependencies": { "loader-utils": "^0.2.5" From 14263b16f279d1bb9087ff4c40731a85ab6efc1d Mon Sep 17 00:00:00 2001 From: Andrey Subbotin Date: Fri, 3 Mar 2017 21:44:23 +1100 Subject: [PATCH 2/2] Bump version to 0.5.1 and add relevant credits --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 293b5cd..a0ebd4f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Every release, along with the migration instructions, if any, is documented on t * [Victor Homyakov](https://github.com/victor-homyakov) for the propagation of the `cache` option. * [VladimirTechMan](https://github.com/VladimirTechMan) for the propagation of the `optimize` option and updating things to be compatible with PEG.js 0.10.0. * [ragtime](https://github.com/ragtime) for the propagation of the `allowedStartRules` and `trace` options. +* [Jan Varwig](https://github.com/janv) for the Webpack 2 compatibility fix. ## License diff --git a/package.json b/package.json index 0098248..2717b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pegjs-loader", - "version": "0.5.0", + "version": "0.5.1", "description": "PEG.js loader for webpack", "authors": [ "Andrey Subbotin (https://github.com/eploko)",