All Versions
15
Latest Version
Avg Release Cycle
58 days
Latest Release
-

Changelog History
Page 1

  • v0.6.2-dev

  • v0.6.1 Changes

    January 22, 2016

    Elixir 1.2 goodies:

    • ⚠ get rid of paren warnings [thx mindreframer]
    • ex_doc compatible with 1.2
  • v0.6.0 Changes

    October 13, 2015
    • 🏗 build(expr) as a simpler counterpart to build do..
    • ⚡️ update to Elixir 1.1 and OTP 18
  • v0.5.1 Changes

    February 24, 2015
    • 📄 impl: in-Core renames, docs etc
    • 🛠 fix Core typespecs (was invalid since bc5d06e - 0.4.0)
  • v0.5.0 Changes

    February 24, 2015
    • DSL: value/1
    • 🏗 builder/1 macro moved to separate module
    • impl: DSL revamp
  • v0.4.0 Changes

    February 24, 2015
    • impl: Core revamp
    • 👍 allow for "partials"
  • v0.3.4 Changes

    February 23, 2015
    • ⬆️ upgrade to Elixir 1.0
    • use iolist_to_binary in flush/1 to reflect how it works with sockets
    • text() macro turns arg into a string instead of just passing value
  • v0.3.3 Changes

    August 18, 2014
    • ➕ add empty p element as it is so often
  • v0.3.2 Changes

    August 18, 2014
    • 🛠 bugfix: add missing script element
    • ✅ more docs & tests
  • v0.3.1 Changes

    August 18, 2014
    • internal APIs cleanup
    • 📄 more docs