Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 912 Bytes

changelist.md

File metadata and controls

37 lines (28 loc) · 912 Bytes

phoenix_markdown Changelist

1.0.3

Percent-decode server tags in URI's (thank you WalkerMills)

1.0.2

Decode HTML escape sequences inside server tags. (thank you WalkerMills)

1.0.1

Earmark configuration now accepts a simple map. Better for config files.

1.0.0

Docs improvements

run code through the elixir 1.6 formatter

improve travis tests

add inch tests and badge

1.0.0-rc1

Add optional eex pre-compile step to intepret smart-tags in a markdown document

Add configuration bock to pass options into Earmark

improve tests and docs

0.1.5

update to use earmark 1.2

relax requirement on phoenix

0.1.4

use new Earmark render syntax. Thank you to: https://github.com/nikolauska

add basic docs

0.1.3

  • add changelist, since I don't fully remember the previous ones

update deps to earmark 1.1

fix minor compile warnings

0.1.0

  • First release