Releases: vercel-community/deno
Releases · vercel-community/deno
0.7.0
Minor Changes
Patches
- Default to Deno v1.3.1 and
std@0.66.0
: #31
- Ensure values are a string before invoking
startsWith()
: #35
0.6.4
Patches
- Use "og-image.vercel.app": 759438d
- Default to Deno v1.3.0 and
std@0.65.0
: #28
- Don't error if
DENO_TSCONFIG
env var is not provided: #30
0.6.3
Patches
- Fix examples: 4ee058f
- Default to Deno v1.2.3 and
std@0.64.0
: #26
0.6.2
Patches
- Bump elliptic from 6.5.2 to 6.5.3: #25
- Add LICENSE file: 85b97ca
- Use Deno v1.2.2 by default: d44e6c5
- Use
std@0.63.0
: 825efa8
0.6.0
Minor Changes
- Document
DENO_TSCONFIG
: 6fa7e00
- Add Vercel link: 6eccb31
- Implement
includeFiles
config option: #24
Patches
- Only select
.ts
and .js
files for examples listing: afc8189
- Log
includeFiles
after the source files: a6ab8a1
Credits
Huge thanks to @andreespirela for helping!
0.5.0
Minor Changes
- Add
DENO_TSCONFIG
build env var: #23
Patches
- Bump "lodash" from 4.17.15 to 4.17.19: #22
Credits
Huge thanks to @andreespirela for helping!
0.4.4
Patches
- Use "std@0.61.0" in
vc dev
: d40a648
- Delete the
VERCEL_DEV_PORT_FILE
env var: e5a0b51
0.4.2
Patches
- Add example URLs to frontend: #20
- Add "key" attribute: 933af58
- Bind dev server only to localhost: 3b41289
- Cache
os.tmpdir()
result: be3b1c8