Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Releases: lunjon/gokdl

v0.5.1

04 Feb 10:44
Compare
Choose a tag to compare

Fixes

  • Parsing of "# literals.

v0.5.0

20 Dec 18:51
42236ec
Compare
Choose a tag to compare

What's Changed

  • feat: add type annotations to node type by @lunjon in #20

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Dec 20:28
Compare
Choose a tag to compare

What's Changed

  • feat: support additional newline characters by @focusaurus in #18
  • feat: accept io.Reader in gokdl.Parse

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Oct 17:59
8932c1a
Compare
Choose a tag to compare

What's Changed

  • feat(spec): add support for raw strings by @lunjon in #16
  • test: use testify in all tests by @lunjon in #17

v0.2.1

02 Oct 18:02
Compare
Choose a tag to compare

Includes small fix for parsing multiline strings.

v0.2.0

01 Oct 18:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 Sep 17:40
461478f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Sep 20:07
a884476
Compare
Choose a tag to compare

Initial release for GoKDL!

This includes support for most of the specification except for type annotations and raw string literals.