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