Releases: github/template-parts
Releases · github/template-parts
v0.5.0
What's Changed
- refactor parser to catch many edge cases by @keithamus in #53
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Memoize parse to improve speed by @keithamus in #37
- Always call processCallback in constructor. by @keithamus in #42
- Use chromium for karma tests by @theinterned in #47
- Refactor #private fields to use WeakMaps instead. by @keithamus in #54
New Contributors
- @theinterned made their first contribution in #47
Full Changelog: v0.3.3...v0.4.1
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Features
This release exposes some decomposed functions; processPropertyIdentity
, processBooleanAttribute
& createProcessor
which allows consumers to create processors that extend the default processor functionality without having to duplicate the code from these.