lgrignon
117f731807
fix signing passphrase from maven settings
2020-04-13 11:05:10 +02:00
lgrignon
e3bb3ffa4d
next snapshot
2020-04-13 10:55:49 +02:00
lgrignon
436f5aa7b3
release 2.3.7
2.3.7
2020-04-13 10:53:43 +02:00
Louis Grignon
f894e209a7
Merge pull request #580 from cincheo/fix/constructorDefinitionRegression
...
fixed regression in constructor definitions + test
2020-04-13 10:27:19 +02:00
Renaud Pawlak
43c43edeef
fixed regression in constructor definitions + test
2020-04-13 10:20:18 +02:00
Renaud Pawlak
0545a0ce50
Merge pull request #579 from cincheo/bugfix/awaitInStaticInit
...
fix static initializer when it contains awaits
2020-04-13 09:50:13 +02:00
lgrignon
33dbf1f2a8
fix static initializer when it contains awaits
2020-04-13 00:14:47 +02:00
Louis Grignon
ac3784217d
Merge pull request #576 from cincheo/fix/importRegression
...
fix #574 : regression with imports on enums
2020-04-11 19:28:03 +02:00
Renaud Pawlak
f6642d6403
fixed formatting
2020-04-11 18:13:26 +02:00
Renaud Pawlak
9982e55a1c
fix #574 : regression with imports on enums
2020-04-11 11:47:32 +02:00
lgrignon
f069350359
Merge branch 'develop' of https://github.com/cincheo/jsweet into develop
2020-04-10 18:21:53 +02:00
lgrignon
7cc1a19414
#565 add core ability to be deployed to central
2020-04-10 18:20:47 +02:00
Renaud Pawlak
ee5a58032b
Merge branch 'develop' of https://github.com/cincheo/jsweet into develop
2020-04-08 08:51:56 +02:00
Renaud Pawlak
a9f2a2bad3
move to next version shapshot
2020-04-08 08:51:35 +02:00
Louis Grignon
cc4e741a6d
Merge pull request #572 from cincheo/fix/overloadWithInheritance
...
fix overload infinite recursion bug when calling super overload
2020-04-07 20:13:32 +02:00
Renaud Pawlak
5c1bb4a791
remove debug code
2020-04-07 19:54:41 +02:00
lgrignon
a8bba2688e
doc for ignoring signing
2020-04-07 19:08:06 +02:00
Renaud Pawlak
1638399c67
fix overload infinite recursion bug when calling super overload
2020-04-07 18:13:27 +02:00
lgrignon
23b89bdb71
fix travis build by ignoring signing
2020-04-06 23:35:11 +02:00
lgrignon
94d28b2211
fix travis build by ignoring signing
2020-04-06 23:12:19 +02:00
lgrignon
747d0c4786
GPG signing readme
2020-04-06 20:39:52 +02:00
lgrignon
c23f45ab4c
fixs for release
2020-04-06 20:23:24 +02:00
lgrignon
608e1846df
fixs for release
2020-04-06 20:20:02 +02:00
Renaud Pawlak
f884b57395
Merge pull request #571 from cincheo/bugfix/569_unreachable
...
[#2 ] fix #569 unreachable
2020-04-06 09:31:45 +02:00
lgrignon
912f4ba9cb
unit tests for #569
2020-04-04 13:08:44 +02:00
lgrignon
88a34fafa6
fix #563 with keyword support
2020-04-04 12:31:00 +02:00
Renaud Pawlak
09458c61ae
Merge pull request #568 from cincheo/bugfix/dependentFieldsInitialization
...
fix dependent fields initialization
2020-03-24 11:29:11 +01:00
lgrignon
a0c1a04942
next snapshot version
2020-03-21 15:52:04 +01:00
lgrignon
4810bfec1c
fix dependent fields initialization
...
There was a problem when a not primitive field init relies on a
primitive field (please see attached unit test case).
We now guarantee that all fields are initialized the same way.
2020-03-21 15:42:04 +01:00
Renaud Pawlak
b4eda7b6eb
fixed decorators with implicit args
2020-03-20 11:46:07 +01:00
Renaud Pawlak
d786dd2aaa
added advanced substitution methods
2020-03-20 08:52:30 +01:00
Renaud Pawlak
8eb4423692
add parentesis to decorators in any case
2020-03-19 11:42:37 +01:00
Renaud Pawlak
9e7f3972df
fix for duplicate default methods injections + test
2020-03-19 09:00:39 +01:00
Renaud Pawlak
73ebe08b41
spread decorators on overloads
2020-03-15 12:44:47 +01:00
Renaud Pawlak
ca3afd79b9
do not print annotations on interfaces
2020-03-15 09:08:19 +01:00
Renaud Pawlak
bde08b53a7
added hooks for transpilation start/end
2020-03-12 11:48:08 +01:00
Renaud Pawlak
2eab7c0cb9
fix problem with default methods overloads + test
2020-03-11 13:18:54 +01:00
Renaud Pawlak
3b581e8bd0
added a comment to track default methods sources
2020-03-05 13:44:19 +01:00
Renaud Pawlak
eb3579a397
add 'let' to reserved keywords
2020-02-24 18:40:04 +01:00
Renaud Pawlak
f608411ddd
update assertion
2020-02-22 08:55:48 +01:00
Renaud Pawlak
d3c90d5d91
add 'outEncoding' option - may be useful when input encoding != UTF8
2020-02-22 08:52:31 +01:00
Renaud Pawlak
eb12da2932
add ts/js keyword mapping for 'export'
2020-02-22 08:19:03 +01:00
Renaud Pawlak
974b62881d
add an annotation KeepUses to allow the user to avoir invocation erasing
2020-02-21 09:14:20 +01:00
Renaud Pawlak
d324c26bfe
support of isInstance when J4TS is activated
2020-02-21 08:57:04 +01:00
Renaud Pawlak
223fa9bc7e
better support of unavailable elements
2020-02-20 08:52:46 +01:00
Renaud Pawlak
de429adb1a
loosen type
2020-02-19 10:01:57 +01:00
Renaud Pawlak
422c1da5e0
loosen type
2020-02-19 09:46:11 +01:00
Renaud Pawlak
076faa90c1
loosen type
2020-02-19 09:36:53 +01:00
Renaud Pawlak
ebae3dc63d
loosen type
2020-02-19 09:23:42 +01:00
Renaud Pawlak
bab1ed20c1
adds a warning when Java compilation errors are ignored
2020-02-19 08:03:22 +01:00