Skip to content

Releases: scratchfoundation/scratch-storage

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)

v1.0.1

24 Aug 19:52
7bd0e9c
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2018-08-24)

Bug Fixes

v1.0.0

23 Aug 21:16
530922d
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2018-08-23)

Bug Fixes

  • address review feedback (88a939d9)
  • use Object.assign instead of spread operator (13def4e1)
  • increase strictness of BuiltinHelper (6da12729)
  • assume BuiltinHelper ids to be existy, not truthy (6cb2b700)

Features

  • add Storage.store (e799d05e)
  • replace "sources" with "stores" (042300ad)
  • add logger (c4a4a3da)
  • data format: add SB3 DataFormat, so we can save SB3s! (e1e13b6a)

Breaking Changes

  • WebHelper.sources has been replaced by WebHelper.stores. WebHelper.addSource has been replaced by WebHelper.addStore. Storage.addWebSource has been replaced by Storage.addWebStore. BuiltinHelper.cache has been normalized to BuiltinHelper.store.

(042300ad)

  • Began throwing errors when attempting to use BuiltinHelper.cache with non-existy ids

(6da12729)

  • The private localHelper property has been removed

(de02f4ba)

v0.5.1

11 Jun 18:51
8461b83
Compare
Choose a tag to compare

<a name"0.5.1">

0.5.1 (2018-06-11)

Bug Fixes

  • allow asset url function to indicate skipping (cc503d5d)