Skip to content

Releases: kczulko/rules_elm

v0.3

22 Apr 20:57
Compare
Choose a tag to compare
  • Suppress Python stack traces in error output.
  • Fix the build of tests when -c opt is passed in.
  • Add integrated support for invoking UglifyJS properly.

v0.2

17 Apr 06:14
Compare
Choose a tag to compare
  • Make elm_proto_library() functional.
  • Let elm_repository() use elm_library() instead of elm_package() where possible. This disables Elm's package SAT solving, which doesn't print user-friendly errors in our case.
  • Add patches to elm_repository() to permit application of local patches to Elm packages.
  • Make elm_binary() respect the compilation mode, allowing you to build with the time traveling debugger enabled.

v0.1

22 Mar 13:11
Compare
Choose a tag to compare

Initial release.