1525 Commits

Author SHA1 Message Date
Louis Grignon
728fffa464 #541 unit test to show working case 2019-09-22 18:22:40 +02:00
Louis Grignon
7fd8496dc3 add unit test for #539 2019-09-22 16:56:35 +02:00
lgrignon
6ab243193a next snapshot version 2019-09-09 00:57:39 +02:00
lgrignon
ab95a89fce release 2.3.4 2.3.4 2019-09-09 00:56:27 +02:00
lgrignon
8d48e0a410 fix NPE in global npm package lookup 2019-09-09 00:50:54 +02:00
lgrignon
a7bc751ec6 fix NPE in global npm package lookup 2019-09-09 00:41:33 +02:00
lgrignon
5727fc9e34 next snapshot version 2019-09-09 00:32:19 +02:00
lgrignon
539b85a9eb 2.3.3 release 2.3.3 2019-09-09 00:31:22 +02:00
lgrignon
74adc70cd3 attempt to fix tsc retrieval 2019-08-29 13:35:28 +02:00
lgrignon
826e3bb2f0 next snapshot version 2019-08-29 12:55:06 +02:00
lgrignon
0ec73ccdf2 fix tsserver lookup for unix + release 2.3.2 2019-08-29 12:52:47 +02:00
lgrignon
20fac4f76d next snapshot version 2019-08-25 15:29:09 +02:00
lgrignon
611fd7d890 fix release 2.3.1: no snapshot 2.3.1 2019-08-25 15:27:50 +02:00
lgrignon
d3b3c3a306 next snapshot version 2019-08-25 15:18:58 +02:00
lgrignon
6393c4119c replace static calls even if target is not an interface (instance select of static field can't work in TypeScript) 2019-08-25 15:16:19 +02:00
lgrignon
01bd04bc3d Merge branch 'develop' of https://github.com/cincheo/jsweet into develop 2019-07-24 23:12:20 +02:00
lgrignon
ff3718113d add babel before running phantomjs 2019-07-24 23:12:01 +02:00
lgrignon
55e6983f56 ImageData up to date constructor 2019-07-18 20:38:45 +02:00
Louis Grignon
72e091b253
Merge pull request #531 from jmstark/Issue_#530
header missing for default method accessing superclass enum #530
2019-07-02 08:23:49 +02:00
lgrignon
794f897049 fix #532 candies repository URL 2019-07-02 08:09:27 +02:00
Josef Stark
2c6bd6b887 Merge branch 'upstream_develop' into Issue_#530 2019-06-26 19:17:07 +02:00
lgrignon
96be831f40 2.3.1 snapshot 2019-06-23 12:02:36 +02:00
lgrignon
90caa06096 2.3.0 release 2.3.0 2019-06-23 11:14:24 +02:00
Josef Stark
c84c7ee1d4 Add missing headers for when a class inherits a default method that
accesses a field from another class.

This commit attempts to fix #530
Works so far but might not be clean or work for all cases
2019-06-20 15:42:26 +02:00
Louis Grignon
de0931843a ImageData.data is a UInt8Array to better match API 2019-06-09 23:15:50 +02:00
Louis Grignon
64bbd61834 Merge branch 'develop' of https://github.com/cincheo/jsweet into develop 2019-06-07 05:51:52 +02:00
Louis Grignon
5519a1ac4e add media devices API to core ES6 candy 2019-06-07 05:51:43 +02:00
Louis Grignon
5f803b8d5c
Merge pull request #527 from dasa/Arrays-fill
Add support for range in Arrays.fill
2019-06-03 21:58:46 +02:00
Dasa Paddock
6b9fe3029b Fix test 2019-06-03 12:46:09 -07:00
Dasa Paddock
926241e322 Add support for range in Arrays.fill 2019-06-03 10:58:05 -07:00
Louis Grignon
0353547446
Merge pull request #526 from dasa/BigDecimalAdapter
BigDecimalAdapter: Add support for subtract and signum methods
2019-06-02 23:34:31 +02:00
Dasa Paddock
63db041074 Add support for subtract and signum methods 2019-06-02 09:11:24 -07:00
Louis Grignon
0fbcbea45b add error when not using Java 8 2019-05-01 12:20:14 +02:00
Louis Grignon
437d178457 fix Promise returning async methods 2019-04-29 22:29:56 +02:00
Louis Grignon
d1c7d0ed45 allow async method to not return promise
Prior to this commit, async methods had to strictly return a promise.
This needed to be improved in order to be able to return a simple value
in an async method, just like in TypeScript.

Since this is now allowed, this is why there is a new await method which
does not take a Promise parameter, but a generic type. (this
modification was in previous commit:
7f2000e03beee56ab4454b2bdb2d886048f6112e)
2019-04-29 19:42:10 +02:00
Louis Grignon
7f2000e03b add $invoke capability
Brings dynamic invoke capability to def.js.Object.

It allows to dynamically call a method on an object for instance if
definition is missing or simply if it is not possible to do it
otherwise.
2019-04-27 18:47:13 +02:00
Louis Grignon
26beb8d8ce next snapshot version: 2.3.0-SNAPSHOT 2019-03-15 23:39:51 +01:00
Louis Grignon
53c18d5e92 readme for release 2019-03-15 23:28:18 +01:00
Louis Grignon
b43fa5f432 Merge tag '2.2.0' into develop
Release JSweet 2.2.0
2019-03-13 22:20:30 +01:00
Louis Grignon
b18fa4361f Merge branch 'release/2.2.0' 2.2.0 2019-03-13 22:20:11 +01:00
Louis Grignon
139233e451 release 2.2.0 2019-03-13 22:17:37 +01:00
Louis Grignon
f26196b13b core ES6 pom.xml modifications for release jsweet-core-6 2019-03-10 23:34:37 +01:00
Louis Grignon
13ce785f2e core ES5 pom.xml modifications for release 2019-03-10 23:29:13 +01:00
Louis Grignon
7838b80403 pom for release jsweet-core-5 2019-03-10 16:34:26 +01:00
Louis Grignon
d9b4e654bb add lgrignon to pom's developers + SCM connection + issues management 2019-03-10 16:16:51 +01:00
Louis Grignon
1e46909a62 Git flow in README 2019-03-10 15:51:23 +01:00
Renaud Pawlak
2e8800dedb
Merge pull request #518 from blagae/master
Support Deque:remove() and removeFirst()
2019-02-26 19:47:11 +01:00
Benoit Lagae
f844ff5d7f Support Deque:remove() and removeFirst()
This solves errors when using LinkedList reported in #517
2019-02-26 09:42:31 +01:00
Louis Grignon
2bc5f1a048 add division extension points 2019-01-04 19:20:10 +01:00
Louis Grignon
bd2cb8f17d UtilSupport: context wasn't accessible 2018-12-13 00:27:37 +01:00