Skip to content

Releases: skippi/docspec

v0.3.0

02 Jun 04:41
Compare
Choose a tag to compare

Changes

  • Added doctest annotation, which allows doctesting code examples without >> prefix.

Fixes

  • Fixed code block parsing not terminating after closing a comment block.
  • Fixed expressions with reserved keywords being parsed inappropriately.

Misc

  • Added travis config to push to gh-pages
  • Added official docs to README.
  • Fixed examples and typos on README.
  • Clarified examples and descriptions on README.
  • Refactored some code.

v0.2.0

29 May 23:22
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • Changed Docspec.doctest to resolve files relatively.

v0.1.1

29 May 03:40
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bug Fixes

  • Fixed spec testing wrong source file.
  • Fixed empty examples being evaluated as nil.

Misc

  • Added travis CI badge to README.
  • Fixed README showing an incorrect require statement.
  • Fixed GitHub URL lint error in README.

v0.1.0

29 May 02:52
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of docspec