Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Apr 27, 2021
1 parent 01b5c9c commit 74f1e2e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# waveform-data.js

## v4.0.0 (2021/04/24)

* Added disable_worker option to WaveformData.createFromAudio()
(@Christilut, @chrisn)
* Added WaveformData.toJSON() method (@chrisn)
* Updated TypeScript declarations (@Kangaroux, @chrisn)
* Added d3.js example, see demo/d3.html (@chrisn)
* Reworded error messages (@chrisn)
* The WaveformData.resample() method no longer accepts a single number
(@chrisn)

## v3.3.4 (2020/09/07)

* Improve browser compatibility (@Dantist)
Expand Down
8 changes: 1 addition & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waveform-data",
"version": "3.3.4",
"version": "4.0.0",
"description": "Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript",
"main": "waveform-data.js",
"types": "waveform-data.d.ts",
Expand Down

0 comments on commit 74f1e2e

Please sign in to comment.