Releases: scratchfoundation/scratch-storage
Releases · scratchfoundation/scratch-storage
v1.3.1
1.3.1 (2019-04-03)
Performance Improvements
- remove implicit caching of all loaded assets (b595583)
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)
Features
- add send to Tools (0245b5c)
- add tools to try loading with fetch on a worker (32fb385)
v1.2.2
1.2.2 (2018-12-21)
Bug Fixes
- set a "clean" flag on assets (22af3bb)
v1.2.1
1.2.1 (2018-12-13)
Bug Fixes
v1.2.0
1.2.0 (2018-11-01)
Features
- create
addHelper
to add helper w/ priority (8a01c89)
v1.1.0
1.1.0 (2018-10-24)
Bug Fixes
- npm: fix update to semantic-release (70c6684)
Features
- replace cache with createAsset. Deprecate cache (385e829)
- version: bump version (5a4d879)
v1.0.5
<a name"1.0.5">
1.0.5 (2018-10-18)
Bug Fixes
- heed cache->store API change in BuiltinHelper (c6abab61)
v1.0.4
<a name"1.0.4">
1.0.4 (2018-10-10)
Bug Fixes
- attempt to parse all string responses as JSON (9e22b5f6)
v1.0.3
<a name"1.0.3">
1.0.3 (2018-10-03)
Bug Fixes
- use js implemented encoding APIs if unavailable (32bd7daf)
v1.0.2
<a name"1.0.2">
1.0.2 (2018-08-28)
Bug Fixes
- return asset id even for
put
requests (8ef04329)
- make
nets
return json
rather than arraybuffer
(5130d572)