|
| 1 | +### v4.12.1 (2019-03-16) |
| 2 | + |
| 3 | +- [#259](https://github.com/unexpectedjs/unexpected-dom/pull/259) Upgrade magicpen to version 6.0.2 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com)) |
| 4 | +- [#257](https://github.com/unexpectedjs/unexpected-dom/pull/257) Upgrade jsdom to version 14.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com)) |
| 5 | + |
1 | 6 | ### v4.12.0 (2019-02-27)
|
2 | 7 |
|
3 |
| -- [#255](https://github.com/unexpectedjs/unexpected-dom/pull/255) <DOMDocument|DOMElement|DOMDocumentFragment> \[not\] to contain <DOMElement|object> ([Sune Simonsen](mailto:sune@we-knowhow.dk)) |
| 8 | +- [#255](https://github.com/unexpectedjs/unexpected-dom/pull/255) <DOMDocument|DOMElement|DOMDocumentFragment> [not] to contain <DOMElement|object> ([Sune Simonsen](mailto:sune@we-knowhow.dk)) |
4 | 9 |
|
5 | 10 | ### v4.11.2 (2019-02-20)
|
6 | 11 |
|
|
54 | 59 | ### v4.6.4 (2018-10-02)
|
55 | 60 |
|
56 | 61 | - [#219](https://github.com/unexpectedjs/unexpected-dom/pull/219) Fix comment nodes being specified as children in a satisfy spec. ([Alex J Burke](mailto:alex@alexjeffburke.com), [Andreas Lind](mailto:andreaslindpetersen@gmail.com), [Sune Simonsen](mailto:sune@we-knowhow.dk))
|
57 |
| -- [#220](https://github.com/unexpectedjs/unexpected-dom/pull/220) Model <!--ignore--> as its own type and implement the ignoring via an assertion ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) |
| 62 | +- [#220](https://github.com/unexpectedjs/unexpected-dom/pull/220) Model <!--ignore--> as its own type and implement the ignoring via an assertion ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) |
58 | 63 |
|
59 | 64 | ### v4.6.3 (2018-09-24)
|
60 | 65 |
|
|
86 | 91 |
|
87 | 92 | ### v4.4.0 (2018-03-28)
|
88 | 93 |
|
89 |
| -- [#203](https://github.com/unexpectedjs/unexpected-dom/pull/203) Feature\/improve attribute output with to satisfy ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) |
| 94 | +- [#203](https://github.com/unexpectedjs/unexpected-dom/pull/203) Feature/improve attribute output with to satisfy ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) |
90 | 95 |
|
91 | 96 | ### v4.3.0 (2018-03-18)
|
92 | 97 |
|
|
99 | 104 | ### v4.1.0 (2018-03-18)
|
100 | 105 |
|
101 | 106 | - [#196](https://github.com/unexpectedjs/unexpected-dom/pull/196) Added a prettier setup ([Sune Simonsen](mailto:sune@we-knowhow.dk))
|
102 |
| -- [#195](https://github.com/unexpectedjs/unexpected-dom/pull/195) Added a `not to have \(attribute|attributes\)` assertion. ([Sune Simonsen](mailto:sune@we-knowhow.dk)) |
| 107 | +- [#195](https://github.com/unexpectedjs/unexpected-dom/pull/195) Added a `not to have (attribute|attributes)` assertion. ([Sune Simonsen](mailto:sune@we-knowhow.dk)) |
103 | 108 | - [#194](https://github.com/unexpectedjs/unexpected-dom/pull/194) Added a npmrc to avoid generating lock files ([Sune Simonsen](mailto:sune@we-knowhow.dk))
|
104 | 109 |
|
105 | 110 | ### v4.0.0 (2017-05-22)
|
106 | 111 |
|
107 |
| -- [#182](https://github.com/unexpectedjs/unexpected-dom/pull/182) Update jsdom \(dev dep\) to version 10 ([Andreas Lind](mailto:andreas@one.com)) |
| 112 | +- [#182](https://github.com/unexpectedjs/unexpected-dom/pull/182) Update jsdom (dev dep) to version 10 ([Andreas Lind](mailto:andreas@one.com)) |
108 | 113 | - [#177](https://github.com/unexpectedjs/unexpected-dom/pull/177) Update to Unexpected 10.27, use expect.child ([Andreas Lind](mailto:andreas@one.com))
|
109 | 114 |
|
110 | 115 | ### v3.1.1 (2017-01-03)
|
111 | 116 |
|
112 |
| -- [#165](https://github.com/unexpectedjs/unexpected-dom/pull/165) Implement <DOMTextNode> to \[exhaustively\] satisfy <regexp> ([Andreas Lind](mailto:andreas@one.com)) |
| 117 | +- [#165](https://github.com/unexpectedjs/unexpected-dom/pull/165) Implement <DOMTextNode> to [exhaustively] satisfy <regexp> ([Andreas Lind](mailto:andreas@one.com)) |
113 | 118 | - [#146](https://github.com/unexpectedjs/unexpected-dom/pull/146) Update unexpected to 10.18.1. ([Andreas Lind](mailto:andreas@one.com))
|
114 | 119 |
|
115 | 120 | ### v3.1.0 (2016-04-06)
|
|
140 | 145 |
|
141 | 146 | ### v2.0.1 (2015-10-02)
|
142 | 147 |
|
143 |
| -- [#33](https://github.com/unexpectedjs/unexpected-dom/pull/33) Fixed detection of HTML\/XML in Safari and IE. ([Andreas Lind](mailto:andreas@one.com)) |
| 148 | +- [#33](https://github.com/unexpectedjs/unexpected-dom/pull/33) Fixed detection of HTML/XML in Safari and IE. ([Andreas Lind](mailto:andreas@one.com)) |
144 | 149 |
|
145 | 150 | ### v2.0.0 (2015-10-02)
|
146 | 151 |
|
|
149 | 154 |
|
150 | 155 | ### v1.4.0 (2015-10-01)
|
151 | 156 |
|
152 |
| -- [#29](https://github.com/unexpectedjs/unexpected-dom/pull/29) To satisfy against DOMElement\/string ([Andreas Lind](mailto:andreas@one.com)) |
| 157 | +- [#29](https://github.com/unexpectedjs/unexpected-dom/pull/29) To satisfy against DOMElement/string ([Andreas Lind](mailto:andreas@one.com)) |
153 | 158 |
|
154 | 159 | ### v1.3.0 (2015-09-10)
|
155 | 160 |
|
|
190 | 195 |
|
191 | 196 | ### v0.8.0 (2015-05-04)
|
192 | 197 |
|
193 |
| -- [#14](https://github.com/unexpectedjs/unexpected-dom/pull/14) Implemented diff for 'to have attributes' + to have class\(es\) assertion ([Andreas Lind](mailto:andreas@one.com)) |
| 198 | +- [#14](https://github.com/unexpectedjs/unexpected-dom/pull/14) Implemented diff for 'to have attributes' + to have class(es) assertion ([Andreas Lind](mailto:andreas@one.com)) |
194 | 199 |
|
195 | 200 | ### v0.6.0 (2015-04-23)
|
196 | 201 |
|
|
0 commit comments