scratch – Blame information for rev 115

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 CHANGELOG
2 ---------
3 * 1.6.0 (2015-03-02)
4 * BC Break: bump minimum PHP versions
5 * Allow use of evenement v2.0 (thanks @patkar for the P/R)
6  
7 * 1.5.0 (2013-06-21)
8  
9 * BC Break : ConfigurationInterface::get does not throw exceptions anymore
10 in case the key does not exist. Second argument is a default value to return
11 in case the key does not exist.
12  
13 * 1.4.1 (2013-05-23)
14  
15 * Add third parameter to BinaryInterface::command method to pass a listener or
16 an array of listener that will be registered just the time of the command.
17  
18 * 1.4.0 (2013-05-11)
19  
20 * Extract process run management to ProcessRunner.
21 * Add support for process listeners.
22 * Provides bundled DebugListener.
23 * Add BinaryInterface::command method.
24 * BC break : ProcessRunnerInterface::run now takes an SplObjectStorage containing
25 listeners as second argument.
26 * BC break : BinaryInterface no longer implements LoggerAwareInterface
27 as it is now supported by ProcessRunner.
28  
29 * 1.3.4 (2013-04-26)
30  
31 * Add BinaryDriver::run method.
32  
33 * 1.3.3 (2013-04-26)
34  
35 * Add BinaryDriver::createProcessMock method.
36  
37 * 1.3.2 (2013-04-26)
38  
39 * Add BinaryDriverTestCase for testing BinaryDriver implementations.
40  
41 * 1.3.1 (2013-04-24)
42  
43 * Add timeouts handling
44  
45 * 1.3.0 (2013-04-24)
46  
47 * Add BinaryInterface and AbstractBinary
48  
49 * 1.2.1 (2013-04-24)
50  
51 * Add ConfigurationAwareInterface
52 * Add ProcessBuilderAwareInterface
53  
54 * 1.2.0 (2013-04-24)
55  
56 * Add BinaryDriver\Configuration
57  
58 * 1.1.0 (2013-04-24)
59  
60 * Add support for timeouts via `setTimeout` method
61  
62 * 1.0.0 (2013-04-23)
63  
64 * First stable version.