Skip to content

v8.0.0 - unexport all the things

Latest
Compare
Choose a tag to compare
@trusktr trusktr released this 10 Sep 07:35
· 7 commits to main since this release

What's Changed

  • Avoid re-exporting everything from the index file (leave only the version, which is auto-updated). This makes it possible to import only what you need only, instead of importing everything. Some tools were reporting a warning on native.js due to its use of eval(). by @trusktr in #14
    • BREAKING: Instead of importing things from 'lowclass', import them directly from the file where they come from, f.e. import {Constructor} from 'lowclass/dist/Constructor.js'

Full Changelog: v7.0.1...v8.0.0