Skip to content

Latest commit

 

History

History
130 lines (75 loc) · 6.1 KB

CHANGELOG.md

File metadata and controls

130 lines (75 loc) · 6.1 KB

Changelog

Full Changelog

Merged pull requests:

2.0.0 (2018-03-04)

Full Changelog

Merged pull requests:

  • Migrated to Elixir 1.5 and Timex 3.1 #37 (f34nk)

1.0.2 (2017-06-14)

Full Changelog

Fixed bugs:

  • The input ":" is decoded as an Elixir atom instead of generating an error #22

Merged pull requests:

  • [Fixes #22] Throw exception when trying to parse a single colon #36 (jfacorro)

1.0.1 (2017-06-14)

Full Changelog

Closed issues:

  • Could not parse file #32

Merged pull requests:

  • [#32] Specify utf8 encoding for all binaries built in lexer #35 (jfacorro)
  • [Fixes #32] Specify utf8 enconding when buliding single char binaries in lexer #33 (jfacorro)

1.0.0 (2016-09-16)

Full Changelog

Implemented enhancements:

  • Doesn't compile for Elixir 1.3.2 #30

Merged pull requests:

0.1.3 (2015-06-13)

Full Changelog

Implemented enhancements:

  • Version bump 0.1.2 #18

Closed issues:

  • Fix example in README.md and correct the Erlang OTP #25
  • Upload generated docs to gh-pages branch #23
  • Rename project ExEdn to Eden #21
  • Publish in Hex #17

Merged pull requests:

0.1.2 (2015-06-13)

Full Changelog

Closed issues:

  • More information for the Protocol.UndefinedError raised by ExEdn.Encode #14
  • Docs and specs for almost everything #10

Merged pull requests:

0.1.1 (2015-06-10)

Full Changelog

Closed issues:

  • Add an Encode protocol implementation for Any #12

Merged pull requests:

  • [Closes #12] Encode protocol implementation for Any, but actually only for s… #13 (jfacorro)

0.1.0 (2015-06-10)

Full Changelog

Closed issues:

  • Elixir -> edn #8
  • edn (parse tree) -> Elixir #5
  • Add line and column information to lexer #4
  • Parser #2
  • Lexer #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator