Skip to content

is-land v3.0.1

Compare
Choose a tag to compare
@zachleat zachleat released this 27 Jan 21:25
· 18 commits to main since this release
  • Adds more descriptive export for imports using JavaScript API
    • Without bundler: import { Island } from "./is-land.js";
    • With bunder: import { Island } from "@11ty/is-land";
  • Previous method still works fine:
    • Without bundler: import "./is-land.js";
    • With bunder: import "@11ty/is-land";

Full Changelog: v3.0.0...v3.0.1