chatmurai
2ae7edad4a
Update GenericError.hx
...
removed @:
@:enum abstract is deprecated in favor of enum abstract
2026-01-13 15:20:22 +01:00
Dima Granetchi
a5f5020b99
small refactor SignalTools
2019-11-15 22:24:14 +02:00
Dima Granetchi
c4eb5da1c3
ver 2.7.0
2019-11-15 01:18:00 +02:00
Dima Granetchi
bed088f064
update travis config, bump linux version
2019-11-15 01:17:44 +02:00
Dima Granetchi
13de678228
travis: bump haxe version
2019-11-15 00:51:34 +02:00
Dima Granetchi
cf29021cd1
support haxe v4
2019-11-15 00:50:48 +02:00
Dima Granetchi
59301a97b6
Merge pull request #17 from aartzrc/master
...
Added bindAllWithOrigin
2018-05-12 22:39:52 +03:00
aartzrc
65124993f7
revert bindAll and create bindAllWithOrigin
2018-05-10 08:40:50 -07:00
aartzrc
f3f87179a6
Added origin IBindable object to callback
...
Using bindAll frequently, it became difficult to handle binding many objects to a single callback. Having the origin object pass through makes things easier.
2018-04-13 17:38:27 -07:00
Dima Granetchi
4fd08035d2
sample with interface (hardcoded signal)
2017-12-19 21:53:32 +02:00
Dima Granetchi
2a839a2ae1
version 2.6.3
2017-12-18 20:05:29 +02:00
Dima Granetchi
b95d86c8bb
Merge pull request #14 from sinnus/master
...
Cool, thanks. Travix php build failed. But who cares. Merged
2017-12-15 15:41:31 +02:00
sinnus
deb69b00f3
Fixed inheritance issue for bindAll and unbindAll
2017-12-15 16:07:15 +03:00
Dima Granetchi
2ca2c1f46e
minor fix extra params
2017-03-12 05:34:04 +02:00
Dima Granetchi
020056fa84
Merge pull request #10 from profelis/development
...
setup default behaviour
2017-03-11 12:33:30 +02:00
Dima Granetchi
3e6428390f
setup default behaviour
2017-03-11 02:06:18 +02:00
Dima Granetchi
3b20ef5ece
fix license file name
2017-03-09 02:47:46 +02:00
Dima Granetchi
e262fe90e1
version 2.6.0
2017-02-26 13:37:27 +02:00
Dima Granetchi
e2c77078a2
minor test fixes
2017-02-26 03:48:08 +02:00
Dima Granetchi
f39628c220
fix chain binding
2017-02-26 03:27:55 +02:00
Dima Granetchi
cb3070b853
log exceptions
2017-02-13 19:35:35 +02:00
Dima Granetchi
5294568a72
simplify isBindable check method
2017-02-03 03:09:32 +03:00
Dima Granetchi
9e197d9a69
remove unused variables
2017-02-02 22:29:40 +03:00
Dima Granetchi
6327199bf1
rework signal tools
2017-02-02 22:24:22 +03:00
Dima Granetchi
b1cbea09ec
- haxe 3.4.x changes
...
- Reflect.compareMethods for all platforms
2017-02-02 21:12:57 +03:00
Dima Granetchi
86c765c7b6
disable osx travis platform
2017-02-02 18:25:47 +03:00
Dima Granetchi
2d24c78794
added root tests.hxml
2017-02-02 18:17:56 +03:00
Dima Granetchi
632f5b477c
switch to travix library
2017-02-02 18:15:13 +03:00
Dima Granetchi
18a2f252f0
exclude old haxe/browser from tests
2017-02-02 17:56:03 +03:00
Dima Granetchi
31f1b9f405
override operators for WarnPriority
2017-02-02 17:44:45 +03:00
Dima Granetchi
f4d1f1fc79
update to latest buddy support
2017-02-02 17:44:10 +03:00
Dima Granetchi
90957d5fcf
Create LICENCE
2016-07-23 20:41:17 +03:00
Dima Granetchi
ab71eb28ab
minor
2015-12-12 17:25:01 +02:00
Dima Granetchi
af47403150
fix readme formating
2015-12-12 17:15:01 +02:00
Dima Granetchi
d0863a7d5c
release 2.5.2
2015-08-08 12:49:00 +03:00
Dima Granetchi
e2ac290abd
check error in notify
2015-08-08 12:41:13 +03:00
Dima Granetchi
65379235dd
Update README.md
2015-08-03 12:33:31 +03:00
Dima Granetchi
d34ff1ce3f
Update README.md
2015-08-03 12:32:31 +03:00
Dima Granetchi
83e7d14588
bindAll with property values
2015-08-02 23:20:37 +03:00
Dima Granetchi
61c7b56435
update readme (bindTo info)
2015-08-01 12:58:34 +03:00
Dima Granetchi
7b6dbafe05
release 2.5.0
2015-08-01 12:49:44 +03:00
Dima Granetchi
06a49ab4c9
fix variable names with dots
2015-08-01 12:34:50 +03:00
Dima Granetchi
5bc04f918a
support bind static fields
2015-07-30 00:01:13 +03:00
Dima Granetchi
7c8bbe32fa
Revert "buddy tests file fix"
...
This reverts commit e972488062 .
2015-07-20 11:53:33 +03:00
Dima Granetchi
e972488062
buddy tests file fix
2015-07-20 11:47:48 +03:00
Dima Granetchi
bd7c70de76
Revert "[php] fix bindAll maybe"
...
This reverts commit 9d706707f7 .
2015-07-20 11:39:06 +03:00
Dima Granetchi
d54e819093
Update haxe version
2015-07-20 10:57:38 +03:00
Dima Granetchi
9d706707f7
[php] fix bindAll maybe
2015-07-20 10:48:57 +03:00
Dima Granetchi
95d6e3d721
bindAll dispatch field name
2015-07-20 10:29:04 +03:00
Dmitri Granetchi
d77d0f104d
"this" or not "this" notice in readme
2015-06-28 23:35:27 +03:00