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## [1.0.0] 2022-02-03 10 11### Changed 12 - Now compile with emsdk 3.1.3 13 - Internal calls no longer use dynamic dispatch (skbug.com/12795) 14 - WASM Memory can grow beyond initial 32MB 15 - The debug and test builds of PathKit are no longer published to NPM. 16 17## [0.7.0] 2019-07-20 18 19### Changed 20 - Updated to emscripten 1.39.16 21 - Support wombat-dressing-room. go/npm-publish 22 23### Breaking 24 - `PathKitInit(...)` now directly returns a Promise. As such, `PathKitInit(...).ready()` 25 has been removed. 26 27## [0.6.0] 2019-02-25 28 29### Fixed 30 - Potential bug in `ready()` if already loaded. 31 32### Removed 33 - Deprecated `PathKitInit.then()` see 0.5.1 notes. 34 35## [0.5.1] 2019-01-04 36 37### Changed 38 - `PathKitInit(...).then()` is no longer the recommended way to initialize things. 39It will be removed in 0.6.0. Use `PathKitInit(...).ready()`, which returns a real Promise. 40 41## [0.5.0] 2018-12-17 42 43Updated PathKit to use same FOSS license as Skia proper. 44 45## [0.4.2] 2018-11-07 46 47Beginning of changelog. 48