2019-01-04 19:38:29 +00:00
|
|
|
# PathKit Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
## [Unreleased]
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2022-02-03 15:47:20 +00:00
|
|
|
## [1.0.0] 2022-02-03
|
|
|
|
|
2020-08-20 14:47:34 +00:00
|
|
|
### Changed
|
2022-02-01 13:08:47 +00:00
|
|
|
- Now compile with emsdk 3.1.3
|
|
|
|
- Internal calls no longer use dynamic dispatch (skbug.com/12795)
|
2022-02-03 15:39:05 +00:00
|
|
|
- WASM Memory can grow beyond initial 32MB
|
2022-02-03 18:25:13 +00:00
|
|
|
- The debug and test builds of PathKit are no longer published to NPM.
|
2020-08-20 14:47:34 +00:00
|
|
|
|
2020-07-20 14:20:56 +00:00
|
|
|
## [0.7.0] 2019-07-20
|
|
|
|
|
2019-10-09 14:46:14 +00:00
|
|
|
### Changed
|
2020-05-21 13:59:44 +00:00
|
|
|
- Updated to emscripten 1.39.16
|
2020-07-17 15:11:28 +00:00
|
|
|
- Support wombat-dressing-room. go/npm-publish
|
2020-05-21 13:59:44 +00:00
|
|
|
|
|
|
|
### Breaking
|
|
|
|
- `PathKitInit(...)` now directly returns a Promise. As such, `PathKitInit(...).ready()`
|
|
|
|
has been removed.
|
2019-02-25 21:04:02 +00:00
|
|
|
|
|
|
|
## [0.6.0] 2019-02-25
|
|
|
|
|
2019-01-07 03:27:54 +00:00
|
|
|
### Fixed
|
|
|
|
- Potential bug in `ready()` if already loaded.
|
|
|
|
|
2019-02-25 21:04:02 +00:00
|
|
|
### Removed
|
|
|
|
- Deprecated `PathKitInit.then()` see 0.5.1 notes.
|
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
## [0.5.1] 2019-01-04
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
### 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.
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
## [0.5.0] 2018-12-17
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
Updated PathKit to use same FOSS license as Skia proper.
|
2018-11-20 17:51:16 +00:00
|
|
|
|
2019-01-04 19:38:29 +00:00
|
|
|
## [0.4.2] 2018-11-07
|
2018-11-20 17:51:16 +00:00
|
|
|
|
|
|
|
Beginning of changelog.
|