25 Commits (2c104396dfdcd65f5426ea348a71d73fa50b5dd2)

Author SHA1 Message Date
Martin McKeaveney 79277f0ee0 v0.6.2 6 years ago
Martin McKeaveney 23899840d3 v0.6.1 6 years ago
Martin McKeaveney b1a76ad74d v0.6.0 6 years ago
mike12345567 094c0335e9 Quick fix for an issue found while checking string templates. 6 years ago
mike12345567 4e512559d9 Making sure tsc stubs are always built. 6 years ago
mike12345567 90dce862f1 Fixing some issues CI linting found. 6 years ago
mike12345567 decc1aba5e Linting. 6 years ago
mike12345567 5076c2f064 Changing up how processors work to make it a bit easier to add to them. 6 years ago
mike12345567 1a87b2caaf Linting. 6 years ago
mike12345567 0e93c4b7f8 Updating build process to fix issues with polyfill. 6 years ago
mike12345567 18fd079c64 Attempting to polyfill for browser 6 years ago
mike12345567 3481fe8cd2 Getting ready to merge with some basic functionality but updates required to client/builder/automations to remove the need for space in hbs statement handling. 6 years ago
mike12345567 38144f84a3 Handling undefined/null values in context object for string templates, replacing with empty string. 6 years ago
Andrew Kingston ecbe24662a Fix crashing when a nullish value exists in an object being recursed for enrichment 6 years ago
Andrew Kingston c9d27603ea Lint 6 years ago
mike12345567 4deccae711 More fixes for issues found by cheeks, as well as adding a test case for rendering app. 6 years ago
mike12345567 1dd0eb1327 Re-writing pre-processor to be a bit clearer. 6 years ago
Andrew Kingston 53b9b2d926 Remove log statements 6 years ago
mike12345567 239079d973 Linting. 6 years ago
mike12345567 4a30af4082 Fixing issue found by cheeks with all helper trying to wrap helpers even if no other helpers present. 6 years ago
mike12345567 da457cd0c4 Adding cleaners which will process and find spaces removing them and fixing them with literal specifiers for handlebars props. Also changing the way cleaners work for the system to make it easier to add them. 6 years ago
mike12345567 ce5ab5482b Updating the string templating system to be capable of async operations. 6 years ago
mike12345567 d7a3e6210d Moving everything over to use the string template library, now just need to escape spaces properly and handle HTML escaping. 6 years ago
mike12345567 5a7c0de397 Adding jest test cases to string templating library. 6 years ago
mike12345567 329b76590c Updating to have real auto-completion on string templates library. 6 years ago
mike12345567 419c6b9393 Adding the handlebars library, still need to add testcases to this. 6 years ago