Skip to content

Releases: alchemauss/mauss

0.7.2

30 Aug 07:00
2933b20
Compare
Choose a tag to compare

What's Changed

🛠 Patches

Full Changelog: v0.7.1...v0.7.2

0.7.1

23 Aug 05:56
1c8b918
Compare
Choose a tag to compare

What's Changed

🏗️ Enhancements

💡 Others

Full Changelog: v0.7.0...v0.7.1

0.7.0

03 Aug 06:14
ef1f0e1
Compare
Choose a tag to compare

What's Changed

🚨 Breaking Changes

💡 Others

Full Changelog: v0.6.0...v0.7.0

0.6.0

28 Jul 13:00
d0446f2
Compare
Choose a tag to compare

What's Changed

🚨 Breaking Changes

🛠 Patches

💡 Others

Full Changelog: v0.5.0...v0.6.0

0.5.0

29 May 05:52
3c21f9b
Compare
Choose a tag to compare

Breaking Changes

  • #223 | Removed create from ntv namespace, use array .reduce instead
  • #222 | Removed /utils module
    • dt has been moved to core module
    • random has been moved to core module
    • tryNumber has been removed, use Number.isNaN(Number(s)) ? s : Number(s)
  • #164 | Reworked /api module
    • Now only exports the fetcher factory to create a send function

What's Changed

Full Changelog: v0.4.12...v0.5.0