Skip to content

Commit 1c0178b

Browse files
committed
Update changelog
1 parent f2f0d3f commit 1c0178b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
16
### v4.12.0 (2019-02-27)
27

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))
49

510
### v4.11.2 (2019-02-20)
611

@@ -54,7 +59,7 @@
5459
### v4.6.4 (2018-10-02)
5560

5661
- [#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 &lt;!--ignore--&gt; 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))
5863

5964
### v4.6.3 (2018-09-24)
6065

@@ -86,7 +91,7 @@
8691

8792
### v4.4.0 (2018-03-28)
8893

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))
9095

9196
### v4.3.0 (2018-03-18)
9297

@@ -99,17 +104,17 @@
99104
### v4.1.0 (2018-03-18)
100105

101106
- [#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))
103108
- [#194](https://github.com/unexpectedjs/unexpected-dom/pull/194) Added a npmrc to avoid generating lock files ([Sune Simonsen](mailto:sune@we-knowhow.dk))
104109

105110
### v4.0.0 (2017-05-22)
106111

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))
108113
- [#177](https://github.com/unexpectedjs/unexpected-dom/pull/177) Update to Unexpected 10.27, use expect.child ([Andreas Lind](mailto:andreas@one.com))
109114

110115
### v3.1.1 (2017-01-03)
111116

112-
- [#165](https://github.com/unexpectedjs/unexpected-dom/pull/165) Implement &lt;DOMTextNode&gt; to \[exhaustively\] satisfy &lt;regexp&gt; ([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))
113118
- [#146](https://github.com/unexpectedjs/unexpected-dom/pull/146) Update unexpected to 10.18.1. ([Andreas Lind](mailto:andreas@one.com))
114119

115120
### v3.1.0 (2016-04-06)
@@ -140,7 +145,7 @@
140145

141146
### v2.0.1 (2015-10-02)
142147

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))
144149

145150
### v2.0.0 (2015-10-02)
146151

@@ -149,7 +154,7 @@
149154

150155
### v1.4.0 (2015-10-01)
151156

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))
153158

154159
### v1.3.0 (2015-09-10)
155160

@@ -190,7 +195,7 @@
190195

191196
### v0.8.0 (2015-05-04)
192197

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))
194199

195200
### v0.6.0 (2015-04-23)
196201

0 commit comments

Comments
 (0)