2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
- ### [ 0.6.4] ( https://github.com/pimlie /tib/compare/v0.6.3...v0.6.4 ) (2019-07-28)
5
+ ### [ 0.6.4] ( https://github.com/nuxt /tib/compare/v0.6.3...v0.6.4 ) (2019-07-28)
6
6
7
7
8
8
### Bug Fixes
9
9
10
- * use 'folder: false' to use bs-local with an internal server ([ 8bd4abc] ( https://github.com/pimlie /tib/commit/8bd4abc ) )
10
+ * use 'folder: false' to use bs-local with an internal server ([ 8bd4abc] ( https://github.com/nuxt /tib/commit/8bd4abc ) )
11
11
12
12
13
13
14
- ### [ 0.6.3] ( https://github.com/pimlie /tib/compare/v0.6.2...v0.6.3 ) (2019-07-14)
14
+ ### [ 0.6.3] ( https://github.com/nuxt /tib/compare/v0.6.2...v0.6.3 ) (2019-07-14)
15
15
16
16
17
17
### Bug Fixes
18
18
19
- * ** staticserver:** keep ref to config ([ e6fde22] ( https://github.com/pimlie /tib/commit/e6fde22 ) )
19
+ * ** staticserver:** keep ref to config ([ e6fde22] ( https://github.com/nuxt /tib/commit/e6fde22 ) )
20
20
21
21
22
22
23
- ### [ 0.6.2] ( https://github.com/pimlie /tib/compare/v0.6.1...v0.6.2 ) (2019-07-14)
23
+ ### [ 0.6.2] ( https://github.com/nuxt /tib/compare/v0.6.1...v0.6.2 ) (2019-07-14)
24
24
25
25
26
26
### Bug Fixes
27
27
28
- * dont return early in getElementsFromPage ([ 4324211] ( https://github.com/pimlie /tib/commit/4324211 ) )
28
+ * dont return early in getElementsFromPage ([ 4324211] ( https://github.com/nuxt /tib/commit/4324211 ) )
29
29
30
30
31
31
### Features
32
32
33
- * add quiet option to disable logs ([ 0025dbb] ( https://github.com/pimlie /tib/commit/0025dbb ) )
33
+ * add quiet option to disable logs ([ 0025dbb] ( https://github.com/nuxt /tib/commit/0025dbb ) )
34
34
35
35
36
36
37
- ### [ 0.6.1] ( https://github.com/pimlie /tib/compare/v0.6.0...v0.6.1 ) (2019-07-13)
37
+ ### [ 0.6.1] ( https://github.com/nuxt /tib/compare/v0.6.0...v0.6.1 ) (2019-07-13)
38
38
39
39
40
40
### Bug Fixes
41
41
42
- * dont overwrite staticServer config ([ be5675c] ( https://github.com/pimlie /tib/commit/be5675c ) )
42
+ * dont overwrite staticServer config ([ be5675c] ( https://github.com/nuxt /tib/commit/be5675c ) )
43
43
44
44
45
45
46
- ## [ 0.6.0] ( https://github.com/pimlie /tib/compare/v0.5.2...v0.6.0 ) (2019-07-13)
46
+ ## [ 0.6.0] ( https://github.com/nuxt /tib/compare/v0.5.2...v0.6.0 ) (2019-07-13)
47
47
48
48
49
49
### Bug Fixes
50
50
51
- * ignore grep errors for chrome detector ([ 262ae34] ( https://github.com/pimlie /tib/commit/262ae34 ) )
51
+ * ignore grep errors for chrome detector ([ 262ae34] ( https://github.com/nuxt /tib/commit/262ae34 ) )
52
52
53
53
54
54
### Features
55
55
56
- * add static webserver command ([ 9b075d4] ( https://github.com/pimlie /tib/commit/9b075d4 ) )
57
- * add trim option to getText(s) ([ 1caadd0] ( https://github.com/pimlie /tib/commit/1caadd0 ) )
56
+ * add static webserver command ([ 9b075d4] ( https://github.com/nuxt /tib/commit/9b075d4 ) )
57
+ * add trim option to getText(s) ([ 1caadd0] ( https://github.com/nuxt /tib/commit/1caadd0 ) )
58
58
59
59
60
60
### Tests
61
61
62
- * fix for selenium ([ 7533ed4] ( https://github.com/pimlie /tib/commit/7533ed4 ) )
62
+ * fix for selenium ([ 7533ed4] ( https://github.com/nuxt /tib/commit/7533ed4 ) )
63
63
64
64
65
65
66
- ## [ 0.5.2] ( https://github.com/pimlie /tib/compare/v0.5.1...v0.5.2 ) (2019-05-05)
66
+ ## [ 0.5.2] ( https://github.com/nuxt /tib/compare/v0.5.1...v0.5.2 ) (2019-05-05)
67
67
68
68
69
69
70
- ## [ 0.5.1] ( https://github.com/pimlie /tib/compare/v0.5.0...v0.5.1 ) (2019-04-03)
70
+ ## [ 0.5.1] ( https://github.com/nuxt /tib/compare/v0.5.0...v0.5.1 ) (2019-04-03)
71
71
72
72
73
73
### Bug Fixes
74
74
75
- * use correct es5 entry point ([ cc68e67] ( https://github.com/pimlie /tib/commit/cc68e67 ) )
75
+ * use correct es5 entry point ([ cc68e67] ( https://github.com/nuxt /tib/commit/cc68e67 ) )
76
76
77
77
78
78
79
- # [ 0.5.0] ( https://github.com/pimlie /tib/compare/v0.4.0...v0.5.0 ) (2019-03-26)
79
+ # [ 0.5.0] ( https://github.com/nuxt /tib/compare/v0.4.0...v0.5.0 ) (2019-03-26)
80
80
81
81
82
82
### Bug Fixes
83
83
84
- * detect chrome correctly on darwin (use egrep) ([ c6068a2] ( https://github.com/pimlie /tib/commit/c6068a2 ) )
85
- * implement safari correctly ([ 15c4d8b] ( https://github.com/pimlie /tib/commit/15c4d8b ) )
86
- * only enable xfvb by default on supported platforms ([ d6df88c] ( https://github.com/pimlie /tib/commit/d6df88c ) )
87
- * only load xfvb by default on supported platforms ([ 52fac06] ( https://github.com/pimlie /tib/commit/52fac06 ) )
84
+ * detect chrome correctly on darwin (use egrep) ([ c6068a2] ( https://github.com/nuxt /tib/commit/c6068a2 ) )
85
+ * implement safari correctly ([ 15c4d8b] ( https://github.com/nuxt /tib/commit/15c4d8b ) )
86
+ * only enable xfvb by default on supported platforms ([ d6df88c] ( https://github.com/nuxt /tib/commit/d6df88c ) )
87
+ * only load xfvb by default on supported platforms ([ 52fac06] ( https://github.com/nuxt /tib/commit/52fac06 ) )
88
88
89
89
90
90
### Features
91
91
92
- * rename browser export to createBrowser ([ d62e935] ( https://github.com/pimlie /tib/commit/d62e935 ) )
92
+ * rename browser export to createBrowser ([ d62e935] ( https://github.com/nuxt /tib/commit/d62e935 ) )
93
93
94
94
95
95
96
- # [ 0.4.0] ( https://github.com/pimlie /tib/compare/v0.3.0...v0.4.0 ) (2019-03-21)
96
+ # [ 0.4.0] ( https://github.com/nuxt /tib/compare/v0.3.0...v0.4.0 ) (2019-03-21)
97
97
98
98
99
99
### Features
100
100
101
- * add mocked timer detection and try to workaround them ([ ea9409c] ( https://github.com/pimlie /tib/commit/ea9409c ) )
101
+ * add mocked timer detection and try to workaround them ([ ea9409c] ( https://github.com/nuxt /tib/commit/ea9409c ) )
102
102
103
103
104
104
105
- # [ 0.3.0] ( https://github.com/pimlie /tib/compare/v0.2.2...v0.3.0 ) (2019-03-21)
105
+ # [ 0.3.0] ( https://github.com/nuxt /tib/compare/v0.2.2...v0.3.0 ) (2019-03-21)
106
106
107
107
108
108
### Bug Fixes
109
109
110
- * add exit listeners to exit child procs on interruption ([ 744dcff] ( https://github.com/pimlie /tib/commit/744dcff ) )
110
+ * add exit listeners to exit child procs on interruption ([ 744dcff] ( https://github.com/nuxt /tib/commit/744dcff ) )
111
111
112
112
113
113
### Features
114
114
115
- * auto transpile when browser version is specified ([ f610f25] ( https://github.com/pimlie /tib/commit/f610f25 ) )
115
+ * auto transpile when browser version is specified ([ f610f25] ( https://github.com/nuxt /tib/commit/f610f25 ) )
116
116
117
117
118
118
119
- ## [ 0.2.2] ( https://github.com/pimlie /tib/compare/v0.2.1...v0.2.2 ) (2019-03-20)
119
+ ## [ 0.2.2] ( https://github.com/nuxt /tib/compare/v0.2.1...v0.2.2 ) (2019-03-20)
120
120
121
121
122
122
### Bug Fixes
123
123
124
- * ** browserstack:** only set default os when not set ([ 3fa0322] ( https://github.com/pimlie /tib/commit/3fa0322 ) )
124
+ * ** browserstack:** only set default os when not set ([ 3fa0322] ( https://github.com/nuxt /tib/commit/3fa0322 ) )
125
125
126
126
127
127
128
- ## [ 0.2.1] ( https://github.com/pimlie /tib/compare/v0.2.0...v0.2.1 ) (2019-03-20)
128
+ ## [ 0.2.1] ( https://github.com/nuxt /tib/compare/v0.2.0...v0.2.1 ) (2019-03-20)
129
129
130
130
131
131
132
- # [ 0.2.0] ( https://github.com/pimlie /tib/compare/v0.1.0...v0.2.0 ) (2019-03-20)
132
+ # [ 0.2.0] ( https://github.com/nuxt /tib/compare/v0.1.0...v0.2.0 ) (2019-03-20)
133
133
134
134
135
135
### Bug Fixes
136
136
137
- * ** selenium:** make sync scripts work in run async ([ 596f2ad] ( https://github.com/pimlie /tib/commit/596f2ad ) )
137
+ * ** selenium:** make sync scripts work in run async ([ 596f2ad] ( https://github.com/nuxt /tib/commit/596f2ad ) )
138
138
139
139
140
140
### Features
141
141
142
- * add cjs build ([ aa6cdd4] ( https://github.com/pimlie /tib/commit/aa6cdd4 ) )
143
- * improvments ([ d3db982] ( https://github.com/pimlie /tib/commit/d3db982 ) )
144
- * split puppeteer/puppeteer-core ([ 341356b] ( https://github.com/pimlie /tib/commit/341356b ) )
142
+ * add cjs build ([ aa6cdd4] ( https://github.com/nuxt /tib/commit/aa6cdd4 ) )
143
+ * improvments ([ d3db982] ( https://github.com/nuxt /tib/commit/d3db982 ) )
144
+ * split puppeteer/puppeteer-core ([ 341356b] ( https://github.com/nuxt /tib/commit/341356b ) )
145
145
146
146
147
147
@@ -150,4 +150,4 @@ All notable changes to this project will be documented in this file. See [standa
150
150
151
151
### Bug Fixes
152
152
153
- * dont throw error when Xvfb is already running (which is fine) ([ 35eaccb] ( https://github.com/pimlie /tib/commit/35eaccb ) )
153
+ * dont throw error when Xvfb is already running (which is fine) ([ 35eaccb] ( https://github.com/nuxt /tib/commit/35eaccb ) )
0 commit comments