Commit Graph

678 Commits

Author SHA1 Message Date
Eric MORAND
e05ee791b4 Resolve issue #577 2023-10-30 22:37:51 +01:00
Eric MORAND
24f67fde7a Merge branch 'issue_569' into '6.x'
Resolve issue #569 - Template resolution is logging names in current npm@latest

Closes #569

See merge request nightlycommit/twing!559
2023-04-14 00:16:32 +00:00
Eric MORAND
47790c1443 Resolve issue #569 2023-04-14 00:34:55 +02:00
Eric MORAND
b1a2743123 Merge branch 'issue_567' into '6.x'
Resolve #567 - Remove linting

See merge request nightlycommit/twing!557
2023-04-10 21:54:10 +00:00
Eric MORAND
2cb8d43286 Resolve #567 2023-04-10 23:38:11 +02:00
Eric MORAND
e3d2028042 Merge branch 'issue_566' into '6.x'
#566 - Remove all occurences of check that a template if an instance of the class TwingTemplate

See merge request nightlycommit/twing!556
2023-04-10 14:08:21 +00:00
Eric MORAND
81b9482adf Resolve #566 2023-04-10 15:46:19 +02:00
Eric MORAND
9ad3fcdb16 Merge branch 'issue_547' into 'main'
Resolve #547 - Missing key in map filter

Closes #547

See merge request nightlycommit/twing!555
2023-04-10 10:59:50 +00:00
Eric MORAND
ab3d889b55 Resolve #547 2023-04-10 12:53:02 +02:00
Eric MORAND
c31397f7bb Merge branch 'issue_565' into 'main'
Resolve #565 - Have the availability of the `_self` variable not conditioned to the usage of the Auto Macro Import visitor

Closes #565

See merge request nightlycommit/twing!554
2023-04-10 10:38:46 +00:00
Eric MORAND
da53b0734c Resolve #565 2023-04-10 12:32:20 +02:00
Eric MORAND
648c5e90ab Merge branch 'issue_564' into 'main'
Issue #564 - TwingTemplate::loadTemplate fails to recognize valid templates if they are not of class TwingTemplate

See merge request nightlycommit/twing!553
2023-04-10 09:35:05 +00:00
Eric MORAND
e01305a74a Issue #564 - TwingTemplate::loadTemplate fails to recognize valid templates if they are not of class TwingTemplate 2023-04-10 09:35:05 +00:00
Eric MORAND
f2b187b3d9 Merge branch 'issue_521' into 'main'
Issue #521 - Cannot read property 'toString' of null when using raw filter on a undefined variable

See merge request nightlycommit/twing!552
2023-04-10 09:21:05 +00:00
Eric MORAND
289dc134e9 Resolve Issue 521 2023-04-10 11:15:54 +02:00
Eric MORAND
ed3d279079 Merge branch 'loaders' into 'main'
Fix resolve method in array and null loader

See merge request nightlycommit/twing!535
2023-04-10 08:52:36 +00:00
Eric MORAND
8719444b89 Merge branch 'prepare' into 'main'
Use npm prepare hook instead of prepack

See merge request nightlycommit/twing!534
2023-04-10 08:52:23 +00:00
Eric MORAND
1c497d3559 Merge branch 'fix-testing' into 'main'
Fix failing test under Node.js v16

Closes #557

See merge request nightlycommit/twing!532
2023-04-10 08:52:14 +00:00
John Albin Wilkins
e98c22879b Fix failing test under Node.js v16 2023-04-10 08:52:14 +00:00
Eric MORAND
75214d516b Merge branch 'issue-552' into 'main'
resolve #552 and add some corresponding 'iterable' tests

Closes #552

See merge request nightlycommit/twing!546
2023-04-10 08:47:40 +00:00
Michael Warner
bec8498bd9 resolve #552 and add some corresponding 'iterable' tests 2023-04-10 08:47:40 +00:00
Eric MORAND
495b9c8542 Merge branch 'issue_536' into 'main'
Resolve issue #536

Closes #536

See merge request nightlycommit/twing!531
2023-04-10 08:40:38 +00:00
Eric MORAND
b35adc5e34 Resolve issue #536 2023-04-10 08:40:38 +00:00
Eric MORAND
2ee8dce3bd Merge branch 'bugfix/empty-verbatim-tags' into 'main'
Fix empty verbatim tags

See merge request nightlycommit/twing!545
2023-04-10 08:40:15 +00:00
Eric MORAND
15baff02bb Merge branch 'unused-dependencies' into 'main'
Remove unused dependencies

Closes #534

See merge request nightlycommit/twing!537
2023-04-10 08:39:53 +00:00
John Albin Wilkins
dde3e96272 Remove unused dependencies 2023-04-10 08:39:53 +00:00
Eric MORAND
8304b72120 Merge branch 'update-eslint' into 'main'
Update ESLint from v6 to v8

See merge request nightlycommit/twing!547
2023-04-10 08:34:43 +00:00
John Albin Wilkins
90137b59d4 Update ESLint from v6 to v8 2023-04-10 08:34:43 +00:00
Eric MORAND
05144a195b Merge branch 'fix-buggy-test-data' into 'main'
Prevent buggy tests from passing

Closes #559 and #560

See merge request nightlycommit/twing!551
2023-04-10 08:28:17 +00:00
John Albin Wilkins
7a77866e17 Prevent buggy tests from passing 2023-04-10 08:28:17 +00:00
Eric MORAND
771b02fc6b Merge branch 'update-tape-run' into 'main'
Fix "npm install" on M1 Macs

Closes #559

See merge request nightlycommit/twing!550
2023-04-10 08:16:25 +00:00
John Albin Wilkins
b3874c5ca8 Fix "npm install" on M1 Macs 2023-04-10 08:16:25 +00:00
Martin Hasoň
c75e18dd6e Fix resolve method in array and null loader 2022-12-24 20:08:44 -06:00
JohnAlbin
e9b0411d5a Use npm prepare hook instead of prepack 2022-12-24 20:07:20 -06:00
Adam Averay
10d34b78fb
Fix empty verbatim tags 2022-08-23 16:58:47 +02:00
Eric MORAND
de0fc268b9 Merge branch 'main' into 'main'
Fix 546 and 549

Closes #549 and #546

See merge request nightlycommit/twing!544
2022-08-18 21:19:27 +00:00
Michael Warner
d025d40b23 Fix 546 and 549 2022-08-18 21:19:27 +00:00
Eric MORAND
1547ffd9c5 5.1.1 2022-03-24 01:19:27 +01:00
Eric MORAND
ee04f6d4fd Merge branch 'release/5.1.1' into 'main'
Promote Release 5.1.1

Closes #540

See merge request nightlycommit/twing!542
2022-03-24 00:20:11 +00:00
Eric MORAND
7be0a80bc7 Merge branch 'issue_540' into 'release/5.1.1'
Issue #540 - `if` statement should evaluate to false for "0"

See merge request nightlycommit/twing!541
2022-03-23 23:40:35 +00:00
Eric MORAND
ed71fafc0e Resolve issue #540 2022-03-24 00:35:04 +01:00
Eric MORAND
2256264bae Merge branch 'fix/repo-reference' into 'main'
fix: npm module refers wrong repo

See merge request nightlycommit/twing!540
2022-03-23 22:41:56 +00:00
Josef Bredreck
88e2731755 fix: npm module refers wrong repo 2022-03-22 11:00:59 +00:00
Eric Morand
2d3cdee082 5.1.0 2021-10-05 01:20:14 +02:00
Eric MORAND
3b84db79dc
Merge pull request #542 from ericmorand/issue_541
Resolve #541
2021-10-05 01:16:45 +02:00
Eric Morand
788d657a55 Resolve #541 2021-10-05 00:30:25 +02:00
Eric MORAND
56e186b58e 5.0.2 2020-07-14 20:16:45 +02:00
Eric MORAND
3a7e56b891
Merge pull request #513 from hason-contributions/relative
Fix errors in relative filesystem loader
2020-07-14 19:57:42 +02:00
Martin Hasoň
eb8230978c Fix errors in relative filesystem loader 2020-07-10 17:46:04 +02:00
Eric MORAND
128a9e8753 5.0.1 2020-05-11 11:53:36 +02:00