skia2/modules/pathkit/CHANGELOG.md
Kevin Lubick faa73875d2 [*kit] fulfil promise immediately
I think this would only commonly happen for cases which files aren't
being loaded (debug asmjs), but could happen if multiple ready() calls
are made (which is discouraged).

Bug: skia:
Change-Id: If848aad8603f997661502563136ac590cc9a6d5a
Reviewed-on: https://skia-review.googlesource.com/c/181409
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-01-07 03:29:04 +00:00

676 B

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]

Fixed

  • Potential bug in ready() if already loaded.

[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. Use PathKitInit(...).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.