aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
8 daysMerge tag '3.0.1' from mittHEADmasterMarin Ivanov
2021-06-23Merge masterJason Miller
2021-06-22Add support for mitt.off("type"), which removes all handlers of a given typeJason Miller
2021-06-22Merge branch 'master' into patch_123Jason Miller
2021-06-22Stronger typing (#114)iyegoroff
* improved typing * upd readme * upd readme * upd test & readme * removed magic 1 * removed ts-toolbelt dependency
2021-01-11Fix the format and update the off APIsealice
2020-07-15Merge branch 'expose-all' of https://github.com/jaylinski/mittJason Miller
2020-07-15Add generic types and update tests (#107)Jack Franklin
* Add generic types and update tests * Add generic types to `on`, `off` and `emit` to enable some nicer TS usage if you specify what type you're expecting from the `EventData`. * Move the tests to be TypeScript source. This will help catch errors in the tests if there are any type errors. * Create a new test to test the generic types and make sure they pass and error when expected. * Upgrade to Mocha 8. * Did some tidying up of the package.json scripts. * Tweak TS setup to validate tests * Fix d.ts generation and tests Co-authored-by: Jason Miller <[email protected]>
2020-07-13Merge branch 'master' into expose-allJason Miller
2020-06-25Remove trailing space (#108)Mathias Bynens
2020-06-03Expose `all` propertyJakob Linskeseder
Relates to #70 #72 #102
2020-05-26update readme badgesJason Miller
2020-05-26Update README.mdJason Miller
2020-05-26Migrate to TypeScript and use Map (#99)Jack Franklin
Migrate to TypeScript & Microbundle, move to Map for event handler storage
2020-02-21Add note about manually firing "*" handlersJason Miller
2019-10-21Update sizesJason Miller
2019-04-27Fix TypeScript warning and add caveats to ToCMarin Ivanov
2019-04-27Version 1.0.2Marin Ivanov
Add a repository link to the package.json file. Improve the usage documentation and add ceveats section about once/when. Add a test to ensure the current behaviour of once() and off().
2019-04-26Bump verstion to 1.0.1Marin Ivanov
Add acknowledgments to the readme
2019-04-26Rename {mitt => nitt}Marin Ivanov
2018-09-19Fixing TypeScript usage. Fixes #60 (#67)David Khourshid
* Fixing TypeScript usage * Removing extraneous formatting
2018-05-16Add badges for gzip size and install size (#75)Steven
2017-12-06Clean up repo rootJason Miller
2017-12-06Docs update.Jason Miller
2017-12-06remove CodeSponsor (#68)Daniel Ruf
see https://codesponsor.io/shutdown-notice/
2017-10-14codesponsor.ioJason Miller
2017-04-13Change description for emit (fix #49) (#50)Denis Sikuler
2017-03-09Removed outdated (untrue) API docs - chaining was removed in 53a44d8 (#44)Mateusz Burzyński
2017-03-09Add Standard Version for Semantic Releases (#43)Abhi Aiyer
* chore(release): 1.1.1 * Add Standard-Version to Mitt for git tagging and changelog generation * Remove excess files created in testing * fix(ignoreStandardVersion): Ignore standard version in flowconfig * chore(flow): Ignore node_modules in flow config, add readme about flow-typed, clean up test script * Update README.md * fix(flowTyped): remove flow typed all together
2017-02-251.1.0Jason Miller
2017-02-25Update docs.Jason Miller
2017-02-25Typescript definitions (#25)Severin
* Added type definitions * Handler only has exactly one or no argument * Moved type defs to root folder
2017-01-29Merge branch 'master' into refactorJason Miller
2017-01-29improve readme and add license file (#35)Thiago Santos
2017-01-24Add dependency status badge (#33)Thiago Santos
2017-01-221.0.1Jason Miller
2017-01-18remove "drop support for emitting multiple args" thing as per ↵tunnckoCore
https://github.com/developit/mitt/pull/19#issuecomment-273344689
2017-01-17readme, re-run build processtunnckoCore
2017-01-17resolve readme conflicttunnckoCore
2017-01-17fix: switch Set with array; update tests; drop toLowerCase()tunnckoCore
2017-01-17Update README.mdJason Miller
2017-01-17Add demo, change support to IE9+Jason Miller
2017-01-17refactor: fixes #2, #6, #12 and #13tunnckoCore
2017-01-17fix spellingPaul Mitchell-Gears
2017-01-16Add a design note, hopefully addressing #10 👍Jason Miller
2017-01-16Spruce up the readme 🌲Jason Miller
2017-01-15Include sample usage in readmeEduardo Sebastian
2017-01-14Initial commit! 🚀Jason Miller