32 Commits (8dff7a00a35cc125cffdadee0b0f0b012a00aaf7)

Author SHA1 Message Date
mike12345567 6ffeaab597 Fixing an issue with JSONparse helper always being considered invalid due to a lack of input. 4 years ago
mike12345567 4f52960afa Fixing test case. 5 years ago
mike12345567 2e8aa2d80d Fixing test case. 5 years ago
Andrew Kingston a0d8bffbc6 Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context 5 years ago
Andrew Kingston 28557a3f96 Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context 5 years ago
mike12345567 8b2c505050 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 eb411cd0b0 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 1df459a5bf Fixing issues discovered with hbs escaping. 5 years ago
mike12345567 a7ce3ada3f Fixing issues discovered with hbs escaping. 5 years ago
mike12345567 c51f1dae13 Updating examples, adding length tests and updating HBS helpers library. 5 years ago
mike12345567 c52be5aad6 Updating examples, adding length tests and updating HBS helpers library. 5 years ago
mike12345567 f9ba157f97 Updating test. 5 years ago
mike12345567 e67f19ea20 Updating test. 5 years ago
mike12345567 3ffd340450 Updating date helper to allow timezone capabilites. 5 years ago
mike12345567 b741194b7d Updating date helper to allow timezone capabilites. 5 years ago
mike12345567 1470e601aa Updating date helper to use UTC. 5 years ago
mike12345567 3d01ac17e9 Updating date helper to use UTC. 5 years ago
mike12345567 4c5bcb11a2 Adding test case for issue found by Andrew with formulas, HBS in deep context objects was being evaluated which is not valid and breaks things. 5 years ago
mike12345567 de91822ce7 Adding test case for issue found by Andrew with formulas, HBS in deep context objects was being evaluated which is not valid and breaks things. 5 years ago
mike12345567 4068a29624 Fixing complex test case. 5 years ago
mike12345567 2cd4e389a6 Fixing complex test case. 5 years ago
mike12345567 a6e282c19b Moving drawers around to be a common component as they are utilised in a few places, keep all the binding work together, as well as some fixing for readable/runtime binding detection and conversion. 5 years ago
mike12345567 a7022de9b5 Moving drawers around to be a common component as they are utilised in a few places, keep all the binding work together, as well as some fixing for readable/runtime binding detection and conversion. 5 years ago
Andrew Kingston ac75c3cd65 Update string-templates tests 5 years ago
Andrew Kingston ff938e70b5 Update string-templates tests 5 years ago
Andrew Kingston d1be0a58b4 Fix edge case bug where the literal handlebars helper would not work with objects including a dash character 6 years ago
Andrew Kingston 5276cd7117 Fix edge case bug where the literal handlebars helper would not work with objects including a dash character 6 years ago
mike12345567 a86b6db772 Quick addition of a duration helper which can be used to create relative humanized date strings. 6 years ago
mike12345567 821fb20e8b Quick addition of a duration helper which can be used to create relative humanized date strings. 6 years ago
mike12345567 9ae53caa4d Removing the use of helper-date which was causing some problems, instead took what we needed of it out of the package and updated to use dayjs instead of moment. 6 years ago
mike12345567 537c5a02ca Removing the use of helper-date which was causing some problems, instead took what we needed of it out of the package and updated to use dayjs instead of moment. 6 years ago
mike12345567 c10cd53eb6 Some more fixes, getting a balance of validity checking, not letting package output anything non-sensical. 6 years ago
mike12345567 9aaf6b4883 Some more fixes, getting a balance of validity checking, not letting package output anything non-sensical. 6 years ago
mike12345567 96acfc6563 Fixing an issue with the new validity checking being too lenient. 6 years ago
mike12345567 4f2fd656c5 Fixing an issue with the new validity checking being too lenient. 6 years ago
Michael Drury 8d40cb6b32 Widening the allowance criteria for handlebars validity, check for any errors which suggest a simple type error from the context and allowing these through. 6 years ago
Michael Drury 7e4e0db30f Widening the allowance criteria for handlebars validity, check for any errors which suggest a simple type error from the context and allowing these through. 6 years ago
mike12345567 2d82969350 Some quick fixes to allow custom verbs. 6 years ago
mike12345567 ec21fcbc4d Some quick fixes to allow custom verbs. 6 years ago
mike12345567 92ab3631ea Adding object and regex helpers as well as a complex test case for forIn. 6 years ago
mike12345567 5f40ea49d8 Adding object and regex helpers as well as a complex test case for forIn. 6 years ago
mike12345567 d350dd2c2b Updating manifest tests. 6 years ago
mike12345567 17ad4577f6 Updating manifest tests. 6 years ago
Michael Drury ff75f8e8a5 Some rollup fixes - the handlebars-helper library needs dynamic requires removed from it, likely best to fork it and do this. 6 years ago
Michael Drury a1f09b0a1a Some rollup fixes - the handlebars-helper library needs dynamic requires removed from it, likely best to fork it and do this. 6 years ago
mike12345567 bd3bdfa9aa Work in progress, fixing issue with some helpers not getting translated, now running into rollup issue. 6 years ago
mike12345567 41fbc39618 Work in progress, fixing issue with some helpers not getting translated, now running into rollup issue. 6 years ago
mike12345567 48dc9f9533 Adding a manifest of all the useful helpers which our system provides. 6 years ago
mike12345567 56c7f8094c Adding a manifest of all the useful helpers which our system provides. 6 years ago
mike12345567 7456e1fbed Disabling save button on binding drawer when handlebars statement is invalid. 6 years ago