skia2/modules/pathkit/CHANGELOG.md
Kevin Lubick 2722083cbe [pathkit][canvaskit] roll versions
This removes the buggy .then() constructor, primarily.

Docs-Preview: https://skia.org/?cl=195126
Bug: skia:
Change-Id: Ie20512267ce3f822eb0d68e71fc07f3d3245c1e9
Reviewed-on: https://skia-review.googlesource.com/c/195126
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
2019-02-25 21:53:53 +00:00

766 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]

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