Skip to content

Commit c61a960

Browse files
committed
Update changelog
1 parent 2e3087c commit c61a960

File tree

1 file changed

+7
-127
lines changed

1 file changed

+7
-127
lines changed

CHANGELOG.md

+7-127
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
### v2.3.1 (2019-11-18)
2-
3-
#### Pull requests
1+
### v2.4.0 (2019-11-21)
42

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]))
3+
- [#74](https://github.com/unexpectedjs/unexpected-check/pull/74) Inspect AssertionError's without a full stack trace ([Sune Simonsen](mailto:[email protected]))
64

7-
#### Commits to master
5+
### v2.3.1 (2019-11-18)
86

9-
- [Update changelog](https://github.com/unexpectedjs/unexpected-check/commit/db066c73415989781c1a7ee8bdab866174029ee6) ([Sune Simonsen](mailto:[email protected]))
7+
- [#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]))
108

119
### v2.3.0 (2019-11-18)
1210

13-
#### Pull requests
14-
1511
- [#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]))
1612
- [#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))
1713
- [#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))
@@ -22,18 +18,8 @@
2218
- [#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))
2319
- [#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))
2420

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-
3321
### v2.2.0 (2019-01-04)
3422

35-
#### Pull requests
36-
3723
- [#45](https://github.com/unexpectedjs/unexpected-check/pull/45) Allow the next major version of unexpected ([Sune Simonsen](mailto:[email protected]))
3824
- [#43](https://github.com/unexpectedjs/unexpected-check/pull/43) Switch to ^ dev deps and disable save-prefix in .npmrc ([Andreas Lind](mailto:[email protected]))
3925
- [#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))
@@ -47,7 +33,7 @@
4733
- [#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))
4834
- [#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))
4935
- [#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))
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]))
36+
- [#33](https://github.com/unexpectedjs/unexpected-check/pull/33) Re-enable eslint for parts of test/instrumentAst.spec.js ([Andreas Lind](mailto:[email protected]))
5137
- [#32](https://github.com/unexpectedjs/unexpected-check/pull/32) Changed the prettier setup to be similar to unexpected ([Sune Simonsen](mailto:[email protected]))
5238
- [#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))
5339
- [#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))
@@ -59,26 +45,13 @@
5945
- [#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))
6046
- [#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))
6147

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-
6748
### v2.1.0 (2018-10-14)
6849

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

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-
7952
### v2.0.0 (2018-08-11)
8053

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]))
54+
- [#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]))
8255

8356
### v1.19.0 (2018-08-11)
8457

@@ -102,111 +75,18 @@
10275

10376
### v1.14.0 (2017-12-13)
10477

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

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-
12880
### v1.10.0 (2016-08-04)
12981

13082
- [#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]))
13183
- [#6](https://github.com/unexpectedjs/unexpected-check/pull/6) Added 'repository' url in package.json ([Priyank Parashar](mailto:[email protected]))
13284

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-
13785
### v1.9.0 (2016-07-17)
13886

13987
- [#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]))
14088

141-
### v1.8.0
142-
#### Pull requests
89+
### v1.8.0 (2016-07-17)
14390

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

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)