-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: handlebars-lang/handlebars.js
base: 10b5fcf92e6f3ddcbcec93c05c00cfdbb2e8d303
head repository: handlebars-lang/handlebars.js
compare: a9a8e403213583ca90cb7c872d3a22796c37d961
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5eb59a5 - Browse repository at this point
Copy the full SHA 5eb59a5View commit details
Commits on Aug 25, 2019
-
Merge pull request #1540 from ouijan/browser-resolution
added browser to package.json, resolves #1102
Configuration menu - View commit details
-
Copy full SHA for 9aaace7 - Browse repository at this point
Copy the full SHA 9aaace7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde409a - Browse repository at this point
Copy the full SHA fde409aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f98c6a5 - Browse repository at this point
Copy the full SHA f98c6a5View commit details
Commits on Aug 29, 2019
-
feat: enhance typescript definition for knownHelpers
- Add support for custom helpers while keeping the list of builtin-helpers to maintain for autocompletion support closes #1544
Configuration menu - View commit details
-
Copy full SHA for 16572cd - Browse repository at this point
Copy the full SHA 16572cdView commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f9cce4d - Browse repository at this point
Copy the full SHA f9cce4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a26633f - Browse repository at this point
Copy the full SHA a26633fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57b682 - Browse repository at this point
Copy the full SHA a57b682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b64ec - Browse repository at this point
Copy the full SHA 62b64ecView commit details -
chore: attempt to fix saucelabs problems with custom lib
- custom "grunt-saucelabs" - which uses custom "sauce-tunnel" - which uses current "sauce connect proxy"
Configuration menu - View commit details
-
Copy full SHA for f119497 - Browse repository at this point
Copy the full SHA f119497View commit details
Commits on Sep 3, 2019
-
Add "Handlebars.VM.resolvePartial" to type definitions
- Handlebars.VM is actually not part of the API, but Handlebars.VM.resolvePartial is mentioned in the documentation and is thus now treated as part of the API. Closes #1534
Configuration menu - View commit details
-
Copy full SHA for 133b96a - Browse repository at this point
Copy the full SHA 133b96aView commit details -
fix typings of resolvePartial-options
- derived from the object structure seen in the debugger closes #1534
Configuration menu - View commit details
-
Copy full SHA for 888750e - Browse repository at this point
Copy the full SHA 888750eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac2028 - Browse repository at this point
Copy the full SHA 8ac2028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab48d8 - Browse repository at this point
Copy the full SHA 6ab48d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164c7ce - Browse repository at this point
Copy the full SHA 164c7ceView commit details
Commits on Sep 20, 2019
-
fix: use cjs for browser fields
We should not be using pre-built files for the `browser`. Resolves #1553
Configuration menu - View commit details
-
Copy full SHA for c55a7be - Browse repository at this point
Copy the full SHA c55a7beView commit details -
integration-tests for various webpack-scenarios
related to #1553 - registering helpers on an instance retrieved via `import`, compiling the template on an instance retrieved via `require` - using `@roundingwellos/babel-plugin-handlebars-inline-precompile` to load plugins inline
Configuration menu - View commit details
-
Copy full SHA for e47b5ec - Browse repository at this point
Copy the full SHA e47b5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b4f2f - Browse repository at this point
Copy the full SHA 00b4f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bcd44 - Browse repository at this point
Copy the full SHA 35bcd44View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff3e40 - Browse repository at this point
Copy the full SHA fff3e40View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2078c72 - Browse repository at this point
Copy the full SHA 2078c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b7224 - Browse repository at this point
Copy the full SHA 06b7224View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba6560 - Browse repository at this point
Copy the full SHA bba6560View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89081d - Browse repository at this point
Copy the full SHA a89081dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d148d7c - Browse repository at this point
Copy the full SHA d148d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93444c5 - Browse repository at this point
Copy the full SHA 93444c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ecb9e - Browse repository at this point
Copy the full SHA 64ecb9eView commit details -
do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0
- The version-range above have compiler version 7 and precompiled templates expecte the (block) HelperMissing-functions in "helpers" and not in "container.hooks". - Handlebars now accepts precompiled templates of version 7. - If a precompiled template with version 7 is loaded, the (block)HelperMissing-functions are kept in "helpers"
Configuration menu - View commit details
-
Copy full SHA for 1266838 - Browse repository at this point
Copy the full SHA 1266838View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a17c7 - Browse repository at this point
Copy the full SHA c2a17c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3639e2 - Browse repository at this point
Copy the full SHA e3639e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d55790 - Browse repository at this point
Copy the full SHA 2d55790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050cca0 - Browse repository at this point
Copy the full SHA 050cca0View commit details
Commits on Sep 26, 2019
-
Use Object.prototype.propertyIsEnumerable to check for constructors
- context.propertyIsEnumerable can be replaced via __definedGetter__ - This is a fix specific to counter a known RCE exploit. Other fixes will follow. closes #1563
Configuration menu - View commit details
-
Copy full SHA for 213c0bb - Browse repository at this point
Copy the full SHA 213c0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5cbeac - Browse repository at this point
Copy the full SHA c5cbeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2357140 - Browse repository at this point
Copy the full SHA 2357140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8742bde - Browse repository at this point
Copy the full SHA 8742bdeView commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54f7e11 - Browse repository at this point
Copy the full SHA 54f7e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for e473849 - Browse repository at this point
Copy the full SHA e473849View commit details
Commits on Sep 28, 2019
-
fix: harden "propertyIsEnumerable"-check
- "container" is an internal object that is most likely not accessible through templateing (unlike the proto of "Object", which might be.) In order to prevent overriding this method, we use "propertyIsEnumerable" from the constructor.
Configuration menu - View commit details
-
Copy full SHA for ff4d827 - Browse repository at this point
Copy the full SHA ff4d827View commit details -
Configuration menu - View commit details
-
Copy full SHA for b250b2d - Browse repository at this point
Copy the full SHA b250b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c958cc8 - Browse repository at this point
Copy the full SHA c958cc8View commit details
Commits on Sep 29, 2019
-
Added support for iterable objects in {{#each}} helper (#1557)
* Added support for iterable object in {{#each}} helper Currently {{#each}} helper supports either arrays, or objects, however nowadays you can define custom iterable objects by overriding a special method called Symbol.iterator, which results in empty result being rendered. * improved a test for iterables in {{#each}} returning empty result * #each helper: using ES5 instead of generator functions in tests * #each helper: using ES5 in the helper itself
Configuration menu - View commit details
-
Copy full SHA for cf7545e - Browse repository at this point
Copy the full SHA cf7545eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6047c - Browse repository at this point
Copy the full SHA 8f6047cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 059b330 - Browse repository at this point
Copy the full SHA 059b330View commit details
Commits on Oct 2, 2019
-
chore: use @knappi/grunt-saucelabs instead of github-dependency
- mostly because installing dependencies from github takes really long in this case.
Configuration menu - View commit details
-
Copy full SHA for c53f340 - Browse repository at this point
Copy the full SHA c53f340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb3165 - Browse repository at this point
Copy the full SHA 9cb3165View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e769f - Browse repository at this point
Copy the full SHA b8e769fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7eada0 - Browse repository at this point
Copy the full SHA b7eada0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d0f7a - Browse repository at this point
Copy the full SHA 26d0f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b793350 - Browse repository at this point
Copy the full SHA b793350View commit details
There are no files selected for viewing
This file was deleted.