Changelog
3.0.4
Changelog
3.0.0
import { adlib } from "adlib";
import { mapValues } from "adlib";
// NOT
// import adlib from "adlib";
// import mapValues from "adlib";
Since adlib
is the namespace for all the functions we export, this means that UMD consumers will now call adlib.adlib()
.
Changelog
2.3.1
trim
so that handlebars contents can include whitespace that will get ignored