All Versions
16
Latest Version
Avg Release Cycle
180 days
Latest Release
1857 days ago
Changelog History
Page 1
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 -
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(..)
fromGraphics.SVGFonts.ReadFont
- ๐ New
Serialize
instances forFontData
andKern
-
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
- ๐ Allow
-
v1.5.0.1 Changes
June 06, 2016- ๐ allow
base-4.9
- ๐ allow
data-default-class-0.1
- โ test with GHC 8.0.1
- ๐ allow
-
v1.5.0.0 Changes
April 19, 2015- Split functionality out of
ReadFont
, intoFonts
(built-in fonts) andText
(rendering text to Diagrams). textSVG'
andtextSVG_
now have the text as a separate argument, distinct fromTextOptions
.ReadFont
does not useunsafePerformIO
any more.unsafePerformIO
is now only used to load built-in fonts.
- Split functionality out of
-
v1.4 Changes
September 10, 2013FontData
can now be written back to SVG usingmakeSvgFont
inside of theWriteFont
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 useunsafePerformIO
anymore.ReadFont
is now the only module with unsafe calls. - ๐ Minor bug fixes:
stemh
andstemv
are now optional attributes.
-
v1.4.0.3 Changes
June 02, 2014- ๐ Allow
diagrams-lib-1.2
.
- ๐ Allow