Skip to content

Releases: davis/plugin-hbs

v1.2.3

12 Sep 23:12
Compare
Choose a tag to compare
  • Now supports different loading schemes (thanks @amenadiel). With this modification, you can pick the format that suits you better between ESM, AMD and CJS (default) in the config:
meta: {
    "*.hbs": {
      "defaultExtension": false,
      "format": "esm",
      "loader": "hbs"
    }
}
  • Now uses canonical name so that builds work correctly (thanks @tjaartvdwalt)

v1.2.2

22 Jun 21:26
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release
  • This project is now on jspm 0.17
  • Added a test index.html page
  • Updated Handlebars dependency from 4.0.2 to 4.0.5

v1.2.1

10 Oct 00:46
Compare
Choose a tag to compare
  • Fixed a bug introduced in 1.2.0 that left templates uncompiled when building (fixes #5)

v1.2.0

06 Oct 23:38
Compare
Choose a tag to compare
update version from 1.1.0 to 1.2.0

v1.1.0

09 Sep 21:33
Compare
Choose a tag to compare
  • Updated handlebars dependency to 4.0.2

v1.0.0

14 Jul 22:33
Compare
Choose a tag to compare

Initial release