Revision history for Ryu 0.005 2017-01-29 01:06:51+08:00 Asia/Kuala_Lumpur API changes: * Ryu::Exception->future renamed to ->as_future, old method is still available but will be dropped by 1.0. New features: * ->source and ->value for Ryu::Observable 0.005 2017-01-16 20:26:27+08:00 Asia/Kuala_Lumpur New features: * ->set_numeric and ->set_string for Ryu::Observable Cosmetic changes: * Automatic labels for operators now omit the Ryu::Source:: prefix 0.004 2017-01-16 02:34:22+08:00 Asia/Kuala_Lumpur API changes: * ->await now returns the source, not the completion Future. Bug fixes: * ->await didn't, instead it delegated to Future's ->await which provides no guarantees about readiness when it returns. Fixed by looping until the Future is ready. 0.003 2017-01-16 01:38:09+08:00 Asia/Kuala_Lumpur New features: * Ryu::Observable->subscribe callbacks now receive value in $_ as well as @_ Dependency fixes: * Missing deps - Variable::Disposition, etc. - added * Moved some unessential modules to recommends/suggests 0.002 2017-01-11 01:01:04+08:00 Asia/Kuala_Lumpur No new features. Dependency fixes: * Removed references to Devel::Peek, Devel::Refcount and Devel::MAT left over from earlier testing. 0.001 2017-01-08 19:45:18+08:00 Asia/Kuala_Lumpur Initial CPAN release