Releases: diegofelipece/mussum-ipsum
Releases · diegofelipece/mussum-ipsum
v2.5.1 - fix "self" issue and support node 19
Full Changelog: v2.5.0...v2.5.1
v2.5.0 - Migrate to TypeScript!
What's Changed
- build(deps): bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #20
- Migrate to TypeScript by @diegofelipece in #22
Full Changelog: v2.4.3...v2.5.0
v2.4.3
v2.4.2
Minor vulnerable dependencies update.
v2.4.1
Just some docs and minor dependencies updates
Arrays!
Add the possibility of receive result as array.
v2.3.2
Doc update
Small changes
Just some fixes, organization and eslint.
import mipsum!
Now mIpsum is allowed to be imported as a module using Webpack. BTW, stills possible simply link mipsum.min.js on your HTML and use window.mIpsum()
, so there aren't breaking changes.
Small Big Changes
• Refactoring of the code using more ES6+ features to reduce the size of the code and make the maintenance more simple;
• Improve on error messages to be more usefull and efficient;
• Reached 4kb compressed :)