Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Releases: ghostdevv/dashargs

4.1.6

Choose a tag to compare

@ghostdevv ghostdevv released this 26 Jun 01:25

What's Changed

  • fix: exports / bump deps by @fractalhq in #46
  • fixed readme badges

New Contributors

Full Changelog: v4.1.5...v4.1.6

4.1.5

Choose a tag to compare

@ghostdevv ghostdevv released this 03 Dec 22:46

Changes

  • FIX cjs issue with named imports

4.1.4

Choose a tag to compare

@ghostdevv ghostdevv released this 03 Dec 22:40

Changes

  • FIX re-enabled package-lock
  • FIX exports

4.1.3

Choose a tag to compare

@ghostdevv ghostdevv released this 09 Jan 02:52
  • Update argv method to improve argv sanitizing

4.1.2

Choose a tag to compare

@ghostdevv ghostdevv released this 26 Dec 21:07
  • DashArgs#has now has the ability to accept multiple keys

4.0.2

Choose a tag to compare

@ghostdevv ghostdevv released this 26 Dec 20:50
  • Fixed an issue with strip method not working as expected

4.0.1

Choose a tag to compare

@ghostdevv ghostdevv released this 22 Dec 08:43
e169a4e
  • Refactor of the strip method

4.0.0

Choose a tag to compare

@ghostdevv ghostdevv released this 21 Dec 21:58

Dashargs 4.0.0 is here, over a month and 131 commits later, here are the changes:

  • Proper tests
  • Minor bug fixes
  • General code refactor
  • New Parser
  • Prefix support
  • Strip method
  • typeFix renamed to typeCoerce
  • Argv method
  • New readme
  • JSDoc
  • Typescript support
  • ES Module support
  • License changed to MIT
  • Better CI
  • Better CD
  • Better code formatting
  • Examples