Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

112 lines (63 loc) · 5.23 KB

2.1.2 (2017-09-16)

Documentation Changes
Bug Fixes
  • errors: Showing elm error message when passing an invalid context (5c41e893)

2.1.1 (2017-09-13)

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)

2.1.0 (2017-09-08)

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)

2.0.0 (2017-08-29)

Continuous Integration
  • travis: Increased wait for tests execution (672b6763)
  • Extending travis wait tests execution (46eec49f)
Documentation Changes
  • readme:
  • examples:
    • Updated example to reflect the new API (069a6fd9)
    • Updated example with new API (a510e25f)
New Features
  • options: Allowing to pass path to elm-make in options (82e20a17)
Refactors
  • views:
    • consolidated views format by putting deserialization in the engine (ec16ee6a)
    • Changed views function format -> removed unnecessary msg constraint (297fd79c)

1.1.0 (2017-08-17)

Chores
  • release: added publish npm command (a9738ff1)
Documentation Changes
  • example: Updated example to demonstrate live-compiling of the views (a3883893)
New Features
  • auto-reloading worker module from js output file whenever it is changed (6ae78324)
  • cli: Added elm-view-engine CLI to compile a views directory from the command line (6ea946e1)
  • compilation: Caching compiled views for future uses (4c882e08)
Refactors
  • engine: Simplified elm config loading (removed unused code) (5d7fc72f)
  • cli: Separated cli functions from the bin to make them testable (6f577d30)
Tests
  • index: Increased coverage of main module (7f37d025)

1.0.3 (2017-08-14)

Bug Fixes
  • Handling elm source paths containing relative parent (../) (376f7f1b)

1.0.2 (2017-08-03)

Added typescript declaration files support

1.0.0 (2017-08-03)

Initial release