Skip to content

Commit

Permalink
Updated the changelog to give authors credit
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Apr 5, 2018
1 parent c8851fb commit cfc94a6
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,133 +1,189 @@
### v4.5.0 (2018-04-03)

- [#205](https://github.com/Munter/unexpected-dom/pull/205) Add support for an ignore tag in addition to the ignore tag ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)

### v4.4.2 (2018-03-31)

- [#204](https://github.com/Munter/unexpected-dom/pull/204) Fixing bug where you could not expect the style attribute to be present. ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)

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

- [#203](https://github.com/Munter/unexpected-dom/pull/203) Feature/improve attribute output with to satisfy ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Author: [Andreas Lind](mailto:andreaslindpetersen@gmail.com)

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

- [#198](https://github.com/Munter/unexpected-dom/pull/198) Support ignoring subtrees in to satisfy ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)

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

- [#197](https://github.com/Munter/unexpected-dom/pull/197) Fully inspect subject when contain elements matching fails ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)

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

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

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

- [#182](https://github.com/Munter/unexpected-dom/pull/182) Update jsdom (dev dep) to version 10 ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#177](https://github.com/Munter/unexpected-dom/pull/177) Update to Unexpected 10.27, use expect.child ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#165](https://github.com/Munter/unexpected-dom/pull/165) Implement <DOMTextNode> to [exhaustively] satisfy <regexp> ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#146](https://github.com/Munter/unexpected-dom/pull/146) Update unexpected to 10.18.1. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v3.1.0 (2016-04-06)

- [#77](https://github.com/Munter/unexpected-dom/pull/77) Update unexpected to 10.10.0, adapt output generating code to the recent array-like changes, and then some ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#51](https://github.com/Munter/unexpected-dom/pull/51) Update magicpen to version 5.5.0 🚀 ([Peter Müller](mailto:munter@fumle.dk))
- [#56](https://github.com/Munter/unexpected-dom/pull/56) Update array-changes to version 1.2.1 🚀 ([Peter Müller](mailto:munter@fumle.dk))
- [#48](https://github.com/Munter/unexpected-dom/pull/48) Update browserify to version 12.0.1 🚀 ([Peter Müller](mailto:munter@fumle.dk))
- [#70](https://github.com/Munter/unexpected-dom/pull/70) Update unexpected to 10.5 ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#50](https://github.com/Munter/unexpected-dom/pull/50) Try to require jsdom in a way that does not spook webpack and browserify ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v3.0.2 (2015-10-29)

- [#49](https://github.com/Munter/unexpected-dom/pull/49) Fix detection of NodeLists in jsdom 6+ documents. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#46](https://github.com/Munter/unexpected-dom/pull/46) Update unexpected to version 10.0.2 🚀 ([Peter Müller](mailto:munter@fumle.dk))
Author: [greenkeeperio-bot](mailto:support@greenkeeper.io)
- [#42](https://github.com/Munter/unexpected-dom/pull/42) Update istanbul to version 0.4.0 🚀 ([Peter Müller](mailto:munter@fumle.dk))
Author: [greenkeeperio-bot](mailto:support@greenkeeper.io)

### v3.0.1 (2015-10-15)

- [#41](https://github.com/Munter/unexpected-dom/pull/41) Only wrap the requiring of jsdom in a try...catch so that only errors… ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#39](https://github.com/Munter/unexpected-dom/pull/39) All nodes ([Peter Müller](mailto:munter@fumle.dk))

### v3.0.0 (2015-10-09)

- [#38](https://github.com/Munter/unexpected-dom/pull/38) Update to Unexpected 10 ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#34](https://github.com/Munter/unexpected-dom/pull/34) Updated unexpected to version 9.16.1 ([Peter Müller](mailto:munter@fumle.dk))
- [#35](https://github.com/Munter/unexpected-dom/pull/35) Updated browserify to version 11.2.0 ([Peter Müller](mailto:munter@fumle.dk))
Author: [greenkeeperio-bot](mailto:support@greenkeeper.io)

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

- [#33](https://github.com/Munter/unexpected-dom/pull/33) Fixed detection of HTML/XML in Safari and IE. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#31](https://github.com/Munter/unexpected-dom/pull/31) Consider surrounding whitespace when comparing text nodes for equality ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#30](https://github.com/Munter/unexpected-dom/pull/30) Updated mocha-lcov-reporter to version 1.0.0 ([Peter Müller](mailto:munter@fumle.dk))
Author: [greenkeeperio-bot](mailto:support@greenkeeper.io)

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

- [#29](https://github.com/Munter/unexpected-dom/pull/29) To satisfy against DOMElement/string ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#27](https://github.com/Munter/unexpected-dom/pull/27) to satisfy: Improve diffs and support asserting textContent. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v1.2.0 (2015-08-01)

- [#26](https://github.com/Munter/unexpected-dom/pull/26) Add 'to have elements matching' assertion ([Peter Müller](mailto:munter@fumle.dk))
Author: [Dave Brotherstone](mailto:davegb@pobox.com)

### v1.1.2 (2015-07-06)

- [#24](https://github.com/Munter/unexpected-dom/pull/24) Accept unexpected v9 as a peer dependency ([Peter Müller](mailto:munter@fumle.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)
- [#23](https://github.com/Munter/unexpected-dom/pull/23) Make unexpected-dom forward compatible with unexpected v9 ([Peter Müller](mailto:munter@fumle.dk))
Author: [Sune Simonsen](mailto:sune@we-knowhow.dk)

### v1.1.1 (2015-06-24)

- [#22](https://github.com/Munter/unexpected-dom/pull/22) Update unexpected to 8.5.0 and adjust the expected output of a single… ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v1.1.0 (2015-06-23)

- [#21](https://github.com/Munter/unexpected-dom/pull/21) Expect attribute to be absent ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v1.0.0 (2015-06-10)

- [#20](https://github.com/Munter/unexpected-dom/pull/20) Unexpected v8 compatibility ([Peter Müller](mailto:munter@fumle.dk))
Author: [Peter Müller](mailto:munter@fumle.dk)

### v0.11.2 (2015-05-31)

- [#18](https://github.com/Munter/unexpected-dom/pull/18) Add support for DocumentFragments ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.9.0 (2015-05-11)

- [#16](https://github.com/Munter/unexpected-dom/pull/16) HTMLElement to satisfy ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.8.1 (2015-05-06)

- [#15](https://github.com/Munter/unexpected-dom/pull/15) Improve "to have attributes" diff + some more ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#14](https://github.com/Munter/unexpected-dom/pull/14) Implemented diff for 'to have attributes' + to have class(es) assertion ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#10](https://github.com/Munter/unexpected-dom/pull/10) Implemented 'when parsed as HTML' assertion. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

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

- [#11](https://github.com/Munter/unexpected-dom/pull/11) Implemented 'to have text' assertion. ([Peter Müller](mailto:munter@fumle.dk))
- [#12](https://github.com/Munter/unexpected-dom/pull/12) Update unexpeted to 7.0.1 ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#9](https://github.com/Munter/unexpected-dom/pull/9) Test suite: Simplify usage of 'to throw'. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.4.0 (2015-03-30)

- [#7](https://github.com/Munter/unexpected-dom/pull/7) More stuff ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#6](https://github.com/Munter/unexpected-dom/pull/6) Tweak diff output ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.3.0 (2015-03-10)

- [#5](https://github.com/Munter/unexpected-dom/pull/5) Spike: Improve element inspection and implement rudimentary diffing ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)
- [#4](https://github.com/Munter/unexpected-dom/pull/4) Fixed element stringification. ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.2.0 (2015-03-06)

- [#3](https://github.com/Munter/unexpected-dom/pull/3) Html document type and "queried for" assertion ([Peter Müller](mailto:munter@fumle.dk))
- [#2](https://github.com/Munter/unexpected-dom/pull/2) Set HTMLElement's base type to DOMNode, and DOMNode's base type to object ([Peter Müller](mailto:munter@fumle.dk))
Author: [Andreas Lind](mailto:andreas@one.com)

### v0.1.0 (2015-03-06)

- [#1](https://github.com/Munter/unexpected-dom/pull/1) To have attributes object ([Peter Müller](mailto:munter@fumle.dk))
Author: [Peter Müller](mailto:munter@fumle.dk)

0 comments on commit cfc94a6

Please sign in to comment.