@ot-builder/font
Advanced tools
+15
-1
@@ -5,3 +5,17 @@ { | ||
| { | ||
| "date": "Sun, 02 Feb 2020 00:08:25 GMT", | ||
| "date": "Sun, 09 Feb 2020 00:13:03 GMT", | ||
| "tag": "@ot-builder/font_v0.4.0", | ||
| "version": "0.4.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "comment": "Create initial implementation of the CLI", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "47d5d1484da1b29f9878270d9d75487102393d62" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 02 Feb 2020 00:09:43 GMT", | ||
| "tag": "@ot-builder/font_v0.3.1", | ||
@@ -8,0 +22,0 @@ "version": "0.3.1", |
+8
-2
| # Change Log - @ot-builder/font | ||
| This log was last generated on Sun, 02 Feb 2020 00:08:25 GMT and should not be manually modified. | ||
| This log was last generated on Sun, 09 Feb 2020 00:13:03 GMT and should not be manually modified. | ||
| ## 0.4.0 | ||
| Sun, 09 Feb 2020 00:13:03 GMT | ||
| ### Minor changes | ||
| - Create initial implementation of the CLI (belleve@typeof.net) | ||
| ## 0.3.1 | ||
| Sun, 02 Feb 2020 00:08:25 GMT | ||
| Sun, 02 Feb 2020 00:09:43 GMT | ||
@@ -8,0 +14,0 @@ ### Patches |
+2
-0
@@ -29,2 +29,4 @@ import { ImpLib } from "@ot-builder/common-impl"; | ||
| export declare type GlyphStore = Data.OrderStore<OtGlyph>; | ||
| export declare type GlyphStoreFactory<GS extends GlyphStore> = Data.OrderStoreFactory<OtGlyph, GS>; | ||
| export declare type GlyphStoreFactoryWithDefault<GS extends GlyphStore> = Data.OrderStoreFactoryWithDefault<OtGlyph, GS>; | ||
| export declare type GlyphOrder = Data.Order<OtGlyph>; | ||
@@ -31,0 +33,0 @@ export { Cmap, OtEncoding as Encoding } from "@ot-builder/ft-encoding"; |
+2
-2
@@ -8,3 +8,3 @@ { | ||
| }, | ||
| "version": "0.3.1", | ||
| "version": "0.4.0", | ||
| "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.1", | ||
| "@ot-builder/ft-layout": "0.4.0", | ||
| "@ot-builder/ft-metadata": "0.3.0", | ||
@@ -26,0 +26,0 @@ "@ot-builder/ft-name": "0.3.0", |
7946
10.09%156
11.43%+ Added
- Removed
Updated