Eric MORAND
efb5d8b2e1
Resolve issue #583 - second attempt
2023-11-24 01:01:33 +00:00
Eric MORAND
44fb6b4598
Merge branch 'issue-583' into '6.x'
...
Resolve issue #583
See merge request nightlycommit/twing!572
2023-11-24 00:31:01 +00:00
Eric MORAND
b4849cc332
Resolve issue #583
2023-11-24 00:20:14 +00:00
Eric MORAND
b924b28bda
Merge branch 'issue-582' into '6.x'
...
Resolve issue #582 - Twing can't be used within environment that forbid the usage of `eval` or `new Function`
See merge request nightlycommit/twing!571
6.0.0-alpha.5
2023-11-23 23:41:30 +00:00
Eric MORAND
1a0618d8c1
Resolve issue #582
2023-11-23 23:41:29 +00:00
Eric MORAND
b22d570c82
Merge branch 'node-tag-rename' into '6.x'
...
Rename node tag accessor
See merge request nightlycommit/twing!570
6.0.0-alpha.4
2023-11-20 18:09:34 +00:00
Eric MORAND
9d64993d84
Rename node tag accessor
...
Also add createCompiler to the public API
2023-11-20 17:42:35 +00:00
Eric MORAND
1ae53092a3
Merge branch 'github-546' into '6.x'
...
Resolve GitHub#546
See merge request nightlycommit/twing!569
2023-11-20 17:41:03 +00:00
Eric MORAND
2b2149ebfa
Resolve GitHub#546
2023-11-20 17:14:36 +00:00
Eric MORAND
64ebb7806e
Update package README
6.0.0-alpha.3
2023-11-20 11:29:14 +00:00
Eric MORAND
b4ce839e0c
Merge branch 'error-factories' into '6.x'
...
Move error classes to factories
See merge request nightlycommit/twing!568
6.0.0-alpha.2
2023-11-20 11:02:30 +00:00
Eric MORAND
02b5f1fb8c
Move error classes to factories
2023-11-20 10:53:37 +00:00
Eric MORAND
e16c8ac228
Merge branch 'sanitize-call-nodes' into '6.x'
...
Sanitize call nodes
See merge request nightlycommit/twing!567
2023-11-20 08:14:04 +00:00
Eric MORAND
45c77586d7
Sanitize call nodes
2023-11-20 07:56:10 +00:00
Eric MORAND
fd9697f3da
Merge branch 'issue_580' into '6.x'
...
Remove the docs directory
See merge request nightlycommit/twing!566
2023-11-20 00:58:10 +00:00
Eric MORAND
19692eebc9
Remove the docs directory
...
Also streamline the createSource factory.
2023-11-20 00:34:56 +00:00
Eric MORAND
7b331ff100
Merge branch 'issue_579' into '6.x'
...
Resolve issue #579 - The parser throws when encountering an empty comment
See merge request nightlycommit/twing!565
2023-11-19 18:55:50 +00:00
Eric MORAND
6426d39053
Resolve issue #579
2023-11-19 18:29:06 +00:00
Eric MORAND
4cef7da68a
Merge branch 'render-with-sourcemap' into '6.x'
...
Rework the source-map support
See merge request nightlycommit/twing!564
2023-11-19 18:21:58 +00:00
Eric MORAND
8ff7584fa4
Rework the source-map support
2023-11-19 17:29:49 +00:00
Eric MORAND
f67681cabf
Merge branch 'one-hundred' into '6.x'
...
Increase coverage to 100%
See merge request nightlycommit/twing!563
2023-11-17 16:52:44 +00:00
Eric MORAND
dda1e1faec
Increase coverage to 100%
2023-11-17 16:52:44 +00:00
Eric MORAND
5eb56a80a8
Merge branch 'strict' into '6.x'
...
Refactor the code so that we can enable the strict option of the TypeScript compiler
See merge request nightlycommit/twing!562
2023-11-06 08:38:03 +00:00
Eric MORAND
7a1ed59b5d
Refactor the code so that we can enable the strict option of the TypeScript compiler
2023-11-06 08:38:03 +00:00
Eric MORAND
72a4b81c47
Merge branch 'issue_577' into '6.x'
...
Resolve issue #577 - Type the nodes and add factory for each of them
Closes #577
See merge request nightlycommit/twing!561
2023-10-30 21:47:37 +00:00
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
6.0.0-alpha.1
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
6.0.0-alpha.0
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
5.1.4
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
5.1.3
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