Skip to content

Releases: pirelenito/git-revision-webpack-plugin

v5.0.0

05 May 20:52
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Temporary fix for the default export reported in #66

v4.0.0

02 May 21:31
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Highlight that configurations are not sanitized c09f113, #49

v3.0.3

08 May 18:49
Compare
Choose a tag to compare

v3.0.2

08 May 18:47
Compare
Choose a tag to compare
  • Fix engine definition to support node >=6.11.5

v3.0.1

28 Apr 06:24
Compare
Choose a tag to compare
  • Add a notice about webpack version compatibility 028762d

v3.0.0

22 Apr 08:38
Compare
Choose a tag to compare

v2.5.1

11 May 15:47
Compare
Choose a tag to compare
  • Small documentation improvement release 9ebcf08