Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Releases: nanoutils/nanoutils

0.2.0

21 May 23:59
Compare
Choose a tag to compare

πŸš€ Rewrote all functions to arrow to optimize ESM size #208
Resolved the issue #205

πŸ–ŠοΈ added CJS sizes #213

⭐️ Big thanks to @erykpiast

Related article about size reduction - https://dev.to/erykpiast/the-story-about-a-few-imports-40jm

0.1.2

05 Feb 00:44
Compare
Choose a tag to compare

Fix in create-index which gives 4 methods back to bundle

0.1.1

03 Feb 20:19
Compare
Choose a tag to compare

Transducers API πŸŽ‰

Documentation & Methods

πŸ–ŠοΈ added takeWhileT 3713b36
πŸ–ŠοΈ added dropT fc5074f
πŸ–ŠοΈ added dropWhileT 3dcb338
πŸ–ŠοΈ added tapT 4ef1658
πŸ–ŠοΈ add helper reduceRight 1275825
πŸ–ŠοΈ added transduceRight 7abe16b
πŸ–ŠοΈ added identityT 09b5872

0.1.0

12 Jan 12:29
Compare
Choose a tag to compare

Documentation

πŸŽ‰ all methods are completed b2b78b0, 30d5dbb, f065000, 41000dd, dee69a4, a66fd81, caba0bc

Methods

❌ removed whilst a66fd81

πŸ–ŠοΈ add Cyrillic support for camelCase, kebabCase and snakeCase 9fd2a20
πŸ–ŠοΈ changed ceil for precision is 0, now it uses Math.ceil caba0bc
πŸ–ŠοΈ changed clone for RegExp and added deep flag faac45a
πŸ–ŠοΈ changed range, now it works with both integer and float numbers dee69a4
πŸ–ŠοΈ changed reduceBy, now initial value is shallowly copied faac45a
πŸ–ŠοΈ renamed updateIn => updateBy a66fd81

🎈 improved flip by 32B f065000
🎈 improved nthArg by 1B f065000
🎈 improved reduce by 30B dee69a4
🎈 improved reverse by 28B dee69a4

0.0.42

01 Jan 22:18
Compare
Choose a tag to compare

Improved mergeWith by receiving iteratives as it didn't support 2+ objects

0.0.41

21 Dec 20:00
9244e2e
Compare
Choose a tag to compare
  • New method ceil

0.0.40

17 Dec 22:17
Compare
Choose a tag to compare
  • Cyrillic support for _words
  • New method includes

0.0.38

16 Dec 23:26
Compare
Choose a tag to compare

Add method kebabCase