skia2/modules/pathkit/CHANGELOG.md
Kevin Lubick 2c08814f36 [pathkit] update to build with emsdk 2.0.6
Change-Id: I8df13d592abcd7e2b396250293b57037d2b4b774
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/324117
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-10-08 17:26:32 +00:00

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

Changed

  • Now compile with emsdk 2.0.6

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