blob: 4370cc5c588e5df11573e3511e574b0a48e2ca0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2012-06-28 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.7
* yard documentation completed
* add link and board JSON ready examples
* link_value is an Hash -> fix possible bugs
* use ruby Array instead of comma separated Strings (destinations,keys)
* implement SYS_ACT_ADD_ROOM system action
* implement ACT_PASS_THROUGH application action
* add Particle #merged_length, #each_merged
* add Board #keep!, flush!
2012-06-13 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.6 (edoors)
* add bin
* add examples
* project rename, iotas -> edoors-ruby
* clean up Room routing algo
* Spin accepts top level object which are not Rooms
* enhance direct routing through Door#send_p destination parameter
* enhance Particle#init! and Particle#reset! action and usage
2012-06-13 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.5 (iotas)
* for project name change notification
2012-06-02 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.4
* simplify routing algorithm
* allow direct routing through Door#send_p action parameter
2012-05-24 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.3
* change routing algo, use Spin@world hash when door is not found locally
2012-05-18 Jérémy Zurcher <jeremy@asynk.ch>
* first release : v0.0.2
2012-05-01 Jérémy Zurcher <jeremy@asynk.ch>
* Project creation
|