mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-14 15:57:08 +00:00
noting changes
This commit is contained in:
parent
ac6af1cf56
commit
410eb5727d
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
|||
* switching to eslint from jshint
|
||||
* Running CI tests on Firefox as well as Chrome
|
||||
|
||||
**BREAKING CHANGES:**
|
||||
|
||||
* Tone.TimeBase and all classes that extend it not longer support string expressions.
|
||||
RATIONALE :
|
||||
* Since all classes implement `valueOf`, expressions can be composed in JS instead of as strings
|
||||
* e.g. `Time('4n') * 2 + Time(3t)` instead of `Time('4n * 2 + 3t')`
|
||||
* this change greatly simplifies the code and is more performant
|
||||
|
||||
### r11
|
||||
|
||||
* [Code coverage](https://coveralls.io/github/Tonejs/Tone.js) analysis
|
||||
|
|
Loading…
Reference in a new issue