Skip to content

0.40.0

Compare
Choose a tag to compare
@dsherret dsherret released this 06 Apr 17:43
· 9 commits to main since this release
3aa9523

What's Changed

New Contributors

Upgrading (Deno)

  1. Run deno add @david/dax
  2. Update your import statement:
    - import $ from "https://deno.land/x/dax@0.39.1/mod.ts";
    + import $ from "@david/dax";

Or if you're not using a deno.json, import directly:

- import $ from "https://deno.land/x/dax@0.39.1/mod.ts";
+ import $ from "jsr:@david/dax@0.40.0";

Full Changelog: 0.39.2...0.40.0