- Disable diffLimit for all of Unexpected's built in types (Andreas Lind)
- diffAsString: Take an options object instead of just format (Andreas Lind)
- Require node.js 18+ (semver-major) (Andreas Lind)
- #81 Upgrade unexpected to version 13.0.1 (depfu[bot])
- #76 Upgrade eslint-plugin-mocha to version 10.0.1 (depfu[bot])
- #73 Upgrade prettier to version 2.5.0 (depfu[bot])
- #71 Upgrade sinon to version 12.0.1 (depfu[bot])
- #69 Upgrade eslint-plugin-promise to version 5.1.1 (depfu[bot])
- #59 Upgrade eslint-plugin-mocha to version 9.0.0 (depfu[bot])
- #58 Upgrade sinon to version 11.1.1 (depfu[bot])
- #57 Upgrade prettier to version 2.3.0 (depfu[bot])
- #54 Upgrade sinon to version 10.0.0 (depfu[bot])
- #51 Upgrade magicpen-prism to version 5.0.0 (depfu[bot])
- #50 Upgrade mocha to version 8.3.0 (depfu[bot])
- #49 Upgrade eslint-config-prettier to version 7.0.0 (depfu[bot])
- #48 Upgrade eslint-plugin-standard to version 5.0.0 (depfu[bot])
- #46 Upgrade unexpected-sinon to version 11.0.0 (depfu[bot])
- Make the bookmarklet script work with the BSD version of the tr command (Andreas Lind)
- Update CI config to use latest Ubuntu and node version (Andreas Lind)
- Add vscode debugger launch config (Andreas Lind)
- Implement diffAsString function (Andreas Lind)
- Fix CHANGELOG generation in preversion script now that an npm env var changed (Andreas Lind)
- +6 more
- #47 Upgrade prettier to version 2.2.0 (depfu[bot])
- #44 Upgrade offline-github-changelog to version 2.0.0 (depfu[bot])
- #43 Upgrade eslint-config-standard to version 16.0.0 (depfu[bot])
- #42 Upgrade eslint-config-standard to version 15.0.0 (depfu[bot])
- #38 Upgrade prettier to version 2.1.0 (depfu[bot])
- #37 Upgrade rollup-plugin-terser to version 7.0.0 (depfu[bot])
- #36 Upgrade eslint-plugin-mocha to version 8.0.0 (depfu[bot])
- #32 Upgrade rollup-plugin-terser to version 6.0.1 (depfu[bot])
- #31 Upgrade eslint-plugin-mocha to version 7.0.0 (depfu[bot])
- #30 Upgrade eslint to version 7.0.0 (depfu[bot])
- #27 Upgrade rollup to version 2.0.3 (depfu[bot])
- #25 Upgrade sinon to version 9.0.0 (depfu[bot])
- #24 Upgrade mocha to version 7.0.0 (depfu[bot])
- #23 Upgrade magicpen-prism to version 4.0.0 (depfu[bot])
- #22 Upgrade eslint-plugin-node to version 11.0.0 (depfu[bot])
- #20 Upgrade nyc to version 15.0.0 (depfu[bot])
- #21 Upgrade sinon to version 8.0.1 (depfu[bot])
- #19 Upgrade eslint-plugin-node to version 10.0.0 (depfu[bot])
- #18 Upgrade eslint-config-standard to version 14.0.0 (depfu[bot])
- Drop support for node.js 8, add 14, lint with 14 (semver-major) (Andreas Lind)
- Update unexpected to ^12.0.0 (Andreas Lind)
- Update unexpected-sinon to ^11.0.0 (Andreas Lind)
- Add CHANGELOG.md + github-offline-changelog integration (Andreas Lind)
- prettier --write '**/*.md' (Andreas Lind)
- +9 more
- #14 Upgrade nyc to version 14.0.0 (depfu[bot])
- #13 Upgrade magicpen-prism to version 3.0.1 (depfu[bot])
- #12 Upgrade mocha to version 6.0.0 (depfu[bot])
- Replace browserify with rollup (Andreas Lind)
- Modernize a bit more (Andreas Lind)
- for transform in arrow arrow-return let obj-shorthand obj-method ; do for dir in lib test; do lebab --transform $transform --replace $dir; done ; done (Andreas Lind)
- Drop support for node.js 6 (Andreas Lind)
- Fix lint (Andreas Lind)
- +3 more
- #8 Upgrade mocha to version 5.2.0 (depfu[bot])
- #10 Upgrade uglify-js to version 3.4.9 (depfu[bot])
- #7 Upgrade eslint-config-onelint to version 4.0.0 (depfu[bot])
- #1 Upgrade magicpen-prism to version 2.4.0 (depfu[bot])
- #4 Upgrade bundle-collapser to version 1.3.0 (depfu[bot])
- #2 Upgrade unexpected to version 10.39.1 (depfu[bot])
- #3 Upgrade browserify to version 16.2.3 (depfu[bot])
- #5 Upgrade coveralls to version 3.0.2 (depfu[bot])
- Travis: Run on the latest node as well (Andreas Lind)
- uninspected.{installPlugin => use} (semver-major) (Andreas Lind)
- Don't rely on the legacy diff format (Andreas Lind)
- Revert the lib part of the lebab commit (9b8157b) so uglify doesn't break when building the bookmarklet (Andreas Lind)
- Update unexpected-sinon to ^10.11.0 (Andreas Lind)
- +16 more
- Update unexpected to 10.37.2 (Andreas Lind)
- update eslint (2.13.1) and eslint-config-onelint (1.2.0) (Gustav Nikolaj Olsen)
- Fix ansi diff. (Andreas Lind)
- Improve & fix tests. (Andreas Lind)
- Update unexpected, magicpen-prism, unexpected-sinon. (Andreas Lind)
- Add uglify-js as a dev dep so the bookmarklet can be built. (Andreas Lind)
- add editorconfig (Gustav Nikolaj Olsen)
- +1 more
- Update unexpected and devDependencies, adapt to the new output API. (Andreas Lind)
- Don't list unexpected under both dependencies and devDependencies. (Andreas Lind)
- package.json: Use a SPDX-compatible license specifier. (Andreas Lind)
- README: Use SVG badges. (Andreas Lind)
- README, build status badge: Only monitor the status of the master branch. (Andreas Lind)
- +1 more
- Upgraded to latest unexpected (Sune Simonsen)
- Added installPlugin from unexpected (Sune Simonsen)
- Implement uninspected.assert using unexpected so console.assert will use it when console=uninspected. (Andreas Lind)
- diff: Output something reasonable when there's no built-in diff for the operands, eg. for numbers. (Andreas Lind)
- Make a bookmarklet build and include it into the published package as a link in bookmarklet.html. (Andreas Lind)
- Whoops, uninspected.dir broke with "illegal invocation" in Chrome due to not being bound to the console object. (Andreas Lind)
- jshint fix (Andreas Lind)
- Added the generated uninspected.js to .jshintignore (Andreas Lind)
- Support overriding the built-in console object by going: console=uninspected (Andreas Lind)
- Update unexpected to 5.0.0-beta31. (Andreas Lind)
- Increase the defaultDepth even more. (Andreas Lind)
- Added html showcase. (Andreas Lind)
- uninspected.(log|error|info|warn): Use the ColoredConsole serializer in Chrome. (Andreas Lind)
- Update 5.0.0-beta30. (Andreas Lind)
- Update unexpected to 5.0.0-beta29. (Andreas Lind)
- Upgraded unexpected to get ansi colors instead of html when running in mocha phantomjs (Sune Simonsen)
- Added browser support through browserify (Sune Simonsen)
- package.json: Don't list unexpected in both dependencies and devDependencies. (Andreas Lind)
- Fixed typos in README (Andreas Lind)
- README: Mention that it can replace the console object. (Andreas Lind)
- Fixed jshint complaints. (Andreas Lind)
- +1 more