Skip to content

v1.5.0

Choose a tag to compare

@IvanRublev IvanRublev released this 06 Dec 20:31
· 32 commits to master since this release
  • Fix bug to return explicit file read error message during the compile time
  • Completely replace apply() with . for validation function calls to run faster
  • Link planner server to mix process for better state handling
  • Support of the interactive use in iex and live book 🤩
    The code examples in Readme can be run interactively because it’s a livebook now!

Breaking change:

  • Improve compilation speed by starting resolve planner only once in Domo mix task.
    To migrate, please, put the :domo_compiler before :elixir in mix.exs.
    And do the same for reloadable_compilers key in config file
    if configured for Phoenix endpoint.