Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 16, 2019
1 parent f2f0d3f commit 1c0178b
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### v4.12.1 (2019-03-16)

- [#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))
- [#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))

### v4.12.0 (2019-02-27)

- [#255](https://github.com/unexpectedjs/unexpected-dom/pull/255) <DOMDocument|DOMElement|DOMDocumentFragment> \[not\] to contain <DOMElement|object> ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#255](https://github.com/unexpectedjs/unexpected-dom/pull/255) <DOMDocument|DOMElement|DOMDocumentFragment> [not] to contain <DOMElement|object> ([Sune Simonsen](mailto:sune@we-knowhow.dk))

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

Expand Down Expand Up @@ -54,7 +59,7 @@
### v4.6.4 (2018-10-02)

- [#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))
- [#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))
- [#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))

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

Expand Down Expand Up @@ -86,7 +91,7 @@

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

- [#203](https://github.com/unexpectedjs/unexpected-dom/pull/203) Feature\/improve attribute output with to satisfy ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [#203](https://github.com/unexpectedjs/unexpected-dom/pull/203) Feature/improve attribute output with to satisfy ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

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

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

- [#196](https://github.com/unexpectedjs/unexpected-dom/pull/196) Added a prettier setup ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#195](https://github.com/unexpectedjs/unexpected-dom/pull/195) Added a `not to have \(attribute|attributes\)` assertion. ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#195](https://github.com/unexpectedjs/unexpected-dom/pull/195) Added a `not to have (attribute|attributes)` assertion. ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#194](https://github.com/unexpectedjs/unexpected-dom/pull/194) Added a npmrc to avoid generating lock files ([Sune Simonsen](mailto:sune@we-knowhow.dk))

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

- [#182](https://github.com/unexpectedjs/unexpected-dom/pull/182) Update jsdom \(dev dep\) to version 10 ([Andreas Lind](mailto:andreas@one.com))
- [#182](https://github.com/unexpectedjs/unexpected-dom/pull/182) Update jsdom (dev dep) to version 10 ([Andreas Lind](mailto:andreas@one.com))
- [#177](https://github.com/unexpectedjs/unexpected-dom/pull/177) Update to Unexpected 10.27, use expect.child ([Andreas Lind](mailto:andreas@one.com))

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

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

### v3.1.0 (2016-04-06)
Expand Down Expand Up @@ -140,7 +145,7 @@

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

- [#33](https://github.com/unexpectedjs/unexpected-dom/pull/33) Fixed detection of HTML\/XML in Safari and IE. ([Andreas Lind](mailto:andreas@one.com))
- [#33](https://github.com/unexpectedjs/unexpected-dom/pull/33) Fixed detection of HTML/XML in Safari and IE. ([Andreas Lind](mailto:andreas@one.com))

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

Expand All @@ -149,7 +154,7 @@

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

- [#29](https://github.com/unexpectedjs/unexpected-dom/pull/29) To satisfy against DOMElement\/string ([Andreas Lind](mailto:andreas@one.com))
- [#29](https://github.com/unexpectedjs/unexpected-dom/pull/29) To satisfy against DOMElement/string ([Andreas Lind](mailto:andreas@one.com))

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

Expand Down Expand Up @@ -190,7 +195,7 @@

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

- [#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))
- [#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))

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

Expand Down

0 comments on commit 1c0178b

Please sign in to comment.