Releases: sindresorhus/pupa
Releases · sindresorhus/pupa
v3.1.0
v3.0.0
Breaking
- Require Node.js 12.20 b7f3637
- This package is now pure ESM. Please read this.
- Pupa now throws by default if a value is missing. Previously, it just interpolated
undefined
. You can change this with theignoreMissing
option.
Improvements
- Add some options (#21) 9e000b6
v2.1.1
- Fix matching camel-cased identifiers 9538f17
v2.1.0
- Make the placeholder matching stricter 9210fdf
v2.0.1
- Fix handling of falsy values 7cb9ab8