Comparing version 0.21.0-beta.1 to 0.21.0
@@ -12,2 +12,18 @@ # Changelog | ||
## 0.21.0 - 2020-03-02 | ||
### BREAKING CHANGE | ||
* [`SynthRes.chunk`](https://github.com/LibreScore/webmscore/blob/web/web-public/schemas.ts#L239) becomes **non-interleaved** float32 PCM data | ||
``` | ||
SynthRes.chunk = Float32Array[ channelA 512 frames, channelB 512 frames ] | ||
``` | ||
## 0.20.4 - 2020-03-01 | ||
### Fixed | ||
* Webpack import | ||
## 0.20.2 - 2021-02-08 | ||
@@ -14,0 +30,0 @@ |
{ | ||
"name": "webmscore", | ||
"version": "0.21.0-beta.1", | ||
"version": "0.21.0", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
@@ -58,4 +58,4 @@ "type": "module", | ||
"prepack": "cp ../README.md . && cp ../CHANGELOG.md .", | ||
"install:webpack": "node -e \"fs.linkSync('webmscore.lib.wasm', 'webmscore.lib.wasm-')\" || true # workaround for Webpack 4" | ||
"install:webpack": "node -e \"fs.linkSync('webmscore.lib.wasm', 'webmscore.lib.wasm-');fs.linkSync('webmscore.lib.mem.wasm', 'webmscore.lib.mem-')\" || true # workaround for Webpack 4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
24225125
0