Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 13, 2020
1 parent ff80fdf commit f54137e
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 48 deletions.
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.0 (April 13, 2020)
=====================
* Forward os2 Table attributs during font construction (#422)
* Add default export

1.2.1 (April 13, 2020)
=====================
* Fix Path.toPathData and Path.toSVG - X Axis is flipped (#369)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentype.js",
"version": "1.2.1",
"main": "dist/opentype.js",
"version": "1.3.0",
"keywords": [
"graphics",
"fonts",
Expand Down
56 changes: 29 additions & 27 deletions dist/opentype.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/opentype.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opentype.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opentype.min.js.map

Large diffs are not rendered by default.

41 changes: 26 additions & 15 deletions dist/opentype.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/opentype.module.js.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "opentype.js",
"description": "OpenType font parser",
"version": "1.2.1",
"version": "1.3.0",
"author": {
"name": "Frederik De Bleser",
"email": "frederik@debleser.be"
},
"keywords": [
"graphics",
"fonts",
"font",
"opentype",
"otf",
"ttf",
Expand All @@ -33,6 +34,17 @@
"minify": "uglifyjs --source-map \"url='opentype.min.js.map'\" --compress --mangle --output ./dist/opentype.min.js -- ./dist/opentype.js",
"dist": "npm run test && npm run build && npm run minify"
},
"files": [
"LICENSE",
"RELEASES.md",
"README.md",
"bin",
"dist",
"src"
],
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.9.5",
"buble": "^0.20.0",
Expand Down

0 comments on commit f54137e

Please sign in to comment.