- #124 Support unexpected v13 (Sune Simonsen)
- #122 Upgrade eslint to version 8.15.0 (depfu[bot])
- #111 Upgrade eslint-plugin-mocha to version 10.0.1 (depfu[bot])
- #108 Upgrade prettier to version 2.5.0 (depfu[bot])
- #104 Upgrade eslint-plugin-promise to version 5.1.1 (depfu[bot])
- #101 Upgrade espree to version 9.0.0 (depfu[bot])
- #100 Upgrade prettier to version 2.4.0 (depfu[bot])
- Lock eslint to 8.14.0, they might break the deep-requires in a minor or patch version (Andreas Lind)
- Enable node.js 16 on CI, lint with node.js 16 (Andreas Lind)
- Ditch node.js 10 and 12 on CI (Andreas Lind)
- Disable the object-shorthand eslint rule in the test file, as it doesn't match how unexpected serializes objects (Andreas Lind)
- Revert "eslint --fix ." (Andreas Lind)
- +4 more
- #95 Upgrade espree to version 8.0.0 (depfu[bot])
- #92 Upgrade eslint-plugin-mocha to version 9.0.0 (depfu[bot])
- #88 Upgrade karma to version 6.1.2 (depfu[bot])
- prettier --write '**/*.js' (Andreas Lind)
- Update prettier to version 2.3.0 (depfu[bot])
- Fix eslint-plugin-prettier usage (Andreas Lind)
- Update eslint-config-prettier to version 8.2.0 (depfu[bot])
- #78 Make the compact inspection of objects independent of the terminal width (Andreas Lind)
- #77 Upgrade eslint-config-prettier to version 7.0.0 (depfu[bot])
- #76 Upgrade eslint-plugin-standard to version 5.0.0 (depfu[bot])
- #75 Upgrade prettier to version 2.2.0 (depfu[bot])
- Convert var to let/const (Andreas Lind)
- Add IE11 testing via BrowserStack to the test matrix. (Alex J Burke)
- Switch to GitHub Actions (Alex J Burke)
- Avoid dev dependency on puppeteer. (Alex J Burke)
- Fix test (Andreas Lind)
- #74 Upgrade offline-github-changelog to version 2.0.0 (depfu[bot])
- #73 Upgrade eslint-config-standard to version 16.0.1 (depfu[bot])
- #71 Upgrade eslint-config-standard to version 15.0.0 (depfu[bot])
- #70 Upgrade prettier to version 2.1.0 (depfu[bot])
- #69 Upgrade rollup-plugin-terser to version 7.0.0 (depfu[bot])
- #68 Upgrade eslint-plugin-mocha to version 8.0.0 (depfu[bot])
- #67 Upgrade escodegen to version 2.0.0 (depfu[bot])
- #66 Upgrade puppeteer to version 5.0.0 (depfu[bot])
- #65 Upgrade puppeteer to version 4.0.0 (depfu[bot])
- #64 Upgrade mocha to version 8.0.1 (depfu[bot])
- #63 Upgrade rollup-plugin-terser to version 6.0.1 (depfu[bot])
- #62 Upgrade eslint-plugin-mocha to version 7.0.0 (depfu[bot])
- #61 Upgrade eslint to version 7.0.0 (depfu[bot])
- #60 Upgrade espree to version 7.0.0 (depfu[bot])
- #59 Upgrade puppeteer to version 3.0.0 (depfu[bot])
- #58 Upgrade karma-mocha to version 2.0.0 (depfu[bot])
- Accept unexpected ^12.0.0 as a peer dep (Andreas Lind)
- Update unexpected to ^12.0.0 (Andreas Lind)
- Build with node.js 14 (Andreas Lind)
- Add vscode debugger launch config for the test suite (Andreas Lind)
- Try to error out nicely when expect.it seems to be in play (Andreas Lind)
- #55 Upgrade karma to version 5.0.1 (depfu[bot])
- #54 Upgrade buble to version 0.20.0 (depfu[bot])
- #51 Upgrade rollup to version 2.0.3 (depfu[bot])
- Escape dollar signs when injecting expect.unindent
...
(Andreas Lind) - Fix test that was sensitive to the prettier update (Andreas Lind)
- #45 Support unassessed (Andreas Lind)
- #48 Upgrade mocha to version 7.0.0 (Andreas Lind, depfu[bot])
- #47 Upgrade eslint-plugin-node to version 11.0.0 (depfu[bot])
- #46 Upgrade nyc to version 15.0.0 (depfu[bot])
- #44 Inspect as a string literal instead of expect.unindent when a multiline string has leading spaces (Andreas Lind)
- #43 A bit of internal cleanup (Andreas Lind)
- #41 Run the fixed source through prettier if available and configured (Andreas Lind)
- #42 Make sure we write out all fixed files, even when multiple plugin instances are in play (Andreas Lind)
- #40 Upgrade prettier to version 1.19.1 (depfu[bot])
- #39 Upgrade puppeteer to version 2.0.0 (depfu[bot])
- #38 Upgrade eslint-plugin-node to version 10.0.0 (depfu[bot])
- #37 Upgrade eslint-config-standard to version 14.0.0 (depfu[bot])
- #35 Upgrade karma-chrome-launcher to version 3.0.0 (depfu[bot])
- Add CHANGELOG.md (Andreas Lind)
- Travis: Run with 'latest' node instead of explicitly 12 (Andreas Lind)
- Add the entries from .eslintignore to .prettierignore (Andreas Lind)
- Fix .eslintignore entry for the nyc output dir (Andreas Lind)
- eslint --fix . && prettier --write '**/*.js' (Andreas Lind)
- +8 more
- #32 Don't fail on snapshot mismatches while updating snapshots (Sune Simonsen)
- Take compound assertions into account when replacing 'to equal snapshot' with 'to inspect as snapshot' (Andreas Lind)
- Escape backticks when injecting expect.unindent
...
(Andreas Lind)
- #31 Transpile the files that goes into the browser build (Sune Simonsen)
- #29 Always inspect snapshots with infinite depth (Sune Simonsen)
- #28 Split the updating and checking part into to separate plugins (Sune Simonsen)
- #27 Testing that matching snapshots works correctly (Sune Simonsen)
- #26 Testing snapshot inspected snapshots (Andreas Lind, Sune Simonsen)
- #25 Upgrade prettier to version 1.18.2 (depfu[bot])
- Tweak copy in output when snapshot assertions fail (Andreas Lind)
- Drop the interactive mode entirely, in its current form it doesn't really deliver any value above git add -p (Andreas Lind)
- Small whitespace fix (Andreas Lind)
- Also accept unexpected 11 as a peer dep (Andreas Lind)
- Add quick docs and @Munter's funnypic (Andreas Lind)
- Add missing nyc configuration (Andreas Lind)
- Travis: Also test with node 12 (Andreas Lind)
- npm run {travis => ci} (Andreas Lind)
- Move the coveralls submission to after_success (Andreas Lind)
- Add quick browser test to make sure that the browser build runs (Andreas Lind)
- +9 more
- #24 Upgrade detect-indent to version 6.0.0 (depfu[bot])
- #23 Upgrade nyc to version 14.0.0 (depfu[bot])
- #22 Upgrade prettier to version 1.17.0 (depfu[bot])
- #21 Upgrade mocha to version 6.0.0 (depfu[bot])
- #20 Upgrade prettier to version 1.16.0 (depfu[bot])
- #19 Upgrade eslint to version 5.10.0 (depfu[bot])
- #18 Upgrade espree to version 5.0.0 (depfu[bot])
- #17 Upgrade inquirer to version 6.2.1 (depfu[bot])
- #16 Upgrade eslint to version 5.9.0 (depfu[bot])
- #14 Upgrade eslint to version 5.8.0 (depfu[bot])
- #13 Upgrade eslint to version 5.7.0 (depfu[bot])
- #12 Upgrade eslint-plugin-prettier to version 3.0.0 (depfu[bot])
- #9 Upgrade eslint to version 5.6.0 (Andreas Lind, depfu[bot])
- Release 0.2.0 (Andreas Lind)
- Fix and test inspection of Date and Buffer instances (Andreas Lind)
- Use expect.testDescription (Andreas Lind)
- Call the assertions something else, make the unindent explicit (Andreas Lind)
- to {match => equal} snapshot (Andreas Lind)
- +21 more
- Use expect.child to make plugins installed after fixpect available to expectForRendering :) (Andreas Lind)
- Okay, we still need to link against the feature/fixpectPlusHook branch of Unexpected (Andreas Lind)
- Fix test that expected the wrong thing (Andreas Lind)
- Revert me: Update to unexpectedjs/unexpected#26a700fb78d84d0dc7759ea39c800c0da7ff5d00 (Andreas Lind)
- Fix footgun (Andreas Lind)
- Whoops, add missing dependency. (Andreas Lind)
- Make sure that we exit with non-zero when fixpect fails due to git problems (Andreas Lind)
- +54 more