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'
- BREAKING: Instead of importing things
Full Changelog: v7.0.1...v8.0.0