xref: /aosp_15_r20/external/skia/modules/pathkit/CHANGELOG.md (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# PathKit Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9### Added
10 - `res_scale` expoed in StrokeOpts object. (skbug.com/13301)
11
12## [1.0.0] 2022-02-03
13
14### Changed
15 - Now compile with emsdk 3.1.3
16 - Internal calls no longer use dynamic dispatch (skbug.com/12795)
17 - WASM Memory can grow beyond initial 32MB
18 - The debug and test builds of PathKit are no longer published to NPM.
19
20## [0.7.0] 2019-07-20
21
22### Changed
23 - Updated to emscripten 1.39.16
24 - Support wombat-dressing-room. go/npm-publish
25
26### Breaking
27 - `PathKitInit(...)` now directly returns a Promise. As such, `PathKitInit(...).ready()`
28   has been removed.
29
30## [0.6.0] 2019-02-25
31
32### Fixed
33 - Potential bug in `ready()` if already loaded.
34
35### Removed
36 - Deprecated `PathKitInit.then()` see 0.5.1 notes.
37
38## [0.5.1] 2019-01-04
39
40### Changed
41 - `PathKitInit(...).then()` is no longer the recommended way to initialize things.
42It will be removed in 0.6.0. Use `PathKitInit(...).ready()`, which returns a real Promise.
43
44## [0.5.0] 2018-12-17
45
46Updated PathKit to use same FOSS license as Skia proper.
47
48## [0.4.2] 2018-11-07
49
50Beginning of changelog.
51