Releases: sindresorhus/meow
Releases Β· sindresorhus/meow
v10.1.3
v10.1.2
v10.1.1
v10.1.0
v10.0.1
v10.0.0
Breaking
- Require Node.js 12 (#181) 05320ac
- This package is now pure ESM. Please read this.
- You must now pass in the
importMeta
option someow
can find your package.json:
const cli = meow(β¦, {
+ importMeta: import.meta
});
Previously, meow
used some tricks to infer the location of your package.json, but this no longer works in ESM.
v9.0.0
v8.1.1
v8.1.0
- Add
allowUnknownFlags
options (#169) a27ff12