All Versions
26
Latest Version
Avg Release Cycle
65 days
Latest Release
1793 days ago

Changelog History
Page 1

  • v1.4.2 Changes

    May 02, 2019
    - Add `renderPdfBS` function to output PDF in-memory.
    - Add `renderPdfBSWithDPI` to allow additionally specifying the DPI.
    - Bug fix: include fonts in `extra-source-files` rather than
      `data-files`.
    
  • v1.4.2-r1

    February 10, 2020
  • v1.4.1 Changes

    May 10, 2018
    - Bug fix: stroke entire paths at once ([#42](https://github.com/diagrams/diagrams-rasterific/issues/42))
    - New `Semigroup (Render Rasterific V2 n)` instance
    - Allow:
        - `base-4.11` (GHC 8.4)
        - `lens-4.16`
    
  • v1.4.1.1 Changes

    October 13, 2018
    • Require Rasterific-0.7.4 to

      • fix PDF rendering of zero-width paths (#43)
      • fix disappearing small elements (#51)
    • ๐Ÿ‘ Allow:

      • base-4.12 (GHC 8.6)
      • lens-4.17
      • containers-0.6
      • JuicyPixels-3.3
  • v1.4 Changes

    January 10, 2018
    • ๐Ÿ†• New features

      • Can now output PDFs.
      • Font files are now embedded with file-embed.
      • Various functions for better GIF support.
      • Support for group opacity.
    • ๐Ÿ†• New instances

      • ToResult instance for animated GIFs.
  • v1.4-r1

    January 10, 2018
  • v1.3.1 Changes

    April 25, 2015
    • group opacity
  • v1.3.1.9 Changes

    August 20, 2016
    • ๐Ÿ“œ Require optparse-applicative-0.13
    • ๐Ÿ›  Fix compilation error when building with optparse-applicative-0.13
  • v1.3.1.8 Changes

    August 20, 2016
    • ๐Ÿ‘ Allow optparse-applicative-0.13
  • v1.3.1.7 Changes

    June 06, 2016
    • ๐Ÿ‘ Allow:

      • base-4.9
      • lens-4.14
      • data-default-class-0.1
    • โœ… Test with GHC 8.0.1

    Full Changelog