Releases: skippi/docspec
Releases · skippi/docspec
v0.3.0
02 Jun 04:41
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes
Changed Docspec.doctest to resolve files relatively.
v0.1.1
29 May 03:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Initial release of docspec