• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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### Changed
10 - Now compile with emsdk 2.0.20
11
12## [0.7.0] 2019-07-20
13
14### Changed
15 - Updated to emscripten 1.39.16
16 - Support wombat-dressing-room. go/npm-publish
17
18### Breaking
19 - `PathKitInit(...)` now directly returns a Promise. As such, `PathKitInit(...).ready()`
20   has been removed.
21
22## [0.6.0] 2019-02-25
23
24### Fixed
25 - Potential bug in `ready()` if already loaded.
26
27### Removed
28 - Deprecated `PathKitInit.then()` see 0.5.1 notes.
29
30## [0.5.1] 2019-01-04
31
32### Changed
33 - `PathKitInit(...).then()` is no longer the recommended way to initialize things.
34It will be removed in 0.6.0. Use `PathKitInit(...).ready()`, which returns a real Promise.
35
36## [0.5.0] 2018-12-17
37
38Updated PathKit to use same FOSS license as Skia proper.
39
40## [0.4.2] 2018-11-07
41
42Beginning of changelog.
43