All Versions
10
Latest Version
Avg Release Cycle
312 days
Latest Release
1542 days ago

Changelog History

  • v1.2.0.1 Changes

    January 28, 2020
    • Dependency bumps.
  • v1.2.0.0 Changes

    May 07, 2018
    • โœ‚ Remove IsString (m Doc) instance (#16).

    • Export the beside function from both modules.

      • For non-Monadic pretty-printing this is identical to the Semigroup/Monoid <> combinator.
      • For Monadic pretty-printing this is the lifted version of <>.
    • No longer export <>. Use beside instead, or the Semigroup/Monoid instance (for non-Monadic).

  • v1.1.1.1 Changes

    April 13, 2018
    • ๐Ÿ‘Œ Support for GHC-8.4.1.
  • v1.1.1.0 Changes

    January 26, 2017
    • ๐Ÿ‘Œ Support strict Text values (thanks to Elliot Cameron).

    • Loosened constraints from Monad to Functor where applicable (thanks to Elliot Cameron).

    • ๐Ÿ‘‰ Uses base-compat to make it easier to support multiple GHC versions.

    • โž• Add isEmpty :: Doc -> Bool.

    • ๐Ÿ‘Œ Support Semigroup in base >= 4.9.0.0.

  • v1.1.0.4 Changes

    April 06, 2015
    • ๐Ÿ‘Œ Support GHC-7.10.
  • v1.1.0.3 Changes

    December 24, 2014
    • ๐Ÿ‘Œ Support text-1.2.*.
  • v1.1.0.2 Changes

    January 16, 2014
    • ๐Ÿ‘Œ Support text-1.1.0.0.
  • v1.1.0.1 Changes

    December 23, 2013

    This probably should have been 1.1.1.0.

    • ๐Ÿ“š Documentation fixes.

    • โž• Add displayB, spacebreak and <++>.

    • Smarter treatment of spaces, newlines, etc. (including how line behaves in renderOneLine).

  • v1.1.0.0 Changes

    August 22, 2012
    • Doc is now an instance of Monoid.

    • โž• Add renderOneLine function.

    • โž• Add IsString instances.

    • ๐Ÿ‘‰ Make SimpleDoc an instance of Show for convenience.

    • ๐Ÿ“š Make the Show instance for Doc match the documentation.

  • v1.0.0.0 Changes

    May 22, 2012
    • ๐ŸŽ‰ Initial version,