-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathChanges.txt
73 lines (61 loc) · 1.88 KB
/
Changes.txt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Unreleased
-------
0.9.0
-------
#45 Reliable replaceInString filter
0.8.3
-------
#43 100% CPU usage by SingleInputExpect.expect()
- Fix thight loop when input stream is at eof
0.8.2
-------
Make Action method throw IOException
#40 Ability to configure customer executor
0.8.1
-------
Fix interact loop
Finally fixed intermittent test failure on Travis
0.8.0
-------
#21 Add interact support
0.7.0
-------
#35 Add ‘autoFlush' option to flush echo input
(thanks to azure.vastav at gmail)
#36 Expose expect input buffer if ExpectIOException is thrown
(thanks to azure.vastav at gmail)
#30 Ability to combine input streams into one
0.6.1
-------
#23 Add comprehensive logging via java.util.logging
#33 Echo should be printed even if expect method is not called
(requested by jmpllu)
0.6.0
-------
#29 Fail fast ability for matchers
#31 Match result should contain the reference to the input buffer
#28 Replace AssertError with IOException subclass
#20 Ant task for sequence matcher
#27 Make SimpleResult public?
#26 Colors filter is buggy
0.5.0
-------
#17 times matcher is not working as expected
#18 Add sequence matcher
Fix expect thread interrupt issue
0.4.0
----------
#15 sendLine should not use default system line separator
#13 ExpectBuilder ability to set BUFFER_SIZE (reported by syepes)
#12 Unstable tests on slow machines
#6 ability to change the timeout after the first command (reported by davecramer)
#5 Ability to set infinitive timeout (requested by [email protected])
#4 Provide EchoOutput adapters that handle input and output separately.
0.3.1
----------
#8 Bug: Resource leak (reported by neilgierman)
#7 Improvement: fixed checkstyle (by DmitryMiltsov)
0.3.0
----------
#2: times matcher doesn't match if input buffer already contains matching string
#3: Provide Ant support