You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
13
+
- chore: start testing on Node.js 12 and 13 - 3789a30
14
+
15
+
(POSSIBLY) BREAKING CHANGES:
16
+
17
+
- the changes from version [4.6.0](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md#v460---january-8th-2020) now also apply
18
+
in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods
19
+
can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties
20
+
from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
21
+
22
+
That is why we only bump the patch version despite mentioning breaking changes.
0 commit comments