Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 1.67 KB

1.0.1 (2017-10-03)

Bug Fixes

  • package: add build files to pkg (12edd35), closes #7

1.0.0 (2017-09-10)

Features

  • es modules support, drop webpack 1 support and build/tests/docs improvements (de4b22d)

Documentation

  • Update README to use Webpack 2+ syntax (6d62b72)

1.0.0-beta.1 (2017-05-07)

  • Changes based on code review. (4a3f4ad)
  • Don't use arrow function with the exports function as it does not get scoped to the webpack object, (3a0ca37)
  • Release 1.0.0-beta.1 (86d4a72)
  • Return html instead of mjml object to match loader's previous behaviour. (4052851)
  • Update mjml to 3.3.2. (f93c21b)
  • Update readme with correct loader reference and template is not a function. (687bd41)

1.0.0-beta.0 (2016-07-23)