Mike Morris
8ea25bbac4
0.4.4
v0.4.4
2016-01-22 10:28:29 -05:00
Mike Morris
a110a1841c
update changelog
2016-01-22 10:28:24 -05:00
Mike Morris
c4cd48966c
Merge pull request #109 from vdumont/fix_queue_async
...
Fix queue never getting emptied starting with queue-async 1.1.0 because the queue is incorrectly getting initialized with a parallelism of NaN
2016-01-22 10:26:29 -05:00
Vincent Dumont
fdc2e3a7d5
Fix queue never getting emptied starting with queue-async 1.1.0 because the queue is incorrectly getting initialized with a parallelism of NaN
2016-01-21 20:39:54 -08:00
Vincent Dumont
4e49c9bda8
Revert "Lock queue-async to 1.0.7 since it seems queue-async 1.1.0 breaks fontnik (can't build glyphs)"
...
This reverts commit 8c84d940013fa110a71a1d8a5af9721ee2257e8b.
2016-01-21 20:36:02 -08:00
Vincent Dumont
8c84d94001
Lock queue-async to 1.0.7 since it seems queue-async 1.1.0 breaks fontnik (can't build glyphs)
...
queue-async released 1.1.0 yesterday:
'1.0.7': '2014-01-15T22:27:36.389Z'
'1.1.0': '2016-01-20T21:24:43.832Z'
$ ./bin/build-glyphs /Library/Fonts/Arial.ttf ./tmp/ && ls ./tmp | wc -l
0
By locking to queue-async 1.0.7:
$ ./bin/build-glyphs /Library/Fonts/Arial.ttf ./tmp/ && ls ./tmp | wc -l
256
2016-01-21 17:46:43 -08:00
Mike Morris
486f67653e
v0.4.3
v0.4.3
2016-01-12 12:25:15 -05:00
Mike Morris
748dab29a6
Merge pull request #107 from mapbox/null-style-name-range
...
handle null ft_face->style_name in RangeAsync
2016-01-12 12:21:52 -05:00
Mike Morris
fc6f87708d
handle null ft_face->style_name in RangeAsync
2016-01-12 11:27:23 -05:00
Mike Morris
189fbe6a86
v0.4.2
v0.4.2
2016-01-11 18:15:09 -05:00
Mike Morris
d6eba37386
Merge pull request #106 from mapbox/empty-style-name
...
handle ft_face->style_name null value
2016-01-11 18:13:44 -05:00
Mike Morris
f64eb5c938
handle ft_face->style_name null value
...
ft_face->style_name is optional in the TTF spec, we should properly
handle the null value case. This adds a font with a null style_name
property, an alternate constructor for FaceMetadata, and a test case to confirm style_name is only added to the JavaScript face if the string is not empty.
2016-01-11 17:26:37 -05:00
Mike Morris
67fc90d687
simpler PACKAGE_JSON_VERSION
2015-12-01 13:49:55 -05:00
Mike Morris
fe250c93a4
fix travis_publish script on OS X
2015-11-25 16:48:49 -05:00
Mike Morris
2de8619cc9
v0.4.1
v0.4.1
2015-11-25 16:30:17 -05:00
Mike Morris
49debae0bd
Merge pull request #104 from mapbox/autopublish
...
autopublish node-pre-gyp binary
2015-11-25 16:27:45 -05:00
Mike Morris
15ad0595d9
Merge pull request #103 from mapbox/node-5
...
test and publish binaries for Node.js v5.x
2015-11-25 16:25:20 -05:00
Mike Morris
863a3d6c5d
autopublish node-pre-gyp binary
2015-11-25 15:24:21 -05:00
Mike Morris
48ef004132
test and publish binaries for Node.js v5.x
2015-11-25 15:10:27 -05:00
Mike Morris
f8b8a466b5
v0.4.0 [publish binary]
2015-10-16 17:11:28 -04:00
Mike Morris
32d67d2482
Merge pull request #101 from mapbox/nan2-fix-travis
...
Fix Travis builds, update to nan2 for Node.js v4.x support
2015-10-16 17:09:47 -04:00
Mike Morris
c829d457a0
update changelog
2015-10-16 17:08:45 -04:00
Mike Morris
00f9a51bd1
drop NODE_EXE, build against Node.js v4.x
2015-10-16 16:25:51 -04:00
Mike Morris
ed9cde2cbe
nan2
...
ignore -Wunused-local-typedef in boost
fix HandleScope and ignore -Wshadow in node.h
2015-10-16 16:25:46 -04:00
Mike Morris
d7c38c1016
fix Travis builds
...
NODE_VERSION as string, not number
source nvm, nvm use NODE_VERSION in all scripts
bump deps in package.json, drop faucet, add mkdirp
2015-10-16 16:25:20 -04:00
Mike Morris
af7891e280
v0.3.3 [publish binary]
2015-10-15 17:30:42 -04:00
Mike Morris
1d6654d641
update changelog
2015-10-15 17:30:23 -04:00
Lauren Budorick
e095815f8c
Merge pull request #98 from mapbox/binTests
...
Fix bin/build-glyphs and bin/font-inspect scripts; add bin/ tests
2015-10-08 11:08:42 -07:00
Lauren Budorick
f39f5ac2f3
Fix bin/build-glyphs and bin/font-inspect scripts; add bin/ tests
2015-10-07 15:33:29 -07:00
Mike Morris
dab3282d55
Merge pull request #96 from mapbox/undef-b0
...
drop #undef B0
2015-07-10 14:14:05 -04:00
Mike Morris
a8aad572dc
drop #undef B0
2015-07-09 16:09:42 -04:00
Mike Morris
33e0e77303
Merge pull request #94 from mapbox/tape
...
convert tests from mocha to tape
2015-07-09 15:42:19 -04:00
Mike Morris
a76a660ae8
convert tests from mocha to tape
2015-07-09 14:42:25 -04:00
Mike Morris
725492634b
Merge pull request #93 from mapbox/mason
...
Port dependencies to mason
2015-07-09 13:52:56 -04:00
Mike Morris
a11332e419
use mason to handle dependencies
2015-07-09 13:43:38 -04:00
Mike Morris
6b7b9abf96
Merge pull request #91 from mattdesl/fix-ranges
...
fixing bounds for short ranges
2015-07-06 17:22:52 -04:00
Mike Morris
ca10214f09
drop .npmignore
2015-06-22 17:45:25 -04:00
Lauren Budorick
c77d6d1fc0
Merge branch 'vicapow-patch-1'
2015-06-08 16:49:00 -07:00
Lauren Budorick
5f6f411026
Update API.md
2015-06-08 16:48:47 -07:00
Victor
1fd7b894f4
Update API.md
2015-06-06 01:00:02 -07:00
mattdesl
56136c5976
fixing bounds for short ranges
2015-05-07 15:06:37 -04:00
Lauren Budorick
b058c5d0a8
Update API.md
2015-05-06 11:10:15 -04:00
Lauren Budorick
3ad52bd5d0
v0.3.2 [publish binary]
v0.3.2
2015-04-08 18:16:58 -07:00
Lauren Budorick
f23de38553
0.3.1 [publish binary]
v0.3.1
2015-04-08 15:37:36 -07:00
Lauren Budorick
184dd2e94e
Update coveralls badge [skip ci]
2015-04-08 13:41:22 -07:00
Lauren Budorick
13ebc734e7
0.3.0 [publish binary]
2015-04-08 13:33:36 -07:00
Mike Morris
d055a99a51
Merge pull request #87 from mapbox/dev-publish
...
update binary publishing instructions
2015-04-08 16:30:26 -04:00
Mike Morris
cd5a803ce3
describe node-pre-gyp and npm publishing
2015-04-08 16:29:23 -04:00
Mike Morris
35687ce79e
update binary publishing instructions
2015-04-08 16:04:01 -04:00
Lauren Budorick
ec23b3445e
Merge pull request #80 from mapbox/overhaul
...
Overhaul
2015-04-08 11:45:20 -07:00