Releases: scratchfoundation/scratch-storage
Releases · scratchfoundation/scratch-storage
v2.0.1
v2.0.0
2.0.0 (2022-05-18)
Bug Fixes
- fetchtool: catch fetch exception on get resource (0e52c4a)
- fetchtool: create Uint8Array on promise result instead of promise (81679aa)
- fetchtool: update another fetch (eca1123)
- fetchtool, webhelper: handle asset requests with a 404 response (0df263f), closes #363 #156 #367
- fetchworkertool.worker: update
get
to handle 404 response (3b25f19)
BREAKING CHANGES
- fetchtool, webhelper: The WebHelper was not previously resolving with null assets even though this was
the documented intended behavior of ScratchStorage.load
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
1.3.0 (2019-03-28)
Bug Fixes
- comment about postMessage transferables in the worker (0b090cd)
- encode buffers with btoa through a binary string (4b839f4)
- only evaluate text-encoding on systems that need it (100b571)
- rename Tool.getSupported to isGetSupported (8bbb38f)
- try helpers quickly if they do know they do not have it (1a24b37)
- use ProxyTool in WebHelper (efac837)
- use ProxyTool.send in WebHelper (b9c71e2)