-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: convert to typescript #6
feat: convert to typescript #6
Conversation
N.b. to get the auto-publish goodness, create a repository secret here called |
- Converts to typescript - Adds auto-publish - Only named exports - No more CJS, only ESM - Runs tests on all supported environments BREAKING CHANGE: switch to named exports, ESM only
Codecov Report
@@ Coverage Diff @@
## master #6 +/- ##
=========================================
Coverage ? 95.47%
=========================================
Files ? 20
Lines ? 884
Branches ? 144
=========================================
Hits ? 844
Misses ? 40
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
## [5.0.0](v4.0.0...v5.0.0) (2022-01-29) ### ⚠ BREAKING CHANGES * switch to named exports, ESM only ### Features * convert to typescript ([#6](#6)) ([02110ae](02110ae))
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
- Converts to typescript - Only named exports - No more CJS, only ESM - Uses aegir for building/testing/publishing - Publishes with provenance - Publishes API docs - Switches travis for GitHub CI - Updates deps Similar in scope to alanshaw/it-ws#6 etc
* feat!: convert to typescript - Converts to typescript - Only named exports - No more CJS, only ESM - Uses aegir for building/testing/publishing - Publishes with provenance - Publishes API docs - Switches travis for GitHub CI - Updates deps Similar in scope to alanshaw/it-ws#6 etc * chore: fix examples * chore: simpler config * chore: refactor benchmark
BREAKING CHANGE: switch to named exports, ESM only