All Notable changes to handlebars-spec
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
104.7.106 - 2020-05-01
- npm packaging issues
- ungenerated export/
- Bench spec
104.7.6 - 2020-04-30
- Rewrote everything in TypeScript
- Switched the license to
AGPL-3.0-or-later
. The specification data is still licensed under theMIT
license, as it is extracted fromhandlebars.js
description
now includes alldescribe($description, ...)
from the handlebars test suiteexception
can now be eithertrue
, a string, or a regex.message
used to be the exception message, but will now be any extra message noted in the handlebars.js test suiteoptions
was renamed toruntimeOptions
to differentiate fromcompileOptions
- Using a new version format
104.7.6
which is:(myMajor * 100 + handlebarsMajor) + '.' + (myMinor * 100 + handlebarsMinor) + '.' + (myPatch * 100 + handlebarsPatch)
number
is now included in tests (besides the first implied00
) that have multiple cases
compat
is removed in favor ofcompileOptions.compat
globalPartials
,globalDecorators
, andglobalHelpers
are now removed and merged intopartials
,decorators
, andhelpers
instead