UNPKG

unexpected-map

Version:

Add support to Unexpected for testing Map instances

73 lines (53 loc) 7.67 kB
### v3.1.0 (2021-03-02) - [Add new keyword to inspection so it outputs valid code.](https://github.com/unexpectedjs/unexpected-map/commit/18efc34d87495c21d1cb224977ef04e088b30182) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Switch to GitHub Actions](https://github.com/unexpectedjs/unexpected-map/commit/2eaf73e3aaff85c592936f22742223b071767122) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Add CHANGELOG.md + offline-github-changelog integration](https://github.com/unexpectedjs/unexpected-map/commit/2f4aa486e2d065b9f2b52383618ca500ebc11024) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [prettier --write '\*\*\/\*.{js,json,md}'](https://github.com/unexpectedjs/unexpected-map/commit/c1a0faa40f179cd335ca5511964fc10757c55603) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Also check \*.json and \*.md with prettier](https://github.com/unexpectedjs/unexpected-map/commit/c4e24c374764e2ba45359d35f56a291ca973f953) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [+3 more](https://github.com/unexpectedjs/unexpected-map/compare/v3.0.0...v3.1.0) ### v3.0.0 (2020-11-19) - [prettier --write '\*\*\/\*.js'](https://github.com/unexpectedjs/unexpected-map/commit/0033de72f398e801ea2f6004bb17e6c3a1660f5f) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Update prettier to ~2.1.2](https://github.com/unexpectedjs/unexpected-map/commit/101bd87ee3d5b455b0aa2538e76b76d340693b44) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Fix lint warnings](https://github.com/unexpectedjs/unexpected-map/commit/3aa11ba9299ed31c5ddddacb004ddebe2f611b80) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Update eslint and plugins](https://github.com/unexpectedjs/unexpected-map/commit/6e03ad5f84ec5aad09b2b8d0ebfbaba7f4b76b7f) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Switch to .mocharc.json](https://github.com/unexpectedjs/unexpected-map/commit/90b170ec4d6d0ade5fb9131e02c4a4eaaa459eea) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [+5 more](https://github.com/unexpectedjs/unexpected-map/compare/v2.1.0...v3.0.0) ### v2.1.0 (2020-11-05) #### Pull requests - [#19](https://github.com/unexpectedjs/unexpected-map/pull/19) Upgrade eslint-plugin-mocha to version 7.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com)) #### Commits to master - [Use full assertion names in describe blocks.](https://github.com/unexpectedjs/unexpected-map/commit/bdf3ef229dbc89b0f1ae57a4fa7e2970faec72a0) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Align with other plugins by making use of prettier --check.](https://github.com/unexpectedjs/unexpected-map/commit/01792d951589261eeef240fb1b91e9ad08b28baa) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Update CI setup, only lint on node.js 12](https://github.com/unexpectedjs/unexpected-map/commit/80ccd245202831510b0d26939c9a24b929ebded5) ([Alex J Burke](mailto:alex@alexjeffburke.com)) ### v2.0.0 (2020-01-04) - [Update package keywords.](https://github.com/unexpectedjs/unexpected-map/commit/9b05e39f9bfa57835bd79f377b8b6ff8625f15f3) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Update README & add extra badges.](https://github.com/unexpectedjs/unexpected-map/commit/e535f74c74b2a5da81d43e8c7c1faed65a6b6e61) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Fix copy paste error in 7e12fa3.](https://github.com/unexpectedjs/unexpected-map/commit/a23e3ad277f6b7ede6b1b881a5ab2ed778ee7173) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Add eslint prettier plugin that went missing after 2246a0a.](https://github.com/unexpectedjs/unexpected-map/commit/8fd8892cdd75f04e1b37a23b9d581e4a6a0dcb75) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Submit coverage data to coveralls.](https://github.com/unexpectedjs/unexpected-map/commit/e773a107a96296688ae0f9859a02a1781b7f7076) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [+25 more](https://github.com/unexpectedjs/unexpected-map/compare/v1.1.1...v2.0.0) ### v1.1.1 (2019-12-30) - [Set the plugin name.](https://github.com/unexpectedjs/unexpected-map/commit/d3f62ed53d45e1f23bad0b642cc01c3481538f62) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Make mocha config more typical.](https://github.com/unexpectedjs/unexpected-map/commit/290c9ee2cbd70420cedaf4dd57ba46152b1e3872) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Package only lib directory.](https://github.com/unexpectedjs/unexpected-map/commit/793855613c52bbc74e5ae837744245154a4ac470) ([Alex J Burke](mailto:alex@alexjeffburke.com)) ### v1.1.0 (2019-12-30) - [Switch project to the MIT license.](https://github.com/unexpectedjs/unexpected-map/commit/396ca2eda4dec89c2181a1cd2f752a0ff4b392a7) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Add node 12 to CI.](https://github.com/unexpectedjs/unexpected-map/commit/49d8d87e1b5dfd67913605ed854700add8b4964e) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Lint updates after 2246a0a.](https://github.com/unexpectedjs/unexpected-map/commit/3190b50d5bbde333b63cf2ce3c9b18bc8add6796) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Update eslint setup.](https://github.com/unexpectedjs/unexpected-map/commit/2246a0acb0267c5392bee853114fd8acbce929c3) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Add VSCode to git ignore list.](https://github.com/unexpectedjs/unexpected-map/commit/f22e821bae5f58c4cf2fb91df0aecd6a1fb121b8) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [+7 more](https://github.com/unexpectedjs/unexpected-map/compare/v1.0.0...v1.1.0) ### v1.0.0 (2018-12-27) - [Add basic README and correct repository link.](https://github.com/unexpectedjs/unexpected-map/commit/bb5af08c15abac87a3bd467c9e0f48109744ce26) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Test on node 10.](https://github.com/unexpectedjs/unexpected-map/commit/3671f3c78ac4c4f3aecccc4468be0f73c5ff2ec3) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Drop node.js 4 support](https://github.com/unexpectedjs/unexpected-map/commit/72f3d89f34865d3fd5c5bc7e929e0ec70d670cb7) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Cleanup the "to satisfy" test suite.](https://github.com/unexpectedjs/unexpected-map/commit/ff9229d878a304053b56548e17b8eb5756b87de6) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Swap jest out in favour of mocha.](https://github.com/unexpectedjs/unexpected-map/commit/3bba22e8548fdf455ef9e9d3f812dc99991ffb3f) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [+8 more](https://github.com/unexpectedjs/unexpected-map/compare/v0.1.0...v1.0.0) ### v0.1.0 (2018-05-05) - [Fix package name and bump copyright year.](https://github.com/unexpectedjs/unexpected-map/commit/31a657d4d1ccffd69e7f1dff6e8c1581654a481b) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Switch to the first support release version of Unexpected \(10.37.7\).](https://github.com/unexpectedjs/unexpected-map/commit/fc427f186ce903897c105b3fb1b168e1292665c8) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Add hasKey\(\) override.](https://github.com/unexpectedjs/unexpected-map/commit/3171065d359b8cf06e780cc87f5939546bbebca2) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Implement "to have values satisfying" assertion.](https://github.com/unexpectedjs/unexpected-map/commit/7b54fb8193a19167339a8bdc3631be567aeac81b) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [Temporarily remove 0.12 build until a compatible test runner is pulled in.](https://github.com/unexpectedjs/unexpected-map/commit/394846e35e893850522af2540609e9d7dffe4b8a) ([Alex J Burke](mailto:alex@alexjeffburke.com)) - [+14 more](https://github.com/unexpectedjs/unexpected-map/compare/31a657d4d1ccffd69e7f1dff6e8c1581654a481b%5E...v0.1.0)