|
| 1 | +2016-11-22 version 0.9.3 |
| 2 | +* Pretty printing of JSON reponse (@crantok in PR #44) |
| 3 | + |
1 | 4 | 2016-08-31 version 0.9.2 |
2 | | - * SwithFrame with nil id (@exjimsk in PR #34) |
| 5 | +* SwithFrame with nil id (@exjimsk in PR #34) |
3 | 6 |
|
4 | 7 | 2016-02-23 version 0.9.1 |
5 | | - * Log method (@wetherbeei in PR #21) |
| 8 | +* Log method (@wetherbeei in PR #21) |
6 | 9 |
|
7 | 10 | 2016-02-11 version 0.9.0 |
8 | | - * Testing on docker with go 1.5.3 |
9 | | - * Testing with Selenium 2.51.0 |
10 | | - * SwitchSession (@minusnine in PR #27) |
11 | | - * KeyUp and KeyDown (@minusnine in PR #26) |
12 | | - * Capability type (@minusnine in PR #25) |
| 11 | +* Testing on docker with go 1.5.3 |
| 12 | +* Testing with Selenium 2.51.0 |
| 13 | +* SwitchSession (@minusnine in PR #27) |
| 14 | +* KeyUp and KeyDown (@minusnine in PR #26) |
| 15 | +* Capability type (@minusnine in PR #25) |
13 | 16 |
|
14 | 17 | 2015-06-16 version 0.8.5 |
15 | | - * Fix URL in go.doc (@RaviTezu in PR #15) |
| 18 | +* Fix URL in go.doc (@RaviTezu in PR #15) |
16 | 19 |
|
17 | 20 | 2015-06-16 version 0.8.4 |
18 | | - * Make SetDebug visible (github PR #8 by dskora) |
| 21 | +* Make SetDebug visible (github PR #8 by dskora) |
19 | 22 |
|
20 | 23 | 2015-02-10 version 0.8.3 |
21 | | - * ResizeWindow (MR #3 by eide) |
| 24 | +* ResizeWindow (MR #3 by eide) |
22 | 25 |
|
23 | 26 | 2014-08-14 version 0.8.2 |
24 | | - * Fixed errors found by "go vet" |
| 27 | +* Fixed errors found by "go vet" |
25 | 28 |
|
26 | 29 | 2014-02-04 version 0.8.1 |
27 | | - * MaximizeWindow (issue #9) |
28 | | - * VERSION -> Version |
| 30 | +* MaximizeWindow (issue #9) |
| 31 | +* VERSION -> Version |
29 | 32 |
|
30 | 33 | 2014-01-28 version 0.8.0 |
31 | | - * GetHTTPClient for AppEngine support (issue #8) |
| 34 | +* GetHTTPClient for AppEngine support (issue #8) |
32 | 35 |
|
33 | 36 | 2013-11-02 version 0.7.0 |
34 | | - * Added SessionId to Selenium interface |
| 37 | +* Added SessionId to Selenium interface |
35 | 38 |
|
36 | 39 | 2013-10-09 version 0.6.1 |
37 | | - * Fix panic when stringCommand return value is nil (issue #6) |
| 40 | +* Fix panic when stringCommand return value is nil (issue #6) |
38 | 41 |
|
39 | 42 | 2012-04-10 version 0.6.0 |
40 | | - * ExecuteScriptRaw, ExecuteScriptAsyncRaw (Naitik Shah) |
41 | | - * DecodeElement in API (Naitik Shah) |
| 43 | +* ExecuteScriptRaw, ExecuteScriptAsyncRaw (Naitik Shah) |
| 44 | +* DecodeElement in API (Naitik Shah) |
42 | 45 |
|
43 | 46 | 2012-04-07 version 0.5.0 |
44 | | - * IsDiaplayed -> IsDisplayed (thanks Naitik Shah) |
45 | | - * VERSION is a const now |
| 47 | +* IsDiaplayed -> IsDisplayed (thanks Naitik Shah) |
| 48 | +* VERSION is a const now |
46 | 49 |
|
47 | 50 | 2012-03-29 version 0.4.0 |
48 | | - * Fix bug in /status |
49 | | - * timeouts are in time.Duration |
| 51 | +* Fix bug in /status |
| 52 | +* timeouts are in time.Duration |
50 | 53 |
|
51 | 54 | 2012-02-13 version 0.3.0 |
52 | | - * Go 1 |
53 | | - * Compatible with `go get` |
54 | | - * README teaks |
| 55 | +* Go 1 |
| 56 | +* Compatible with `go get` |
| 57 | +* README teaks |
55 | 58 |
|
56 | 59 | 2011-09-27 version 0.2.2 |
57 | | - * All keys from http://bit.ly/p8SIrD |
| 60 | +* All keys from http://bit.ly/p8SIrD |
58 | 61 |
|
59 | 62 | 2011-09-27 version 0.2.1 |
60 | | - * Capabilities, SetAsyncScriptTimeout, SetImplicitWaitTimeout, CloseWindow |
61 | | - * IME commands |
62 | | - * Use selenium 2.7.0 for testing |
| 63 | +* Capabilities, SetAsyncScriptTimeout, SetImplicitWaitTimeout, CloseWindow |
| 64 | +* IME commands |
| 65 | +* Use selenium 2.7.0 for testing |
63 | 66 |
|
64 | 67 | 2011-09-21 version 0.2.0 |
65 | | - * Moved profileDir out of NewRemote |
| 68 | +* Moved profileDir out of NewRemote |
66 | 69 |
|
67 | 70 | 2011-09-07 version 0.1.3 |
68 | | - * Local test server, SauceLabs disabled |
69 | | - * Added run-tests.sh |
70 | | - * Stop tests on first error (t.Error -> t.Fatal) |
| 71 | +* Local test server, SauceLabs disabled |
| 72 | +* Added run-tests.sh |
| 73 | +* Stop tests on first error (t.Error -> t.Fatal) |
71 | 74 |
|
72 | 75 | 2011-09-06 version 0.1.2 |
73 | | - * Tests running on SauceLabs |
74 | | - * More lax content-type checking |
75 | | - * Pass Capabilities (not *Capabilties) |
| 76 | +* Tests running on SauceLabs |
| 77 | +* More lax content-type checking |
| 78 | +* Pass Capabilities (not *Capabilties) |
76 | 79 |
|
77 | 80 | 2011-09-04 version 0.1.1 |
78 | | - * Screenshot |
| 81 | +* Screenshot |
79 | 82 |
|
80 | 83 | 2011-09-04 version 0.1.0 |
81 | | - * Initial release |
| 84 | +* Initial release |
0 commit comments