File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ and this project adheres to
1212
1313- missing copyright statement
1414- basic benchmark tests
15+ - update deno@1.7.1, std@0.85.0
16+ - change builds to use v1.x
17+ - removed deno install from build script
18+ - deno fmt with new rules
1519
1620## [ v1.2.0] - 2021-01-22
1721
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ export {
1010 toSerializable ,
1111 TransformKey ,
1212} from "https://deno.land/x/ts_serialize/mod.ts" ;
13- export { readJson } from "https://deno.land/std@0.84 .0/fs/mod.ts" ;
13+ export { readJson } from "https://deno.land/std@0.85 .0/fs/mod.ts" ;
Original file line number Diff line number Diff line change 77 assertEquals ,
88 assertStrictEquals ,
99 fail ,
10- } from "https://deno.land/std@0.84 .0/testing/asserts.ts" ;
10+ } from "https://deno.land/std@0.85 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments