diff options
author | adamw <adamw@FreeBSD.org> | 2017-10-31 09:26:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-10-31 09:26:34 +0800 |
commit | 089ca63ad43d81afd5465992e40608bb5e6fbf70 (patch) | |
tree | 631a5674c74e1979628bc6b0a16d66b8bc09981a /net | |
parent | d515ea0ca777824c1c0d894c465150df36ffc534 (diff) | |
download | freebsd-ports-gnome-089ca63ad43d81afd5465992e40608bb5e6fbf70.tar.gz freebsd-ports-gnome-089ca63ad43d81afd5465992e40608bb5e6fbf70.tar.zst freebsd-ports-gnome-089ca63ad43d81afd5465992e40608bb5e6fbf70.zip |
Update to 7.50.
7.50 2017-10-30
- Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no
good way to warn our users about this deprecation, it will be in effect
until the next major release. Where we will also change the base class from
Mojo::EventEmitter to Mojo::Base.
- Improved documentation browser with links to MetaCPAN.
7.49 2017-10-28
- Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining.
- Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously
inherited a catch method from Mojo::EventEmitter that was passed the error
message as second argument instead of the first, so you might have to change
$delay->catch(sub { my ($delay, $error) = @_; ... });
to
$delay->catch(sub { my ($error) = @_; ... });
- Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay.
- Updated jQuery to version 3.2.1.
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions