nanolib

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule without any dependencies.

AGPL-3.0 License

Downloads
31.7K
Stars
7
Committers
7
nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.2.3 (2024-01-31)

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

3.1.1 (2024-01-31)

Bug Fixes

  • exported types by add .js extensions to all imports (fc3d83e) by @AliMD

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.2.0 (2024-01-31)

Features

  • eslint-config: extra import extensions support (0e0652b) by @AliMD
  • eslint-config: require-extensions (53f6f50) by @njfamirm

Miscellaneous Chores

  • deps: update (1a45030) by @AliMD
  • eslint-config: add eslint-plugin-require-extensions to peerDependencies (77d0468) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.0.3 (2024-01-31)

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.0.5 (2024-01-31)

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.0.7 (2024-01-31)

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by AliMD 9 months ago

1.1.13 (2024-01-31)

Miscellaneous Chores

nanolib - @alwatr/[email protected]

Published by njfamirm 9 months ago

3.1.0 (2024-01-24)

Features

  • fetch: fetch json (b089f12) by @njfamirm

Bug Fixes

  • fetch: better error handling on handleRetryPattern_ when user is offline (b867f30) by @AliMD

Code Refactoring

  • fetch: separate core files (c7e6b09) by @njfamirm
nanolib - @alwatr/[email protected]

Published by njfamirm 9 months ago

1.2.0 (2024-01-24)

Features

  • ty-helper: Update type definitions and add new interfaces for JSON serialization (7df0b07) by @AliMD
  • type-helper: Add Mutable and Immutable types (bd57df7) by @
  • type-helper: Update type definitions for Dictionary and Json (0e3d56f) by @
nanolib - @alwatr/[email protected]

Published by njfamirm 9 months ago

1.1.0 (2024-01-24)

Features

  • eslint-config: disable consistent-type-definitions (8b88c81) by @njfamirm
nanolib - @alwatr/[email protected]

Published by njfamirm 9 months ago

3.0.0 (2024-01-20)

⚠ BREAKING CHANGES

  • fetch: remove serviceRequest

Co-authored-by: Ali Mihandoost [email protected]

Features

  • fetch: alwatrAuth (28e365c) by @AliMD
  • fetch: move from last repo (4b86bb5) by @njfamirm
  • fetch: Update fetch type definitions with document (38398cc) by @AliMD

Code Refactoring

  • fetch: review and update everything (61ec38b) by @AliMD
nanolib - @alwatr/[email protected]

Published by njfamirm 9 months ago

1.0.0 (2024-01-20)

Features

  • polyfill-has-own: new package (9c3582b) by @njfamirm

Miscellaneous Chores

  • has-own-polyfill: bump version (36a6529) by @
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.2.0 (2024-01-16)

Features

  • async-queue: Add waitForAllFinish method to AsyncQueue class (3fdef04) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.0.0 (2024-01-16)

Features

  • local-storage: Rewrite local storage module (5ed0f39) by @AliMD
  • local-storage: separate package from @alwatr/util (4cc22ed) by @njfamirm

Bug Fixes

  • local-storage: Remove unused dependency and update tsconfig references (b1caaea) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.0.0 (2024-01-16)

Bug Fixes

  • parse-duration: remove unused variables (500f272) by @adltalab

Features

  • parse-duration: rewrite module 🤦🏻 (be62163) by @AliMD
  • parse-duration: rewrite with document (43ffecc) by @njfamirm
  • parse-duration: seperate parseDuration from @alwatr/math (f5e32d0) by @adltalab
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.0.0 (2024-01-16)

Bug Fixes

  • is-number: Remove Number.isFinite polyfill (aa149f3) by @AliMD

Features

  • is-number: extract from @alwatr/util (1c8a676) by @njfamirm
  • is-number: Update is-number package description and add Number.isFinite polyfill (a7c8e38) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.0.0 (2024-01-16)

Features

  • node-fs: enhance type of JSON-related functions (69751ed) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.0.0-beta.0 (2024-01-08)

Bug Fixes

  • node-fs: Update import statement for make-file module (7bddaa0) by @AliMD

Features

  • node-fs: Add make-file-bench demo script (ca3a57a) by @AliMD
  • node-fs: base package (74cbe48) by @njfamirm
  • node-fs: copy from store (5c23e01) by @njfamirm
  • node-fs: definePackage and logger (3880703) by @njfamirm
  • node-fs: demo (31f3740) by @njfamirm
  • node-fs: enhance json types (e85d927) by @AliMD
  • node-fs: enhance writeJson type (9010c72) by @AliMD
  • node-fs: makeFile (186ba09) by @njfamirm
  • node-fs: readFile under asyncQueue (ab12153) by @AliMD
  • node-fs: rewrite new writeFile method (7534ed1) by @AliMD
  • node-fs: writeFile under asyncQueue (6d8b3d7) by @AliMD
  • node-fs: writeJson method (581d4f9) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.1.0 (2024-01-08)

Features

  • flatomise: generic type (3193b43) by @AliMD
nanolib - @alwatr/[email protected]

Published by AliMD 10 months ago

1.1.0 (2024-01-08)

Features

  • AsyncQueue: generic type for push method (aec6710) by @AliMD
  • AsyncQueue: waitForFinish (47decb4) by @AliMD
Package Rankings
Top 6.66% on Npmjs.org
Related Projects