Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Releases: wdhdev/EasyScript

v1.3.3

04 Dec 08:24
77af2c3

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

10 Jun 02:42
94c68f1

Choose a tag to compare

v1.3.2

Fixing type definitions in index.d.ts.

Changelog

  • add min option to random function (#70)

v1.3.1

09 Jun 06:46
d9e49d5

Choose a tag to compare

v1.3.1

General code improvements and beautification of the code.

Changelog

  • Shorten code (#68)
  • Remove duplicate feature log (#68)
  • Use generic types for util functions (#67)
  • Run Prettier

v1.3.0

07 Jun 08:38
5b29b58

Choose a tag to compare

v1.3.0

Adding TypeScript support and minimising module code.

Changelog

  • Add TypeScript support (#64)
  • Code Improvements (#66)

v1.2.7

05 Jun 03:46
59a7c60

Choose a tag to compare

v1.2.7

Fixing a broken link on the README and updating the GitHub workflows.

Changelog

  • Delete do-not-merge workflow
  • Run Prettier on all files in .github/
  • Fix broken docs link on the README
  • Remove unneeded badges on the README

v1.2.6

07 May 09:08

Choose a tag to compare

v1.2.6

General maintenance of the package and removing of the dns module.

Changelog

  • Update README
    • Remove banner
    • Fix grammar
    • Update links
  • Remove dns module
  • Update package information
  • Bump nanoid from 3.3.4 to 3.3.6

v1.2.5

12 Feb 09:47
3ef2dd5

Choose a tag to compare

v1.2.5

A release updating the UUID standard for the uuid module.

Changelog

  • Change UUID standard to RFC 4122 version 4 on uuid module.

v1.2.4

04 Feb 06:50
937e9ad

Choose a tag to compare

v1.2.4

A release cleaning up some code and updating JSDocs.

Changelog

  • Update JSDoc in all modules
  • Code cleanup

v1.2.3

25 Jan 09:06
6f21c8c

Choose a tag to compare

v1.2.3

A release adding new modules and features.

Changelog

  • Fix grammar on uuid module self docs
  • Add multi-id generation to id module (#50)
  • Moves badges on the README
  • Adds dns module with submodules a and cname (#49)

v1.2.2

21 Jan 09:05
10e47ed

Choose a tag to compare

v1.2.2

A release adding new features to modules and resolving some bugs.

Changelog

  • Fixed numToBool not appearing in modules
  • Added the ability to generate multiple UUIDs using the uuid package.
    • If the input is equal to 1 it will return a string, but if input is higher than 1 it will return an array.
  • Specified error types in error messages