Skip to content

Releases: diegofelipece/mussum-ipsum

v2.5.1 - fix "self" issue and support node 19

01 Jun 17:15
Compare
Choose a tag to compare

v2.5.0 - Migrate to TypeScript!

29 May 14:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.5.0

v2.4.3

29 Oct 08:54
Compare
Choose a tag to compare
  • small fixes and updates
  • split core code on single file (#17)

v2.4.2

14 Aug 13:26
Compare
Choose a tag to compare

Minor vulnerable dependencies update.

v2.4.1

28 Mar 17:25
Compare
Choose a tag to compare

Just some docs and minor dependencies updates

Arrays!

08 Jul 19:49
Compare
Choose a tag to compare

Add the possibility of receive result as array.

v2.3.2

20 Jun 20:39
Compare
Choose a tag to compare

Doc update

Small changes

20 Jun 20:39
Compare
Choose a tag to compare

Just some fixes, organization and eslint.

import mipsum!

04 Jun 21:56
666751d
Compare
Choose a tag to compare

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

24 Aug 00:25
Compare
Choose a tag to compare

• 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 :)