@ot-builder/font
Advanced tools
+15
-1
@@ -5,3 +5,17 @@ { | ||
| { | ||
| "date": "Fri, 17 Jan 2020 05:04:11 GMT", | ||
| "date": "Sun, 02 Feb 2020 00:08:25 GMT", | ||
| "tag": "@ot-builder/font_v0.3.1", | ||
| "version": "0.3.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Optimize rectification", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "71c3cf5cbaf687e5f84d00b42a78daba95c7696d" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Fri, 17 Jan 2020 05:07:07 GMT", | ||
| "tag": "@ot-builder/font_v0.3.0", | ||
@@ -8,0 +22,0 @@ "version": "0.3.0", |
+8
-2
| # Change Log - @ot-builder/font | ||
| This log was last generated on Fri, 17 Jan 2020 05:04:11 GMT and should not be manually modified. | ||
| This log was last generated on Sun, 02 Feb 2020 00:08:25 GMT and should not be manually modified. | ||
| ## 0.3.1 | ||
| Sun, 02 Feb 2020 00:08:25 GMT | ||
| ### Patches | ||
| - Optimize rectification (belleve@typeof.net) | ||
| ## 0.3.0 | ||
| Fri, 17 Jan 2020 05:04:11 GMT | ||
| Fri, 17 Jan 2020 05:07:07 GMT | ||
@@ -8,0 +14,0 @@ ### Minor changes |
+1
-1
@@ -32,5 +32,5 @@ import { ImpLib } from "@ot-builder/common-impl"; | ||
| export { Name, Stat, Meta } from "@ot-builder/ft-name"; | ||
| export { DicingStore, Gdef, Gsub, Gpos, GsubGpos, Base } from "@ot-builder/ft-layout"; | ||
| export { DicingStore, DicingStoreRep, Gdef, Gsub, Gpos, GsubGpos, Base } from "@ot-builder/ft-layout"; | ||
| export { StandardOtGlyphNamer } from "@ot-builder/standard-glyph-namer"; | ||
| export { Sfnt } from "@ot-builder/ft-sfnt"; | ||
| //# sourceMappingURL=index.d.ts.map |
+1
-0
@@ -43,2 +43,3 @@ "use strict"; | ||
| var ft_layout_1 = require("@ot-builder/ft-layout"); | ||
| exports.DicingStore = ft_layout_1.DicingStore; | ||
| exports.Gdef = ft_layout_1.Gdef; | ||
@@ -45,0 +46,0 @@ exports.Gsub = ft_layout_1.Gsub; |
+2
-2
@@ -8,3 +8,3 @@ { | ||
| }, | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "main": "./lib/index.js", | ||
@@ -23,3 +23,3 @@ "types": "./lib/index.d.ts", | ||
| "@ot-builder/ft-glyphs": "0.3.0", | ||
| "@ot-builder/ft-layout": "0.3.0", | ||
| "@ot-builder/ft-layout": "0.3.1", | ||
| "@ot-builder/ft-metadata": "0.3.0", | ||
@@ -26,0 +26,0 @@ "@ot-builder/ft-name": "0.3.0", |
7218
7.88%140
12%+ Added
- Removed
Updated