d66553ba8c
The API has been stable for long enough to start using major versions. Change-Id: I70bb75c6f4b51d2d76b933898608ee2efc155f3b Bug: skia:8216 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/503738 Reviewed-by: Joe Gregorio <jcgregorio@google.com>
1.2 KiB
1.2 KiB
PathKit Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.0] 2022-02-03
Changed
- Now compile with emsdk 3.1.3
- Internal calls no longer use dynamic dispatch (skbug.com/12795)
- WASM Memory can grow beyond initial 32MB
- The debug and test builds of PathKit are no longer published to NPM.
[0.7.0] 2019-07-20
Changed
- Updated to emscripten 1.39.16
- Support wombat-dressing-room. go/npm-publish
Breaking
PathKitInit(...)
now directly returns a Promise. As such,PathKitInit(...).ready()
has been removed.
[0.6.0] 2019-02-25
Fixed
- Potential bug in
ready()
if already loaded.
Removed
- Deprecated
PathKitInit.then()
see 0.5.1 notes.
[0.5.1] 2019-01-04
Changed
PathKitInit(...).then()
is no longer the recommended way to initialize things. It will be removed in 0.6.0. UsePathKitInit(...).ready()
, which returns a real Promise.
[0.5.0] 2018-12-17
Updated PathKit to use same FOSS license as Skia proper.
[0.4.2] 2018-11-07
Beginning of changelog.