Skip to content

Commit 4bc587e

Browse files
committed
release v0.19.0
1 parent a01e27f commit 4bc587e

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
### Unreleased
66

7-
### Added
7+
### To be added
88

9-
* Support importing different file formats into webmscore
109
* Stream audio file exporting
10+
* Python API
11+
12+
## 0.19.0 - 2021-01-23
13+
14+
### Added
15+
16+
* Support loading MusicXML (`musicxml` or compressed `mxl`) and MIDI files into webmscore
17+
18+
```js
19+
await WebMscore.load(format: 'musicxml' | 'mxl' | 'midi', data, fonts, doLayout)
20+
```
1121

1222
## 0.18.0 - 2021-01-20
1323

14-
### Added
24+
### Added
1525

1626
* Support MSCZ/MSCX internal file format version 3.02
1727

@@ -36,7 +46,7 @@ So those files will no longer appear in your `dist` directory, and the workaroun
3646

3747
## 0.16.0 - 2021-01-05
3848

39-
### Added
49+
### Added
4050

4151
* Support raw PCM audio data export (for future internal use)
4252

web-public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmscore",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
55
"type": "module",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)