Skip to content

Releases: sindresorhus/pupa

v3.1.0

13 Sep 14:28
Compare
Choose a tag to compare

v3.0.0...v3.1.0

v3.0.0

13 Jul 09:56
Compare
Choose a tag to compare

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 the ignoreMissing option.

Improvements

v2.1.1...v3.0.0

v2.1.1

25 Oct 18:34
Compare
Choose a tag to compare
  • Fix matching camel-cased identifiers 9538f17

v2.1.0...v2.1.1

v2.1.0

21 Oct 10:48
Compare
Choose a tag to compare
  • Make the placeholder matching stricter 9210fdf

v2.0.1...v2.1.0

v2.0.1

27 Jul 15:53
Compare
Choose a tag to compare
  • Fix handling of falsy values 7cb9ab8

v2.0.0...v2.0.1

v2.0.0

30 Apr 13:48
Compare
Choose a tag to compare

Breaking:

Enhancements:

  • Encode HTML entities inside placeholder when using double braces (#8) 5c8c3bc
  • Add TypeScript definition (#9) 018e116