Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@ebebbington ebebbington released this 28 Nov 21:14
· 75 commits to master since this release
cf59bc7

This release is broken for NPM. For NPM usage, use v1.1.0

Compatibility

or

  • Uses Node version 12 or higher

Importing

  • Import this latest release by using the following in your project(s):

    import { contextFinder } from "https://deno.land/x/[email protected]/mod.ts";

    Or update the npm module:

    npm update context-finder
    

Updates

  • chore: Move node related code