Skip to content

Releases: OzTK/elm-view-engine

v2.1.2

17 Sep 15:13
Compare
Choose a tag to compare
Bug Fixes
  • errors: Showing elm error message when passing an invalid context (5c41e893)

v2.1.1

17 Sep 15:08
Compare
Choose a tag to compare
Continuous Integration
  • travis:
Bug Fixes
  • Fixed support for multipart views module names (7fe9f17e)
Tests
  • Added tests to cover more cases (d09a42ad)
  • Adapting to non elm-depending environment (bace5711)

v2.1

09 Sep 18:16
Compare
Choose a tag to compare
Chores
Documentation Changes
  • Updated README for CLI usage (bf50d5d7)
New Features
  • Compilation: Returns elm compiler error when views compilation fails (ca0b5ca9)
Other Changes
  • dependencies: Switched to chalk for output styling (6f1f3d56)
Refactors
  • example: Using elm-view-engine instead of relative lib (npm link to make it work) (cd8c267d)

v2.0

29 Aug 23:40
Compare
Choose a tag to compare

Not a lot of new features, as this release mainly consisted in having a more simple and sane API:

  • Changed the required views format (see README) - BREAKING CHANGE
  • Added the option to pass elm-make path to the engine so that having a globally installed elm is not necessary

v1.1.0

17 Aug 22:24
Compare
Choose a tag to compare
  • Caching of the compiled views
  • Views compilation CLI
  • Live compilation using npm-watch/watchman

v1.0.3

03 Aug 19:40
Compare
Choose a tag to compare

Bugfix