packages feed

dhall-docs-1.0.3: CHANGELOG.md

1.0.3

* Build against `dhall-1.37.0`

1.0.2

* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)

1.0.1

* Improved jump to definition support
    * [Jump to definition on `let` bindings](https://github.com/dhall-lang/dhall-haskell/pull/1966)
    * [Jump to definition on `λ` bindings](https://github.com/dhall-lang/dhall-haskell/pull/1982)
    * [Jump to definition on record fields](https://github.com/dhall-lang/dhall-haskell/pull/1991)
* [BUG FIX: Support for long path names](https://github.com/dhall-lang/dhall-haskell/pull/1976)
* [BUG FIX: Support for large directory trees](https://github.com/dhall-lang/dhall-haskell/pull/2006)
* [Add `dhall-docs` `man` page](https://github.com/dhall-lang/dhall-haskell/pull/2010)

1.0.0

* [Generate documentation from header comment](https://github.com/dhall-lang/dhall-haskell/pull/1929)
    * `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](https://github.com/dhall-lang/dhall-haskell/pull/1959)
    * The documentation will now generate links for relative and remote imports found within the
      rendered source code
* [Add support for non-`let` type annotations](https://github.com/dhall-lang/dhall-haskell/pull/1928)
    * `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