Skip to content

Releases: alanscodelog/utils

v6.6.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:12

6.6.1 (2026-08-07)

🐛 Fixes

added missing excludeAcceptAllOption to browserUploadFile (387305e)

v6.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:06

6.6.0 (2026-07-22)

⭐ New Features

added new browserUploadFile utility (2496455)

v6.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:53

6.5.0 (2026-07-07)

⭐ New Features

added new utility createIdleCallback (bb53aff)

v6.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:24

6.4.0 (2026-06-17)

⭐ New Features

browserSaveFile - added support for different file contents and auto detection based on content type (3dcbed9)

v6.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:03

6.3.1 (2026-06-13)

🐛 Fixes

fixed missing clipboard utils exports in barrel index file (5167c28)

v6.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:57

6.3.0 (2026-06-13)

⭐ New Features

improved browserSaveFile (3d0ecb6)

Now default to File System Access API and fallsback to old method.

Also fixed memory leak.

added copyToClipboard and readFromClipboard (60acd63)

📖 Documentation

updated to use new github actions (c966f7e)

v6.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 19:34

6.2.1 (2026-06-02)

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 14:57

6.2.0 (2026-03-25)

⭐ New Features

added DeepReadOnly type utililty (6e05eb4)

added Flatten type utility (e717bec)

set now creates the object path if it doesn't exist (7aba53a)

🐛 Fixes

fixed .envrc (4795c39)

v6.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 04:09

6.1.0 (2026-03-14)

⭐ New Features

jsonSafeParse now supports reviver function (cee107a)

added trusted publishing (f4dce3a)

🐛 Fixes

fixed incorrect default throttle time (97d68ff)

v6.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Sep 22:31

6.0.2 (2025-09-17)

🐛 Fixes

moved pre-commit hooks only to pre-push (8bed382)

fixed eslint + build (1b65539)