aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
9 daysMerge tag '3.0.1' from mittHEADmasterMarin Ivanov
2023-07-043.0.1Jason Miller
2023-07-04fix TypeScript configJason Miller
2023-07-04move eslint config out of package.json and add prettierJason Miller
2023-07-04update depsJason Miller
2022-10-24Update package.json (#167)Mr.Hope
2021-06-233.0.0Jason Miller
2021-06-23Add Package Exports configuration (#139)Jason Miller
* Add Package Exports configuration (semver major) * Update compressed-size.yml
2021-06-22Remove "src" from published files list (fixes #128)Jason Miller
2021-06-22Stronger typing (#114)iyegoroff
* improved typing * upd readme * upd readme * upd test & readme * removed magic 1 * removed ts-toolbelt dependency
2020-07-152.1.0Jason 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-05-272.0.1Jason Miller
2020-05-27Export Mitt types for TS consumers (#101)Jack Franklin
* Export Mitt types for TS consumers * Add rudimentary tests for exported TS types * Run tests against the generated output instead of src
2020-05-27Use eslint-config-developitJason Miller
2020-05-26Update all dependenciesJason Miller
2020-05-262.0.0Jason Miller
2020-05-26simple build scriptJason Miller
2020-05-26remove older gzip size calculationJason Miller
2020-05-26Migrate to TypeScript and use Map (#99)Jack Franklin
Migrate to TypeScript & Microbundle, move to Map for event handler storage
2019-10-21update depsJason Miller
2019-10-211.2.0Jason Miller
2019-10-21chore(release): 1.2.1Jason Miller
2019-05-29fix test runnerJason Miller
2019-04-27Add keywords to package.jsonMarin 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
2017-12-06Clean up repo rootJason Miller
2017-12-06chore(release): 1.1.3Jason Miller
2017-04-30use reify to run test (#52)Thiago Santos
2017-04-17chore(release): 1.1.2Jason Miller
2017-04-17fix(builds): point `jsnext:main` to the ESM build instead of src, which ↵Jason Miller
contains things like Flowtype annotations that are not stripped by most build tools
2017-04-14chore(release): 1.1.1Jason Miller
2017-04-14Make npm-run-all silentJason Miller
2017-04-13Cleanup Build Chain (#48)Luke Edwards
* condense rollup:* scripts; set multiple targets * add module entry * remove mkdirp
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-27Add Flow type annotations (#23)Brandon Dail
* Add flowtype annotations * Add flow to test script
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-02-25Enforce semicolonsJason Miller
2017-01-221.0.1Jason Miller
2017-01-21Merge branch 'master' into external-babelrcSteve Kellock
2017-01-20Fix typo in package.json `homepage` fieldJohn Oksasoglu
The `homepage` url started with `httsp` instead of `https`, but this fixes that.
2017-01-19Moves babel config out of package.json.Steve Kellock
2017-01-16Fixes incorrect pretty-bites dependencySimeon Vincent
2017-01-141.0.0Jason Miller
2017-01-14Initial commit! 🚀Jason Miller