Skip to content

Commit 74f1e2e

Browse files
committed
v4.0.0
1 parent 01b5c9c commit 74f1e2e

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# waveform-data.js
22

3+
## v4.0.0 (2021/04/24)
4+
5+
* Added disable_worker option to WaveformData.createFromAudio()
6+
(@Christilut, @chrisn)
7+
* Added WaveformData.toJSON() method (@chrisn)
8+
* Updated TypeScript declarations (@Kangaroux, @chrisn)
9+
* Added d3.js example, see demo/d3.html (@chrisn)
10+
* Reworded error messages (@chrisn)
11+
* The WaveformData.resample() method no longer accepts a single number
12+
(@chrisn)
13+
314
## v3.3.4 (2020/09/07)
415

516
* Improve browser compatibility (@Dantist)

package-lock.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveform-data",
3-
"version": "3.3.4",
3+
"version": "4.0.0",
44
"description": "Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript",
55
"main": "waveform-data.js",
66
"types": "waveform-data.d.ts",

0 commit comments

Comments
 (0)