Releases: datavis-tech/json-templates
Releases · datavis-tech/json-templates
v5.1.0
v5.0.0
v4.3.0
What's Changed
- Fix nullable value error (#28) by @mytharcher in #44
New Contributors
- @mytharcher made their first contribution in #44
Full Changelog: v4.2.0...v4.3.0
Upgrade Dependencies
Upgrades dependencies across the board.
Many thanks to @santiago-perez-altran for noticing the security warning and submitting a PR: chore: update object-path dependency!
Bug Fix for Function Values
This release includes a fix from @pranavwani in #36 .
Support for Called Functions as Values
This version introduces the feature of providing functions to be evaluated as template values.
- PR: Add support to templating content with function #34
- Many thanks to @pranavwani for this contribution!
Marking this as a major version since this change is not backwards compatible in the case where functions are used as template values.
Upgrade Dependencies
"devDependencies": {
- "mocha": "^5.0.0",
- "rollup": "^0.65.2",
- "rollup-plugin-buble": "^0.19.2"
+ "mocha": "^8.1.3",
+ "rollup": "^2.27.0",
+ "rollup-plugin-buble": "^0.19.8"
},
"dependencies": {
- "dedupe": "^2.1.0",
+ "dedupe": "^3.0.2",
"object-path": "^0.11.4"
}
}
Numbers as Values, "$" in names
- Numbers as Values - closes issue #30 . Thanks to @alex-bluetrain for the feature request!
- "$" in names - via PR #31 . Thanks to @pranavwani for this contribution!