Code Changes:
- 40b1c3399d243009f155a3b8e4b95527055d3ea0 - Make internal Checkboxland property
this._data fully private (instead of just warning not to use it).
- 40b1c3399d243009f155a3b8e4b95527055d3ea0 - Add better error handling when extending with malformed or incomplete plugin data.
- 3ec1dd049969de87c6a9cf617d43aea12026272f - Replace pika bundler with microbundle. This drops support for a commonjs export because this package is only intended to be used in a frontend environment. Hypothetically, this is backwards-compatible unless you are using an ancient build tool that doesn't support es module imports. For motivation and details see: https://antfu.me/posts/move-on-to-esm-only
Other changes
Package is hosted on NPM: https://www.npmjs.com/package/checkboxland
Full Changelog: https://github.com/bryanbraun/checkboxland/compare/v1.5.0...1.6.0