1.0.11
- Build against
dhall-1.42
- Build against
turtle-1.6
- Build against
transformers-0.6
andmtl-2.3
1.0.10
1.0.9
- Build against
dhall-1.41
- Relax upper bound on
path-io
- Build against
optparse-applicative-0.17
- Build against
text-2.0
1.0.8
- Support GHC 9.2
- Build against
tasty-silver-3.3
- Build against
megaparsec-9.2
- Build against
lucid-2.11
- Build against
doctest-0.19
1.0.7
- Add
--base-import-url
flag- This flag adds a URL prefix to all paths copied to the clipboard for ease of pasting the import in Dhall code
1.0.6
- Build against
dhall-1.39.0
1.0.5
- BUG FIX: Fix index generation
- Indices are now created for intermediate directories without
.dhall
files dhall-docs
no longer hangs when the top-level directory has no.dhall
files
- Indices are now created for intermediate directories without
- Fix lower bound on
dhall
- Allow doctest-0.18
- Allow bytestring-0.11
- Add
README
to tarball - Remove test dependency on HaXml
1.0.4
- Build against
dhall-1.38.0
,tasty-1.4
,tasty-silver-3.2
, andcryptonite-0.28
1.0.3
- Build against
dhall-1.37.0
1.0.2
1.0.1
- Improved jump to definition support
- BUG FIX: Support for long path names
- BUG FIX: Support for large directory trees
- Add
dhall-docs
man
page
1.0.0
- Generate documentation from header comment
dhall-docs
will now render a module header from a comment at the beginning of a Dhall file- The comment syntax is essentially markdown with the same whitespace and indentation rules as multi-line strings in Dhall
- Both block comments and multiple single-line comments are supported
- Jump to imports
- The documentation will now generate links for relative and remote imports found within the rendered source code
- Add support for non-
let
type annotationsdhall-docs
can now also extract the type of a module from a type annotation on a bare expression (i.e. an expression that is not alet
expression)
0.0.1
- Initial beta release