Yotam Mann
de086f54c6
Removing double-encoding of urls ( #1254 )
...
* Removing double-encoding of urls, testing baseUrl
* testing file with space
* updating version
2024-06-11 16:09:27 -04:00
Yotam Mann
aaf880c925
Using web-test-runner for tests, updating import paths ( #1242 )
...
* WIP moving tests to web-test-runner
* updating thresholds
* Adding file extensions
* Testing integrations
* linting
* fixing dep
* moving back to root dir
* prettier all of the files
* updating eslint rules to use with prettier
* remove import package
* moving tsignore around
* removing unneeded ignores
* all tests run on puppeteer, no need for testing guards
* linting
* import type syntax
* cleaning up
* Update package.json
2024-05-03 14:31:14 -04:00
Yotam Mann
a256ae2e6c
Working on getting github actions to run ( #1231 )
...
* working on getting actions to run
* running all tests
* run on CHROME only
* Update test.yml
* ignoring node_modules
* updating typedocs
* trying to ignore compiler errors
* Update tsconfig.json
* running doc tests in parallel
* speeding up docs example tests
* Update test.yml
* testing README
* 2 spaces instead of 4
* codecov
* remove travis ci
* adding token
* updating codecov
2024-04-25 14:06:55 -04:00
dependabot[bot]
bd0d1e9842
Bump marked and typedoc ( #1161 )
...
Bumps [marked](https://github.com/markedjs/marked ) to 4.2.12 and updates ancestor dependency [typedoc](https://github.com/TypeStrong/TypeDoc ). These dependencies need to be updated together.
Updates `marked` from 1.0.0 to 4.2.12
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v1.0.0...v4.2.12 )
Updates `typedoc` from 0.17.8 to 0.23.24
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/0.17.8...v0.23.24 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: indirect
- dependency-name: typedoc
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 15:19:15 -05:00
Jordan Danford
de4dd28ff3
Update standardized-audio-context, fix little lint errors
2023-01-26 11:31:38 -07:00
Yotam Mann
cbdb596c26
bumping standardized-audio-context version
2022-09-05 10:56:48 -04:00
Yotam Mann
b91b34d792
reverting update to typedoc
2022-02-08 10:00:09 -05:00
Yotam Mann
f34a963f1b
updating deps
2022-02-07 13:15:33 -05:00
Yotam Mann
0aa8639668
updating devDeps
...
typescript can't be updated bc of this issue it seems like: https://github.com/monounity/karma-typescript/issues/499
2021-12-08 22:20:31 -05:00
Yotam Mann
1555102f92
updating deps
2021-12-08 22:18:09 -05:00
Yotam Mann
10c27a99e1
linting
2021-10-13 18:38:30 -04:00
Yotam Mann
8d75c16f20
Merge pull request #914 from benmccann/patch-2
...
Fix browser entry point
2021-10-13 16:27:51 -04:00
Yotam Mann
3f835efce6
removing node test for now
2021-10-13 14:26:02 -04:00
Yotam Mann
cf9edc5992
moving to .cjs scripts
2021-10-13 13:56:57 -04:00
Yotam Mann
a0e7f99bcc
updating webpack cli api
2021-10-13 13:44:08 -04:00
Yotam Mann
dbbb0d1fff
updating deps
2021-10-13 13:24:51 -04:00
Yotam Mann
dbd77be2ef
moving to karma cjs
2021-10-13 13:07:18 -04:00
Yotam Mann
0ccdab762f
upgrading to node version 14
2021-10-13 13:06:00 -04:00
Ben McCann
ef4741e744
Keep unpkg pointing at the same place
2021-07-23 11:36:58 -07:00
Ben McCann
8cc6e8a12a
Add back main
as ESM build
2021-07-14 09:16:09 -07:00
Ben McCann
e95328241d
Fix browser entry point
2021-07-13 09:29:32 -07:00
Ben McCann
69055baa99
Add "type": "module"
to package.json
2021-06-30 11:49:16 -07:00
Yotam Mann
33e14d06eb
feat: sub-tick scheduling
...
values are no longer rounded to the nearest tick, they can happen between tick values.
2021-01-12 22:54:45 -05:00
Yotam Mann
e29ba5824c
updating to latest standardized-audio-context
...
addresses #813
2021-01-10 22:02:21 -05:00
Yotam Mann
5d3485b5cf
updating to latest std-audio-context
...
fixes #746
2020-10-02 10:29:43 -04:00
Yotam Mann
e6f5259ce6
updating to latest typescript
2020-09-21 09:44:29 -04:00
Yotam Mann
c60840eec4
latest version of deps
2020-09-21 09:05:54 -04:00
Yotam Mann
8915e1bcfa
latest std-audio-context
...
fixes #720
2020-09-17 18:38:22 -04:00
Yotam Mann
82d1074228
updating webpack to latest
2020-09-07 21:58:55 -04:00
Yotam Mann
daeccb99e9
updating to latest karma
2020-07-29 09:19:39 -07:00
Yotam Mann
ebd84be80b
testing all of the scripts in the readme
2020-07-26 13:37:38 -07:00
Yotam Mann
72dd2773fb
adding html linting (for examlpes)
...
and test script to test on examples
2020-07-19 10:58:08 -07:00
Yotam Mann
ba8e82b1ca
feat: latencyHint is now set in constructor
...
BREAK: the latencyHint can only be set in the constructor, no longer settable after construction
addresses #658
2020-05-12 12:31:17 -04:00
Yotam Mann
49c6c79e46
updating to latest webpack
2020-05-07 09:27:20 -04:00
Yotam Mann
3c8d0db98c
updating to latest typedoc
2020-04-29 16:50:17 -04:00
Yotam Mann
e5d28baa5f
feat: es6 output
2020-04-29 14:39:40 -04:00
Yotam Mann
d0d0770cd8
updating to latest @tonejs/plog
2020-04-27 22:32:16 -04:00
Yotam Mann
e4e409550d
feat: adding Recorder for capturing streams
...
Uses the Media Recorder API to record a media stream
closes #644
2020-04-14 22:03:47 -04:00
Yotam Mann
ca023eb37a
updating deps
2020-04-14 22:01:45 -04:00
Yotam Mann
4c880bd4e4
updating deps
2020-03-21 21:41:15 -04:00
Yotam Mann
ed209a9de9
updating dependencies
2020-03-08 12:10:30 -04:00
Yotam Mann
3c9dfff161
updating to latest standardized-audio-context
...
fixes #601
2020-01-30 17:18:10 -05:00
Yotam Mann
f6db774f4c
updating standarized-audio-context
2019-12-21 22:08:16 -05:00
Yotam Mann
8a508f2405
feat: Reverb generate
is automatically called when decay or preDelay values are changed
...
`ready` promise resoves when reverb values have been updated.
2019-12-06 16:37:40 -05:00
Yotam Mann
7aec262ebc
updating to latest eslint
2019-11-17 13:07:59 -05:00
Yotam Mann
2a112775d5
moving increment-ts to increment
2019-11-16 19:07:37 -05:00
Yotam Mann
472afc7d1d
reorganising testing directory
2019-11-16 17:45:22 -05:00
Jack Anderson
7b10fc8b11
upgrade standardized-audio-context to 23.0.3
2019-11-15 15:12:06 -08:00
Yotam Mann
3a41db8d99
optimization: using import helpers to save some space
2019-11-14 15:20:16 -05:00
Yotam Mann
66194e084d
updating dependencies
2019-11-09 16:14:20 -05:00