Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-30 | 1.2 kB | |
Version 19.0 source code.tar.gz | 2024-03-30 | 250.6 kB | |
Version 19.0 source code.zip | 2024-03-30 | 319.0 kB | |
Totals: 3 Items | 570.8 kB | 0 |
19.0.5
- Removed
.eslintrc.json
,LICENSE
,CHANGELOG.md
,CODE_OF_CONDUCT.md
,README.md
,package.json
from the package files, as they didn't have any impact on code quality.
19.0.4
- Removed Babel plugin to polyfill
Object.assign()
, as suggested in [#611].
19.0.3
- Files
.eslintrc.json
,LICENSE
,CHANGELOG.md
,CODE_OF_CONDUCT.md
,README.md
,package.json
are now included in the package
19.0.1
- Restored compatibility for bundlers that used this module, see [#609]
Thanks to @erikyo for [#610]
19.0.0
- Rollup setup enhancement
- Refactored the Rollup setup to improve performance and maintainability.
- Switched to ES6 module format for better compatibility and readability.
- Enabled tree shaking and module preservation to optimize the build output.
- Added ESM demo to showcase the functionality of the esm module.
- Updated various dependencies to their latest versions for better compatibility and security
- Removed AMD module from the
/dist
folder, as it's been unused since version 11 - Removed AMD-related demos
Thanks to @erikyo for [#607]