Skip to content

Releases: vgbr-dev/argv2object

v1.1.2

30 Nov 02:50

Choose a tag to compare

argv2Object

Features

  • 2025-11-29 607919c feat: add createObjectFromArguments function for better code organization

v1.1.1

07 May 04:11

Choose a tag to compare

argv2Object

Changes

  • 2025-05-06 358cc21 docs: update README.md file
  • 2025-05-06 9acef2c docs: update jsdoc
  • 2025-05-06 c8e5cf1 docs: update jsdoc
  • 2025-05-06 298459f docs: update jsdoc
  • 2025-05-06 6e85010 chore: update engines.node field to package.json
  • 2025-05-06 fb4447e docs: update jsdoc

v1.1.0

07 May 03:08

Choose a tag to compare

argv2Object

Changes

  • 2025-05-06 7db0f0e feat: add entry point for imports by commonjs
  • 2025-05-06 c75e8f2 feat: add formatKey and convertValue to argv2Object
  • 2025-05-06 2915389 refactor: remove functions and constants
  • 2025-05-06 cfed82d refactor: include functions and constants modules
  • 2025-05-06 aafbe81 refactor: add functions module
  • 2025-05-06 80e1f1d refactor: add constants module
  • 2025-05-06 564d4c8 chore: update exports field to package.json
  • 2025-05-06 1fdf81b chore: update scripts.lint field to package.json
  • 2025-05-06 64b2aa2 test: update suite for argv2Object test
  • 2025-05-06 fc8c3ec chore: update eslint run command file
  • 2025-05-06 028f5cd chore: update modules to devDependencies
  • 2025-05-06 595f21d chore: update eslint run command file
  • 2025-05-06 8ee19ea chore: remove modules to devDependencies
  • 2025-05-06 eaf1afa chore: add modules to devDependencies
  • 2025-05-06 33658c9 style: remove section tag
  • 2025-05-06 40c0c42 chore: add scripts.test field to package.json

v1.0.2

06 May 21:16

Choose a tag to compare

argv2Object

Changes

  • 2025-05-06 0373bb2 chore: add exports field to package.json
  • 2025-05-06 977dd76 chore: update settings.json file
  • 2025-05-06 a305f34 build: update commitlint configuration file
  • 2025-05-06 afb85de build: update devDependencies field in package.json
  • 2025-05-06 eca4e84 refactor: rename to
  • 2025-05-06 2482bf2 refactor: rename to

v1.0.1

06 May 04:26

Choose a tag to compare

Refactor

  • 2025-05-05 d153ac8 refactor: move regexp constant
  • 2025-05-05 84674c4 refactor: rename ERRORS constant to THROWS_ERRORS_MESSAGES
  • 2025-05-05 cfd562a refactor: update error message
  • 2025-05-05 66c3845 refactor: change callback on map
  • 2025-05-05 8e1ff35 refactor: change name args constant to argumentsv
  • 2025-05-05 f74d281 refactor: add throw TypeError to argv2Object function
  • 2025-05-05 a64cff1 refactor: add property
  • 2025-05-05 4c4d2a6 refactor: rename property
  • 2025-05-05 57d2571 refactor: update imports and export modules to ES Modules
  • 2025-05-05 a34b0fa refactor: update export modules to ES Modules
  • 2025-05-05 e49e954 refactor: update imports modules to ES Modules

v1.0.0

19 Apr 02:57

Choose a tag to compare

argv2Object

Features

  • 2023-04-18 e658dfa feat: add argv2Object function