mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-25 16:02:44 +00:00
bump to v0.6.0
This commit is contained in:
parent
8515f08be0
commit
0816bf72b5
21
.travis.yml
21
.travis.yml
@ -55,29 +55,42 @@ matrix:
|
||||
- os: linux
|
||||
env: BUILDTYPE=debug
|
||||
node_js: 10
|
||||
# linux publishable node v10
|
||||
# linux publishable node v12
|
||||
- os: linux
|
||||
env: BUILDTYPE=release
|
||||
node_js: 12
|
||||
# linux publishable node v10/debug
|
||||
- os: linux
|
||||
env: BUILDTYPE=debug
|
||||
node_js: 14
|
||||
# linux publishable node v14
|
||||
- os: linux
|
||||
env: BUILDTYPE=release
|
||||
node_js: 14
|
||||
# linux publishable node v10/debug
|
||||
- os: linux
|
||||
env: BUILDTYPE=debug
|
||||
node_js: 12
|
||||
# osx publishable node v8
|
||||
- os: osx
|
||||
osx_image: xcode8.2
|
||||
osx_image: xcode11
|
||||
env: BUILDTYPE=release
|
||||
node_js: 8
|
||||
# osx publishable node v10
|
||||
- os: osx
|
||||
osx_image: xcode8.2
|
||||
osx_image: xcode11
|
||||
env: BUILDTYPE=release
|
||||
node_js: 10
|
||||
# osx publishable node v12
|
||||
- os: osx
|
||||
osx_image: xcode8.2
|
||||
osx_image: xcode11
|
||||
env: BUILDTYPE=release
|
||||
node_js: 12
|
||||
# osx publishable node v12
|
||||
- os: osx
|
||||
osx_image: xcode11
|
||||
env: BUILDTYPE=release
|
||||
node_js: 14
|
||||
# Sanitizer build node v10/Debug
|
||||
- os: linux
|
||||
env: BUILDTYPE=debug TOOLSET=asan
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
# 0.6.0
|
||||
|
||||
- Adds node v12 and v14 support
|
||||
- Adds `fontnik.composite`
|
||||
- Drops `libprotobuf` dependency, uses `protozero` instead
|
||||
- Requires c++14 compatible compiler
|
||||
- Binaries are published using clang++ 10.0.0
|
||||
|
||||
# 0.5.2
|
||||
|
||||
- Adds .npmignore to keep downstream node_modules small.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fontnik",
|
||||
"version": "0.5.3",
|
||||
"version": "0.6.0",
|
||||
"description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
|
||||
"keywords": [
|
||||
"font",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user