Commit Graph

3 Commits

Author SHA1 Message Date
Hood Chatham c27d2e712b
Switch extractDir to camelCase (#2333)
The other key word arguments in our JavaScript apis have camelCase names. It's good to be consistent.
2022-03-31 18:26:29 -07:00
Hood Chatham 2838dfa527
Change extract_dir argument of unpackArchive to be a keyword argument (#2306)
Old usage is still accepted but causes a deprecation warning, saying
we will remove it in v0.21. Similar to #2300. I am planning to add
an option to do wasm compilation in a subsequent PR.

I also did some cleanup from #2300 and added tests for the deprecation
warnings.
2022-03-27 22:40:31 -07:00
Gyeongjae Choi 7895bd57b9
DOC Add deprecation timeline (#2314)
* Add deprecation timeline [skip ci]

* Add pyodide-interrupts removal
2022-03-27 17:04:08 +09:00