Skip to content

Releases: scratchfoundation/scratch-storage

v1.3.1

03 Apr 19:27
698d50b
Compare
Choose a tag to compare

1.3.1 (2019-04-03)

Performance Improvements

  • remove implicit caching of all loaded assets (b595583)

v1.3.0

28 Mar 18:42
e860237
Compare
Choose a tag to compare

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

21 Dec 18:06
5e9c19d
Compare
Choose a tag to compare

1.2.2 (2018-12-21)

Bug Fixes

  • set a "clean" flag on assets (22af3bb)

v1.2.1

13 Dec 16:27
bce862d
Compare
Choose a tag to compare

1.2.1 (2018-12-13)

Bug Fixes

v1.2.0

01 Nov 18:41
29daf3f
Compare
Choose a tag to compare

1.2.0 (2018-11-01)

Features

  • create addHelper to add helper w/ priority (8a01c89)

v1.1.0

24 Oct 10:54
9ec8c38
Compare
Choose a tag to compare

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

18 Oct 11:51
65883da
Compare
Choose a tag to compare

<a name"1.0.5">

1.0.5 (2018-10-18)

Bug Fixes

  • heed cache->store API change in BuiltinHelper (c6abab61)

v1.0.4

10 Oct 16:25
63f2d90
Compare
Choose a tag to compare

<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

03 Oct 20:36
3e91a94
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2018-10-03)

Bug Fixes

  • use js implemented encoding APIs if unavailable (32bd7daf)

v1.0.2

28 Aug 22:19
28b1e0a
Compare
Choose a tag to compare

<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)