Skip to content

Commit 3eb9542

Browse files
committed
Update changelog
1 parent ce88258 commit 3eb9542

File tree

1 file changed

+131
-3
lines changed

1 file changed

+131
-3
lines changed

CHANGELOG.md

+131-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
### v2.3.1 (2019-11-18)
2+
3+
#### Pull requests
4+
5+
- [#72](https://github.com/unexpectedjs/unexpected-check/pull/72) Report the full stack when a non-Unexpected error is hit ([Andreas Lind](mailto:[email protected]))
6+
7+
#### Commits to master
8+
9+
- [Update changelog](https://github.com/unexpectedjs/unexpected-check/commit/db066c73415989781c1a7ee8bdab866174029ee6) ([Sune Simonsen](mailto:[email protected]))
10+
111
### v2.3.0 (2019-11-18)
212

13+
#### Pull requests
14+
315
- [#73](https://github.com/unexpectedjs/unexpected-check/pull/73) Don't use the seed cache when creating iterators in 'to be valid for all' ([Sune Simonsen](mailto:[email protected]))
416
- [#60](https://github.com/unexpectedjs/unexpected-check/pull/60) Upgrade unexpected-markdown to version 4.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
517
- [#58](https://github.com/unexpectedjs/unexpected-check/pull/58) Upgrade unexpected-stream to version 4.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
@@ -10,8 +22,18 @@
1022
- [#46](https://github.com/unexpectedjs/unexpected-check/pull/46) Upgrade unexpected to version 11.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
1123
- [#44](https://github.com/unexpectedjs/unexpected-check/pull/44) Upgrade unexpected-markdown to version 2.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
1224

25+
#### Commits to master
26+
27+
- [Fix typo in comment](https://github.com/unexpectedjs/unexpected-check/commit/ab16d83034adbf04ec751eeca0373ac90c25d8dc) ([Andreas Lind](mailto:[email protected]))
28+
- [Use mocha --require instead of --compilers \(removed in mocha 6\)](https://github.com/unexpectedjs/unexpected-check/commit/8c6772dfad6aaae2ee9a20433ba21c3b1f244cda) ([Andreas Lind](mailto:[email protected]))
29+
- [Update mocha to version 6.1.4](https://github.com/unexpectedjs/unexpected-check/commit/b8ee3d17aa92a56be7a8a3b5f92e736f637347b7) ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
30+
- [Fixed deploy-site script](https://github.com/unexpectedjs/unexpected-check/commit/0b9ed71904ff81b04f84a423069a1cc905a5bf14) ([Sune Simonsen](mailto:[email protected]))
31+
- [Update changelog](https://github.com/unexpectedjs/unexpected-check/commit/62e136d83d5cf54c382160c096382278dc91148f) ([Sune Simonsen](mailto:[email protected]))
32+
1333
### v2.2.0 (2019-01-04)
1434

35+
#### Pull requests
36+
1537
- [#45](https://github.com/unexpectedjs/unexpected-check/pull/45) Allow the next major version of unexpected ([Sune Simonsen](mailto:[email protected]))
1638
- [#43](https://github.com/unexpectedjs/unexpected-check/pull/43) Switch to ^ dev deps and disable save-prefix in .npmrc ([Andreas Lind](mailto:[email protected]))
1739
- [#42](https://github.com/unexpectedjs/unexpected-check/pull/42) Upgrade eslint to version 5.10.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
@@ -25,7 +47,7 @@
2547
- [#36](https://github.com/unexpectedjs/unexpected-check/pull/36) Upgrade serve to version 10.1.1 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
2648
- [#31](https://github.com/unexpectedjs/unexpected-check/pull/31) Upgrade unexpected-stream to version 3.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
2749
- [#34](https://github.com/unexpectedjs/unexpected-check/pull/34) Upgrade unexpected-documentation-site-generator to version 5.0.0 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
28-
- [#33](https://github.com/unexpectedjs/unexpected-check/pull/33) Re-enable eslint for parts of test/instrumentAst.spec.js ([Andreas Lind](mailto:[email protected]))
50+
- [#33](https://github.com/unexpectedjs/unexpected-check/pull/33) Re-enable eslint for parts of test\/instrumentAst.spec.js ([Andreas Lind](mailto:[email protected]))
2951
- [#32](https://github.com/unexpectedjs/unexpected-check/pull/32) Changed the prettier setup to be similar to unexpected ([Sune Simonsen](mailto:[email protected]))
3052
- [#27](https://github.com/unexpectedjs/unexpected-check/pull/27) Upgrade prettier to version 1.14.3 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
3153
- [#26](https://github.com/unexpectedjs/unexpected-check/pull/26) Upgrade mocha to version 5.2.0 ([Sune Simonsen](mailto:[email protected]), [depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
@@ -37,13 +59,26 @@
3759
- [#17](https://github.com/unexpectedjs/unexpected-check/pull/17) Upgrade ignore to version 5.0.3 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
3860
- [#19](https://github.com/unexpectedjs/unexpected-check/pull/19) Upgrade babel-eslint to version 10.0.1 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
3961

62+
#### Commits to master
63+
64+
- [Try to be forward compatible with unexpected v11](https://github.com/unexpectedjs/unexpected-check/commit/8ec5a3e6490191118b52a6445bf20c77e6a981a5) ([Sune Simonsen](mailto:[email protected]))
65+
- [Update changelog](https://github.com/unexpectedjs/unexpected-check/commit/2bce65be65998abc5886e41cfac9cd45ed47c24d) ([Sune Simonsen](mailto:[email protected]))
66+
4067
### v2.1.0 (2018-10-14)
4168

69+
#### Pull requests
70+
4271
- [#16](https://github.com/unexpectedjs/unexpected-check/pull/16) Lint, build, changelog, publish site when releasing ([Sune Simonsen](mailto:[email protected]))
4372

73+
#### Commits to master
74+
75+
- [No need to build this project](https://github.com/unexpectedjs/unexpected-check/commit/bb50f49a76cf077a3b67f07083acba0dc7159586) ([Sune Simonsen](mailto:[email protected]))
76+
- [Changed var to const in the documentation](https://github.com/unexpectedjs/unexpected-check/commit/034f2304ea2ff86d48da73aa6a0c88be9cd11c98) ([Sune Simonsen](mailto:[email protected]))
77+
- [Added chance-generators to the install command](https://github.com/unexpectedjs/unexpected-check/commit/5f2767574234b6dd220f468c939e868da1e38f11) ([Sune Simonsen](mailto:[email protected]))
78+
4479
### v2.0.0 (2018-08-11)
4580

46-
- [#15](https://github.com/unexpectedjs/unexpected-check/pull/15) Updated for compatibility with the new major version of chance-generators (Major) ([Sune Simonsen](mailto:[email protected]))
81+
- [#15](https://github.com/unexpectedjs/unexpected-check/pull/15) Updated for compatibility with the new major version of chance-generators \(Major\) ([Sune Simonsen](mailto:[email protected]))
4782

4883
### v1.19.0 (2018-08-11)
4984

@@ -67,18 +102,111 @@
67102

68103
### v1.14.0 (2017-12-13)
69104

105+
#### Pull requests
106+
70107
- [#9](https://github.com/unexpectedjs/unexpected-check/pull/9) Property based whitebox testing ([Andreas Lind](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]))
71108

109+
#### Commits to master
110+
111+
- [Upgraded unexpected dev dep](https://github.com/unexpectedjs/unexpected-check/commit/49771d00a2276079529eb9ab3f4f16dcba1518ad) ([Sune Simonsen](mailto:[email protected]))
112+
113+
### v1.13.0 (2017-12-12)
114+
115+
- [Upgraded to the latest version of chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/cc6bd10f774ffee8e050808fd76c01894fafc0aa) ([Sune Simonsen](mailto:[email protected]))
116+
- [Tweaked the documentation a bit](https://github.com/unexpectedjs/unexpected-check/commit/b7a4cd99e89d351fbf194ab3d82b26f22eeb5ef2) ([Sune Simonsen](mailto:[email protected]))
117+
- [update eslint \(2.13.1\) and eslint-config-onelint \(1.2.0\)](https://github.com/unexpectedjs/unexpected-check/commit/21819623db8732ef46f69463ff9f79a83ec446f7) ([Gustav Nikolaj Olsen](mailto:[email protected]))
118+
- [Updated chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/72cc064a6b0a3700ec98173a813a6e8d1dd147f1) ([Sune Simonsen](mailto:[email protected]))
119+
120+
### v1.12.0 (2016-12-01)
121+
122+
- [Prefer process.env.UNEXPECTED\_CHECK\_MAX\_ITERATIONS if it is defined](https://github.com/unexpectedjs/unexpected-check/commit/d92e779a80dc8fde28dcf16333bc6767d839bddb) ([Sune Simonsen](mailto:[email protected]))
123+
124+
### v1.11.0 (2016-08-15)
125+
126+
- [Changed the maxError default to 50 as it yields much better results when shrink integers](https://github.com/unexpectedjs/unexpected-check/commit/9d2d2a169e4ab35202b8aec2b8c7055293c2ce7b) ([Sune Simonsen](mailto:[email protected]))
127+
72128
### v1.10.0 (2016-08-04)
73129

74130
- [#4](https://github.com/unexpectedjs/unexpected-check/pull/4) Add 'when fuzzed by' helper assertion. ([Andreas Lind](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]))
75131
- [#6](https://github.com/unexpectedjs/unexpected-check/pull/6) Added 'repository' url in package.json ([Priyank Parashar](mailto:[email protected]))
76132

133+
### v1.9.1 (2016-07-17)
134+
135+
- [Added missing documentation for controlling the default value of maxIterations](https://github.com/unexpectedjs/unexpected-check/commit/23ef152cc3b98bc6462ab08e061e4638e661f43d) ([Sune Simonsen](mailto:[email protected]))
136+
77137
### v1.9.0 (2016-07-17)
78138

79139
- [#5](https://github.com/unexpectedjs/unexpected-check/pull/5) Print out the generators that was used to generated the failing input ([Sune Simonsen](mailto:[email protected]))
80140

81-
### v1.8.0 (2016-07-17)
141+
### v1.8.0
142+
#### Pull requests
82143

83144
- [#3](https://github.com/unexpectedjs/unexpected-check/pull/3) Support specifying the default max number of iterations ([Andreas Lind](mailto:[email protected]))
84145

146+
#### Commits to master
147+
148+
- [Use the latest chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/264c0c89625557ade4ed823dad03ddbdaa624b01) ([Sune Simonsen](mailto:[email protected]))
149+
- [Got rid of all the custom assertion in bootstrap](https://github.com/unexpectedjs/unexpected-check/commit/dfd7bb3deaf7c0c6666a0fecc37e1edaf4f5fc1e) ([Sune Simonsen](mailto:[email protected]))
150+
- [Upgraded chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/0a7dc18ca8cfaf71bd6d7ebcc082872aeae73ff8) ([Sune Simonsen](mailto:[email protected]))
151+
- [Changed the wording in the documentation](https://github.com/unexpectedjs/unexpected-check/commit/480400fa12bac5737dfdb1613b10f3d80c6da541) ([Sune Simonsen](mailto:[email protected]))
152+
153+
### v1.7.0 (2016-06-05)
154+
155+
- [Let unexpected-check run more iterations when an error is found to improve input shrinking](https://github.com/unexpectedjs/unexpected-check/commit/190228e38d6bd784e1b41e3ab973ec2c492d8790) ([Sune Simonsen](mailto:[email protected]))
156+
- [Improve example a bit](https://github.com/unexpectedjs/unexpected-check/commit/fb02c117f9fb848d41badfbcd491f3e89c5b5c5a) ([Sune Simonsen](mailto:[email protected]))
157+
- [Upgrade change-generators to get better string shrinking](https://github.com/unexpectedjs/unexpected-check/commit/8b8b2b26005582e308919198d411b5fbc5541663) ([Sune Simonsen](mailto:[email protected]))
158+
- [Upgraded chance-generators to get even better shrinking](https://github.com/unexpectedjs/unexpected-check/commit/aa4d06317a9c5183e3b0e2372eaa3526f7c4c3b8) ([Sune Simonsen](mailto:[email protected]))
159+
- [Updated chance-generators to get better shrinking](https://github.com/unexpectedjs/unexpected-check/commit/ef0d0f5f9ce2a9bda863ad6ed83129baf8107f00) ([Sune Simonsen](mailto:[email protected]))
160+
- [+6 more](https://github.com/unexpectedjs/unexpected-check/compare/v1.6.0...v1.7.0)
161+
162+
### v1.6.0 (2016-05-29)
163+
164+
- [Added async support](https://github.com/unexpectedjs/unexpected-check/commit/00d6022aee7b4a4671f7f573c23b7113012168c5) ([Sune Simonsen](mailto:[email protected]))
165+
- [Point to the chance-generator documentation site](https://github.com/unexpectedjs/unexpected-check/commit/4d1b8f9f8a633c9ec85ec134ab8e2c732d9d1334) ([Sune Simonsen](mailto:[email protected]))
166+
- [Upgraded chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/dd428b6839718157f5a4e7db4f452e79be587181) ([Sune Simonsen](mailto:[email protected]))
167+
- [Fixed broken url in the documentation](https://github.com/unexpectedjs/unexpected-check/commit/54cfec1ee797f867f8d038023577ac247badaa7c) ([Sune Simonsen](mailto:[email protected]))
168+
- [eslint: force es5 parser mode](https://github.com/unexpectedjs/unexpected-check/commit/0cbef87b23a40bab5bc141daaec77faabefe8cbf) ([Gustav Nikolaj Olsen](mailto:[email protected]))
169+
- [+1 more](https://github.com/unexpectedjs/unexpected-check/compare/v1.5.0...v1.6.0)
170+
171+
### v1.5.0 (2016-04-08)
172+
173+
- [Upgraded chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/203ad1e4e0d1484cafea51b671467aea6327a0d7) ([Sune Simonsen](mailto:[email protected]))
174+
175+
### v1.4.0 (2016-04-06)
176+
177+
- [Stop iterating when you have found an error and the input can not be shrunken](https://github.com/unexpectedjs/unexpected-check/commit/fafb5244815c98d81abf18ee5f2a13c41cde3c5d) ([Sune Simonsen](mailto:[email protected]))
178+
179+
### v1.3.0 (2016-04-05)
180+
181+
- [Only rely on input shrinking to find the best error](https://github.com/unexpectedjs/unexpected-check/commit/7c73311a503697d59dc149e931742758cbf6f8cc) ([Sune Simonsen](mailto:[email protected]))
182+
- [Loosen the unexpected-documentation-site-generator dependency](https://github.com/unexpectedjs/unexpected-check/commit/b5e309a373614186b2b0643ac25acbf80c6cf98a) ([Sune Simonsen](mailto:[email protected]))
183+
- [Upgrade unexpected-markdown](https://github.com/unexpectedjs/unexpected-check/commit/2963ad1e474f7557b9b7145927a793089e61e41a) ([Sune Simonsen](mailto:[email protected]))
184+
- [Fixed up the readme a bit](https://github.com/unexpectedjs/unexpected-check/commit/4322926b1ea2865ab19f0fa9e809d19ff6571e34) ([Sune Simonsen](mailto:[email protected]))
185+
- [Moved bootstrap to bottstrap-unexpected-markdown](https://github.com/unexpectedjs/unexpected-check/commit/6a8111b379e4cef2a828e7c646ebb91c57f7d068) ([Sune Simonsen](mailto:[email protected]))
186+
187+
### v1.2.0 (2016-03-18)
188+
189+
- [Made 300 the default for maxIterations](https://github.com/unexpectedjs/unexpected-check/commit/19e51abb3c92537a4d1b7e48af00caa40f9085b8) ([Sune Simonsen](mailto:[email protected]))
190+
- [Make maxIterations and maxErrors configurable](https://github.com/unexpectedjs/unexpected-check/commit/76938ceb8a6d82250171ecf4189a4f69663b2c33) ([Sune Simonsen](mailto:[email protected]))
191+
- [Upgraded chance-generators](https://github.com/unexpectedjs/unexpected-check/commit/4bd19e6fbcfed8fdb915bf2b374870488007b2ef) ([Sune Simonsen](mailto:[email protected]))
192+
- [Enqueue dequeue example](https://github.com/unexpectedjs/unexpected-check/commit/1df8bd834af5b80529aaa442774f468e5d156740) ([Sune Simonsen](mailto:[email protected]))
193+
- [use the generators in a more clear way in the documentation](https://github.com/unexpectedjs/unexpected-check/commit/55f9aa2807fe2449545600f406a029d795202ef9) ([Sune Simonsen](mailto:[email protected]))
194+
- [+1 more](https://github.com/unexpectedjs/unexpected-check/compare/v1.1.0...v1.2.0)
195+
196+
### v1.1.0 (2016-01-21)
197+
198+
- [Support generator shrinking](https://github.com/unexpectedjs/unexpected-check/commit/8415106dcaab7b9591fd0e0c762269c46ecea888) ([Sune Simonsen](mailto:[email protected]))
199+
- [Added funny picture suggested by @papandreou](https://github.com/unexpectedjs/unexpected-check/commit/68b6263ca406390341defa2b6975f9f465eaf20c) ([Sune Simonsen](mailto:[email protected]))
200+
- [Documentation polish](https://github.com/unexpectedjs/unexpected-check/commit/ec2af7e4f520752dd325cb6d3d001d1fbe08ad4d) ([Sune Simonsen](mailto:[email protected]))
201+
- [Fixed typo](https://github.com/unexpectedjs/unexpected-check/commit/36b421563cb9cc8ab047cdd2dc474fd091a0913d) ([Andreas Lind](mailto:[email protected]))
202+
- [Documentation polish](https://github.com/unexpectedjs/unexpected-check/commit/39fe5c2388c2f14b5279734f6151973b4cce778b) ([Sune Simonsen](mailto:[email protected]))
203+
- [+2 more](https://github.com/unexpectedjs/unexpected-check/compare/v1.0.0...v1.1.0)
204+
205+
### v1.0.0
206+
- [Fixed error in documentation](https://github.com/unexpectedjs/unexpected-check/commit/74cb61b26c6d0b68c6b1e35e110585950819782e) ([Sune Simonsen](mailto:[email protected]))
207+
- [Added a readme](https://github.com/unexpectedjs/unexpected-check/commit/a3ebdaf1a69be390969ae42a453d755f440087d8) ([Sune Simonsen](mailto:[email protected]))
208+
- [Changed the package description](https://github.com/unexpectedjs/unexpected-check/commit/e4f7591da82521cf2a38bb67d476cc5469c4c67a) ([Sune Simonsen](mailto:[email protected]))
209+
- [Documentation and more semicolons](https://github.com/unexpectedjs/unexpected-check/commit/67e097293de6e131c0dc0df08f349fa8722ffc35) ([Sune Simonsen](mailto:[email protected]))
210+
- [Make eslint shut up](https://github.com/unexpectedjs/unexpected-check/commit/fe005557ae08c48bfcdbbff96e7163b688769b8a) ([Sune Simonsen](mailto:[email protected]))
211+
- [+7 more](https://github.com/unexpectedjs/unexpected-check/compare/74cb61b26c6d0b68c6b1e35e110585950819782e%5E...v1.0.0)
212+

0 commit comments

Comments
 (0)