Martin McKeaveney
|
fe5dd7e2ac
|
v0.8.15
|
2021-04-12 17:10:19 +01:00 |
Martin McKeaveney
|
65be3e9ede
|
v0.8.14
|
2021-04-11 12:58:22 +01:00 |
Martin McKeaveney
|
c19cc4f3c9
|
v0.8.13
|
2021-04-11 12:53:39 +01:00 |
Martin McKeaveney
|
637d115534
|
v0.8.12
|
2021-03-25 10:40:08 +00:00 |
Martin McKeaveney
|
c74205e4c8
|
v0.8.11
|
2021-03-24 18:48:26 +00:00 |
Martin McKeaveney
|
0bc150fc7c
|
v0.8.10
|
2021-03-15 21:26:50 +00:00 |
Martin McKeaveney
|
bd6389851a
|
v0.8.9
|
2021-03-14 18:13:13 +00:00 |
Martin McKeaveney
|
7b8c9b1686
|
v0.8.8
|
2021-03-12 14:20:18 +00:00 |
Martin McKeaveney
|
435bc20077
|
v0.8.7
|
2021-03-12 11:45:42 +00:00 |
Martin McKeaveney
|
1b53b7da58
|
v0.8.6
|
2021-03-12 09:33:12 +00:00 |
Martin McKeaveney
|
7f38415967
|
v0.8.5
|
2021-03-03 17:46:36 +00:00 |
Martin McKeaveney
|
a9ab12b999
|
v0.8.4
|
2021-03-03 17:05:18 +00:00 |
Martin McKeaveney
|
a0456e86bd
|
v0.8.3
|
2021-02-25 17:18:36 +00:00 |
Martin McKeaveney
|
779deddc5a
|
v0.8.2
|
2021-02-25 16:39:52 +00:00 |
Martin McKeaveney
|
e72057499a
|
v0.8.1
|
2021-02-25 13:50:33 +00:00 |
Martin McKeaveney
|
b4996ccb4d
|
v0.8.0
|
2021-02-25 12:49:03 +00:00 |
Martin McKeaveney
|
26377700bb
|
v0.7.8
|
2021-02-15 14:07:27 +00:00 |
Martin McKeaveney
|
8d92692593
|
v0.7.7
|
2021-02-12 11:15:38 +00:00 |
Martin McKeaveney
|
d3e44268ed
|
v0.7.6
|
2021-02-06 22:59:28 +00:00 |
Martin McKeaveney
|
67371ab25f
|
v0.7.5
|
2021-02-06 12:43:01 +00:00 |
Martin McKeaveney
|
dd1419f2eb
|
v0.7.4
|
2021-02-05 10:59:29 +00:00 |
Martin McKeaveney
|
8d8cdcd732
|
app export with space in name
|
2021-02-05 10:55:54 +00:00 |
Martin McKeaveney
|
28e2ce28ba
|
v0.7.3
|
2021-02-05 09:43:45 +00:00 |
Martin McKeaveney
|
02a2c60797
|
v0.7.2
|
2021-02-04 14:25:15 +00:00 |
mike12345567
|
5a7c0c1cc1
|
Fixing issue that was breaking linting.
|
2021-02-04 10:41:25 +00:00 |
mike12345567
|
1a9d6bcb60
|
Linting and updating helper manifest.
|
2021-02-04 10:25:04 +00:00 |
mike12345567
|
821fb20e8b
|
Quick addition of a duration helper which can be used to create relative humanized date strings.
|
2021-02-04 10:17:10 +00:00 |
mike12345567
|
ace80ccb7a
|
Updated script and manifest - minor spelling error.
|
2021-02-03 14:00:58 +00:00 |
mike12345567
|
f4c7d3acd7
|
linting.
|
2021-02-03 13:56:01 +00:00 |
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.
|
2021-02-03 13:55:33 +00:00 |
mike12345567
|
febad5ad9d
|
Adding some more changes to make it more obvious when a binding hasn't worked.
|
2021-02-03 13:04:19 +00:00 |
mike12345567
|
9aaf6b4883
|
Some more fixes, getting a balance of validity checking, not letting package output anything non-sensical.
|
2021-02-03 12:38:06 +00:00 |
mike12345567
|
4f2fd656c5
|
Fixing an issue with the new validity checking being too lenient.
|
2021-02-03 12:10:39 +00:00 |
mike12345567
|
32b0816ecb
|
Quick fix for string-templates, was being a bit too fuzzy in its lookup of possible helper names.
|
2021-02-03 11:41:33 +00:00 |
Martin McKeaveney
|
e283dc0bb1
|
v0.7.1
|
2021-02-03 10:30:22 +00:00 |
Michael Drury
|
cb4f7ade75
|
Linting.
|
2021-02-02 20:29:10 +00:00 |
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.
|
2021-02-02 20:28:27 +00:00 |
Martin McKeaveney
|
7a386ac1b5
|
v0.7.0
|
2021-02-02 18:52:05 +00:00 |
mike12345567
|
7baf12f63d
|
Merge branch 'feature/handlebars-helpers-update' of github.com:Budibase/budibase into bug/integration-fixes
|
2021-02-02 18:04:18 +00:00 |
mike12345567
|
5dd11ddcc5
|
Fixing issue with regex helper - escape test used the word 'test' a lot which breaks the helper.
|
2021-02-02 18:01:41 +00:00 |
mike12345567
|
cf72511b1d
|
Merge branch 'feature/handlebars-helpers-update' of github.com:Budibase/budibase into bug/integration-fixes
|
2021-02-02 17:57:55 +00:00 |
mike12345567
|
b19c906572
|
Updating manifest.
|
2021-02-02 17:29:46 +00:00 |
mike12345567
|
262cdaf0c9
|
Merge branch 'feature/handlebars-helpers-update' of github.com:Budibase/budibase into feature/handlebars-helpers-update
|
2021-02-02 17:28:44 +00:00 |
mike12345567
|
ec21fcbc4d
|
Some quick fixes to allow custom verbs.
|
2021-02-02 17:28:11 +00:00 |
mike12345567
|
32c2a78148
|
Merge branch 'feature/handlebars-helpers-update' of github.com:Budibase/budibase into bug/integration-fixes
|
2021-02-02 17:25:35 +00:00 |
Martin McKeaveney
|
e48e263f9f
|
bump budibase hbs version
|
2021-02-02 16:19:37 +00:00 |
mike12345567
|
713f9b5e8b
|
Merge branch 'bug/attachment-issue' of github.com:Budibase/budibase into feature/handlebars-helpers-update
|
2021-02-02 14:57:19 +00:00 |
mike12345567
|
5f40ea49d8
|
Adding object and regex helpers as well as a complex test case for forIn.
|
2021-02-02 14:22:10 +00:00 |
mike12345567
|
f81330b3e7
|
Updating script for generating handlebars-helpers manifest.
|
2021-02-01 17:12:18 +00:00 |
mike12345567
|
17ad4577f6
|
Updating manifest tests.
|
2021-02-01 13:17:42 +00:00 |