315 Commits

Author SHA1 Message Date
Juraj Kirchheim
08249260f9 Bump version. 1.0.4 2024-11-27 08:40:44 +01:00
Juraj Kirchheim
e24941880a Get travix from haxelib. 2024-11-27 08:35:08 +01:00
Juraj Kirchheim
bdf78197db Merge pull request #40 from kLabz/fix_weird_partial_resolution
Fix weird partial module resolution
2024-11-27 07:17:44 +01:00
k
635e64ebf1 Fix weird partial module resolution
See https://github.com/HaxeFoundation/haxe/pull/11338
2024-11-26 16:09:56 +01:00
Juraj Kirchheim
990096cfd5 Release 1.0.3 1.0.3 2023-11-09 07:34:56 +01:00
Juraj Kirchheim
1df0dd6d6c Make Member::hasMeta null safe. 2023-11-09 07:33:17 +01:00
Juraj Kirchheim
6b8be33832 Release 1.0.2 1.0.2 2023-11-09 06:35:53 +01:00
Juraj Kirchheim
8b769e5938 Add Member::hasMeta. 2023-11-09 06:32:57 +01:00
Juraj Kirchheim
0ca2e371d4 Remove 3.4.7 from CI. 2023-04-06 06:44:26 +00:00
Juraj Kirchheim
472916f2af Release 1.0.1 1.0.1 2023-04-06 06:42:09 +00:00
Juraj Kirchheim
2471637905 Fix tests for 4.3 and make use of getConfiguration. 2023-04-06 06:41:28 +00:00
Juraj Kirchheim
c400f5af51 Comment out test failing on nightly. 2021-07-07 09:09:40 +02:00
Juraj Kirchheim
32d711cd71 Release 1.0.0 1.0.0 2021-07-06 19:31:17 +02:00
Juraj Kirchheim
0947d1b916 Release 0.24.0 0.24.0 2021-06-02 10:23:41 +02:00
Juraj Kirchheim
aa186a1ec2 Add eval to Expr/TypedExpr. 2021-06-02 10:21:41 +02:00
Kevin Leung
40d7c2fbde Update badges 2021-05-22 12:07:27 +08:00
Kevin Leung
f1010a518f Bump dependency and fix haxe3 compatibility 2021-05-14 21:33:09 +08:00
Kevin Leung
54f592f14c Setup GitHub Actions 2021-05-14 21:29:25 +08:00
Juraj Kirchheim
e01bf6912a Improve VarAccess to String conversion. 2021-05-03 20:38:55 +02:00
Juraj Kirchheim
56fe8d7346 Release 0.23.0 0.23.0 2021-04-02 10:09:41 +02:00
Juraj Kirchheim
7e2dfad607 Make TypeMap work exacly with anons. 2021-03-14 13:25:20 +01:00
Juraj Kirchheim
94d02c91a8 Haxe 3 support. 2021-03-14 12:59:38 +01:00
Juraj Kirchheim
99a1fc3fa6 Exact type to string conversion. 2021-03-14 12:58:10 +01:00
Juraj Kirchheim
a383f7692b Argh ... 2021-02-25 11:37:04 +01:00
Juraj Kirchheim
5e5781e8bc Faster intersection for haxe4. 2021-02-25 11:36:26 +01:00
Juraj Kirchheim
63ce1853f5 Release 0.22.0 0.22.0 2021-02-22 11:46:09 +01:00
Juraj Kirchheim
f3ddaa6496 Merge pull request #33 from haxetink/deduce_common_type
Deduce common base type from a list of types
2020-12-23 09:32:31 +01:00
Kevin Leung
f46e49ce66 Fix haxe3 2020-12-22 17:15:28 +08:00
Kevin Leung
007c73d58e Deduce common base type from a list of types 2020-12-22 16:56:45 +08:00
Juraj Kirchheim
8c5903833c Merge pull request #32 from haxetink/isAbstract
haxe 4.2+ fix
2020-12-20 09:21:31 +01:00
Dan Korostelev
59d7407d1b haxe 4.2+ fix 2020-12-19 22:58:31 +01:00
Juraj Kirchheim
0680220a77 Release 0.21.1 0.21.1 2020-08-20 13:09:07 +02:00
Juraj Kirchheim
acaedc170a Fix issue with build field retrieval. 2020-08-20 13:08:28 +02:00
Juraj Kirchheim
8b9dbba624 Release 0.21.0 0.21.0 2020-08-20 12:47:53 +02:00
Juraj Kirchheim
f9348d4a46 Release 0.20.2 0.20.2 2020-08-20 12:46:40 +02:00
Juraj Kirchheim
6f4e6b9227 Workaround https://github.com/HaxeFoundation/haxe/issues/9853 2020-08-20 12:45:33 +02:00
Juraj Kirchheim
59135d5cea Release 0.20.1 0.20.1 2020-08-12 23:14:38 +02:00
Juraj Kirchheim
4accf55b41 Avoid messing with typing order. 2020-08-12 23:10:43 +02:00
Juraj Kirchheim
fd3b01ef0f Release 0.20.0 0.20.0 2020-08-12 14:25:07 +02:00
Juraj Kirchheim
5825c2b617 Add TypedExpr helpers. 2020-08-12 14:22:00 +02:00
Juraj Kirchheim
328a8476a5 Release 0.19.3 0.19.3 2020-06-26 15:26:51 +02:00
Juraj Kirchheim
1589665652 Fix haxe 3. 2020-06-26 15:24:00 +02:00
Juraj Kirchheim
08f15a6739 Release 0.19.2 0.19.2 2020-06-26 15:09:56 +02:00
Juraj Kirchheim
b5e992b820 Fix issues in ComplexType -> Type conversion for functions. 2020-06-26 15:09:21 +02:00
Juraj Kirchheim
8c50dcf04b Release 0.19.1 0.19.1 2020-04-29 20:58:00 +02:00
Juraj Kirchheim
4bc63c6eb0 Resolves #23. 2020-04-24 15:55:39 +02:00
Juraj Kirchheim
acb7237ae4 Resolves #12. Resolves #18. 2020-04-24 15:38:51 +02:00
Juraj Kirchheim
e3bac681ce Allow for typemaps that reduce everything except null. 2020-04-24 15:29:24 +02:00
Juraj Kirchheim
34516086c9 Update setup. 2020-04-24 14:42:55 +02:00
Kevin Leung
b1e7bf51cf Release 0.19.0 0.19.0 2020-03-11 14:01:21 +08:00