Skip to content

Releases: iamakulov/moment-locales-webpack-plugin

1.2.0

15 Mar 19:47
61eb01b
Compare
Choose a tag to compare

1.1.2

18 Nov 12:28
7b5eccd
Compare
Choose a tag to compare
  • Make sure option validation doesn’t break if somebody has set an active Moment locale before (@iamakulov, #24)

1.1.1

17 Nov 15:19
388632b
Compare
Choose a tag to compare
  • When keeping locale files, match full locale names instead of endings (@iamakulov, #25).

1.1.0

15 Aug 16:17
0e17d54
Compare
Choose a tag to compare
  • Add the ignoreInvalidLocales option that disables locale validation in the localesToKeep array (@ihateelvis; #20)

1.0.7

23 May 19:51
Compare
Choose a tag to compare
  • Fix an issue introduced in 1.0.6: the localesToKeep: ['en'] option was throwing an “Unknown locale” error (@jessevanassen; #9)

1.0.6

21 May 11:37
Compare
Choose a tag to compare

1.0.5

19 Mar 15:59
Compare
Choose a tag to compare
  • Upgrade the package for webpack 4.

1.0.4

21 Jan 08:43
Compare
Choose a tag to compare

1.0.3

21 Jan 08:36
Compare
Choose a tag to compare
  • Remove unnecessary commas to fix the plugin in old Node.js versions (@mokkabonna, #1)