Skip to content

Releases: vercel/storage

v0.1.0-canary.7

23 Oct 15:53
53b37ae
Compare
Choose a tag to compare
v0.1.0-canary.7 Pre-release
Pre-release

Minor Changes

Patch Changes

  • 888b861: fix dynamic import by adding webpackIgnore comment

v0.1.0-canary.6

23 Oct 14:20
9a48681
Compare
Choose a tag to compare
v0.1.0-canary.6 Pre-release
Pre-release

Patch Changes

v0.1.0-canary.5

23 Oct 10:28
96e3532
Compare
Choose a tag to compare
v0.1.0-canary.5 Pre-release
Pre-release

Patch Changes

  • 311fedd: loosen edge config item value type to be "any"

v0.1.0-canary.10

23 Oct 20:11
fa61146
Compare
Choose a tag to compare
v0.1.0-canary.10 Pre-release
Pre-release

Patch Changes

  • 85fb6ac: silence dependency expression warning

v0.1.0-canary.4

21 Oct 07:33
90cd901
Compare
Choose a tag to compare
v0.1.0-canary.4 Pre-release
Pre-release

Minor Changes

v0.1.0-canary.3

21 Oct 04:35
b0e23f0
Compare
Choose a tag to compare
v0.1.0-canary.3 Pre-release
Pre-release

Patch Changes

  • 5aabd54: make package publicly available again

v0.1.0-canary.2

21 Oct 03:22
d6b2d0e
Compare
Choose a tag to compare
v0.1.0-canary.2 Pre-release
Pre-release

Minor Changes

  • edf1cc9: Add getAll() method

    • getAll() allows fetching all items of an Edge Config
    • getAll(keys: string[]) allows fetching a subset of the Edge Config's items

Patch Changes

  • 264ab8d: Throw when attempting to read value of non-existing Edge Config