Releases: pirelenito/git-revision-webpack-plugin
Releases · pirelenito/git-revision-webpack-plugin
v5.0.0
05 May 20:52
Compare
Sorry, something went wrong.
No results found
Breaking change
Fix issue "Unable to load 4.0 using require" #66 #67 by changing how we export the library to rely in named exports.
The change to consumers will be that instead of requiring via:
const GitRevisionPlugin = require ( 'git-revision-webpack-plugin' )
It should be via:
const { GitRevisionPlugin } = require ( 'git-revision-webpack-plugin' )
v4.0.1
04 May 09:28
Compare
Sorry, something went wrong.
No results found
Temporary fix for the default
export reported in #66
v4.0.0
02 May 21:31
Compare
Sorry, something went wrong.
No results found
Add official support for Webpack 5 🎉
Migrate to TypeScript and include type definitions in the published package 🥰
v3.0.6
14 Apr 22:12
Compare
Sorry, something went wrong.
No results found
Reverted LASTCOMMITDATETIME 1283cb7 , #36 that was accidentally released as a patch.
This will come instead as part of the next major release (v4).
v3.0.5
14 Apr 18:47
Compare
Sorry, something went wrong.
No results found
Highlight that configurations are not sanitized c09f113 , #49
v3.0.3
08 May 18:49
Compare
Sorry, something went wrong.
No results found
v3.0.2
08 May 18:47
Compare
Sorry, something went wrong.
No results found
Fix engine
definition to support node >=6.11.5
v3.0.1
28 Apr 06:24
Compare
Sorry, something went wrong.
No results found
Add a notice about webpack version compatibility 028762d
v3.0.0
22 Apr 08:38
Compare
Sorry, something went wrong.
No results found
v2.5.1
11 May 15:47
Compare
Sorry, something went wrong.
No results found
Small documentation improvement release 9ebcf08