Converted ufoNormalizer to package instead of a module
0.5.0
This release drops Python 2.x and 3.5.
- Fixes plistlib issues with Python 3.9
Thanks to josh-hadley for all the work on the above.
0.4.2
Fix whitespace handling in glyph notes (71), thanks colinmford!
0.4.1
Revert "Normalize horizontal and vertical guidelines" (66).
0.4.0
* Some documentation updates from Stephen Nixon. * Horizontal and vertical guidelines: - Be more permissive: if the angle isn't defined, it is implied to be zero (50). - Remove angle and x for horizontal and y for vertical guidelines (66).
0.3.6
Do not escape strings and keys when loading GLIF plist. The un-escaping is done automatically by the etree XML reading library, and our XMLWriter already runs xmlEscapeText upon writing (51).