All Versions
11
Latest Version
0.4
Avg Release Cycle
149 days
Latest Release
-

Changelog History
Page 1

  • v0.4 Changes

    • ๐Ÿ›  Fix alignment of children of multiline lists
  • v0.3 Changes

    May 23, 2019
    • ๐Ÿ›  Fix lists not being prettified at the top level (#6)
    • ๐Ÿ›  Fix lists in nested data structures not being aligned (#6)
  • v0.3.0.1 Changes

    July 08, 2019
    • ๐Ÿ›  Fix dependencies of Doctest suite
  • v0.2.3 Changes

    February 22, 2019
    • ๐Ÿ›  Fix escaping of backslashes (#5)
    • ๐Ÿ›  Fix a bug with ambiguous types on newer cabal new-repl runs (#4)
  • v0.2.2 Changes

    June 14, 2018

    โž• Add functions to prettify to Doc instead of just supporting String,

    prettifyToDoc :: String -\> Doc annprettyShowDoc :: Show a =\> a -\> Doc ann
    
  • v0.2 Changes

    June 01, 2017

    ๐Ÿ–จ Prettyprint based on the prettyprinter library, instead of ansi-wl-pprint. ๐Ÿ‘ To support the Diagnostic module, the Trifecta-generated Doc has to be ๐Ÿ–จ rendered still, so we cannot drop the dependency on ansi-wl-pprint just yet.

  • v0.2.0.2

    February 27, 2018
  • v0.2.0.1 Changes

    February 20, 2018
    • ๐Ÿš€ Released the same commit on Hackage and Github this time (0.2 was newer on Hackage than on Github, woops)
    • โšก๏ธ Updated readme
  • v0.1.2 Changes

    November 14, 2016
    • ๐Ÿ“ฆ Split package into logical modules
    • ๐Ÿ“š Expose parsers for documentation in Internal module
    • ๐Ÿ‘Œ Improve examples
    • โž• Add doctests for many values
  • v0.1.2.1

    June 01, 2017