All Versions
16
Latest Version
1.7
Avg Release Cycle
180 days
Latest Release
2150 days ago

Changelog History
Page 1

  • v1.7 Changes

    May 09, 2018
    • ๐Ÿ›  Fixed a bug (Fontforge seems to use SVG namespace for some time, which it didn't before)
    • ๐Ÿšš unsafePerformIO removed
    • โฌ‡๏ธ drop support for GHC 7.6
    • ๐Ÿ— Build with GHC-8.4
  • v1.7.0.1 Changes

    January 29, 2019
    • โœ‚ Remove strange kerning values in LinLibertineCut.svg. (#29)
    • โœ‚ Remove non-ASCII character from LinLibertine.svg so users don't have to worry about encoding/locale settings. (#30)
  • v1.6 Changes

    October 27, 2016
    • ๐ŸŽ Performance improvement: port ReadPath to use attoparsec
    • ๐Ÿ†• New loadFont' function, to read font data from an XmlSource
    • Export Kern(..) from Graphics.SVGFonts.ReadFont
    • ๐Ÿ†• New Serialize instances for FontData and Kern
  • v1.6.0.3 Changes

    September 26, 2017
    • ๐Ÿ›  Fix link on Hackage page
  • v1.6.0.2 Changes

    August 22, 2017
    • ๐Ÿ› Bug fix: don't print blank line to stdout when there are no errors. (#23) Thanks to Tim Docker for the fix.
  • v1.6.0.1 Changes

    October 27, 2016
    • ๐Ÿ‘ Allow diagrams-core-1.4
    • ๐Ÿ‘ Allow diagrams-lib-1.4
  • v1.5.0.1 Changes

    June 06, 2016
    • ๐Ÿ‘ allow base-4.9
    • ๐Ÿ‘ allow data-default-class-0.1
    • โœ… test with GHC 8.0.1
  • v1.5.0.0 Changes

    April 19, 2015
    • Split functionality out of ReadFont, into Fonts (built-in fonts) and Text (rendering text to Diagrams).
    • textSVG' and textSVG_ now have the text as a separate argument, distinct from TextOptions.
    • ReadFont does not use unsafePerformIO any more. unsafePerformIO is now only used to load built-in fonts.
  • v1.4 Changes

    September 10, 2013
    • FontData can now be written back to SVG using makeSvgFont inside of the WriteFont module. It is possible to only write back a specfic set of glyphs.
    • ๐Ÿ‘ The SVG font-face element is now completely supported. This means all possible attributes are read and written back to it. Correct defaults are also set on non optional attributes. Some optional attributes are still required though, due to their use in font rendering.
    • The ReadPath module does not use unsafePerformIO anymore. ReadFont is now the only module with unsafe calls.
    • ๐Ÿ›  Minor bug fixes:
      • stemh and stemv are now optional attributes.
  • v1.4.0.3 Changes

    June 02, 2014
    • ๐Ÿ‘ Allow diagrams-lib-1.2.