File tree Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @vercel/edge-config
22
3+ ## 1.2.1
4+
5+ ### Patch Changes
6+
7+ - 3057a36: gracefully handle when an empty string is supplied as the key
8+
9+ - ` get("") ` will return ` undefined `
10+ - ` has("") ` will return ` false `
11+ - ` getAll(["a", ""]) ` will ignore the empty string
12+
313## 1.2.0
414
515### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @vercel/edge-config" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Ultra-low latency data at the edge" ,
55 "homepage" : " https://vercel.com" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11# vercel-storage-integration-test-suite
22
3+ ## 0.2.17
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 3057a36]
8+ - @vercel/edge-config @1.2.1
9+
310## 0.2.16
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " vercel-storage-integration-test-suite" ,
3- "version" : " 0.2.16 " ,
3+ "version" : " 0.2.17 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments