Changelog of @hackage/dhall-docs 1.0.11

1.0.11

1.0.10

1.0.9

1.0.8

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

1.0.4

  • Build against dhall-1.38.0, tasty-1.4, tasty-silver-3.2, and cryptonite-0.28

1.0.3

  • Build against dhall-1.37.0

1.0.2

1.0.1

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 annotations
    • dhall-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 a let expression)

0.0.1

  • Initial beta release