bump to v0.6.0

This commit is contained in:
Dane Springmeyer 2020-05-22 16:23:56 -07:00
parent 8515f08be0
commit 0816bf72b5
3 changed files with 26 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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",