ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MPV/Changes
Revision: 1.14
Committed: Sun Mar 26 17:15:18 2023 UTC (13 months, 3 weeks ago) by root
Branch: MAIN
CVS Tags: rel-1_02
Changes since 1.13: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for AnyEvent::MPV
2
3 - trace was only effective on the first ->start.
4
5 1.01 Thu 23 Mar 2023 20:21:53 CET
6 - the default on_event method implementation failed
7 to pass the event data to the on_event callback.
8
9 1.0 Wed 22 Mar 2023 19:20:00 CET
10 - implement a registry wrapper around events.
11 - create json coder/decoder only once instead of per request.
12 - lots of random example snippets added, also, synopsis.
13 - used in production.
14
15 0.2 Mon 20 Mar 2023 13:25:29 CET
16 - event key itself is no longer passed in on_event event object.
17 - the destructor now calls ->stop.
18 - ">mpv" trace messages now contain the whole command.
19 - some internal refactoring.
20
21 0.1 Mon 20 Mar 2023 00:24:44 CET
22 - initial CPAN release.
23
24 0.0 Sun 19 Mar 2023 19:27:47 CET
25 - original version, an AnyEvent::AIO + "doomfrontend" clone