Releases: datavis-tech/json-templates
Releases · datavis-tech/json-templates
ES5 Build
Allow templates with null leaf values
"undefined" --> null
This release changes the behavior of missing matches. Previously, the string "undefined"
was appearing in the output. After this release, the value is null
.
Thanks to @javierblancosp for this contribution! #21
Object Replacement & ES6
This release introduces support for object replacement, and also migrates to ES6.
Many thanks to @javierblancosp for these changes (see #19 )!
This is a major version because the migration to ES6 may cause breakage. If the migration to raw ES6 (with no ES5 build) causes breakages for you, please open an issue and we will see about adding an ES5 build. Thank you.
Deduplication
Thanks to @DrPaulBrewer for de-duplication of output! See #16
Nested object parameters
Special Characters in Defaults
At Symbol
Periods
Handle dashes
With this release, it's possible to include dashes "-" in template default values.