Wired Rollup to remove comments from non-dev builds. This means we can now leave the console.logs in the source code — there’s no need to comment-out console.log statements or care about them not spilling into production. Now it’s done automatically.
Unit tests are pointing at ES modules build, which means that code coverage is correct now, without Babel functions being missed. This is important because now code coverage is real again and now there are no excuses not to perfect it.
Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
3.0.0
💥 BREAKING CHANGES
2.1.0
✨ Features
2.0.0
✨ Features
💥 BREAKING CHANGES
require()
1.11.0
✨ Features
1.10.15
⏪ Reverts
1.10.1
🔧 Fixed
testStats
to npmignore (f3c84e9)1.10.0
✨ Features
1.9.0
Accidental version bump during migration to SourceHut. Sorry about that.
1.8.0
1.2.0
GitHub sold us out. In the meantime, we:
1.1.0
package.lock
and.editorconfig
console.log
s in the source code — there’s no need to comment-outconsole.log
statements or care about them not spilling into production. Now it’s done automatically.1.0.0