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

Releases: wdhdev/EasyScript

v1.2.1

19 Jan 10:38
2128353

Choose a tag to compare

v1.2.1

A release making some minor changes to the codebase and significantly updating the README.

Changelog

  • Merge modules.js with index.js
  • Update the README to include more information

v1.2.0

16 Jan 06:38
66d719c

Choose a tag to compare

v1.2.0

A release updating current modules, merging the types and util modules and more.

Changelog

  • Update modules' self documentation
  • Move types submodules to util

v1.1.7

16 Jan 04:44
cf2097f

Choose a tag to compare

v1.1.7

A release cleaning up the codebase and adding new keywords.

Changelog

  • Clean up code
  • Add new keywords
  • Update README

v1.1.6

12 Jan 09:06
ca6f723

Choose a tag to compare

v1.1.6

A release fixing a major bug which causes the package to crash application.

Changelog

  • Remove invalid module from modules.js

v1.1.5

12 Jan 08:00
1908a07

Choose a tag to compare

v1.1.5

This release adds self-documenting to all modules.

Changelog

  • Add self-documenting to all modules
  • Fix typo on a error message in the removeDuplicates module

v1.1.4

10 Jan 00:35
cbfdb29

Choose a tag to compare

v1.1.4

A release adding new modules and improving the package overall.

Changelog

  • Make README look nicer
  • Update package keywords
  • Add removeDuplicates submodule to util (#25)
  • Fix bug in numToStr if input was 0 it would throw error
  • Add numToBool submodule
  • Move type converters to separate module named types
  • Adds id module (#10)
    • New dependency nanoid

v1.1.3

07 Jan 08:35
0343aed

Choose a tag to compare

v1.1.3

Fixes the util submodule paths.

Changelog

  • Fix util submodule paths

v1.1.2

07 Jan 08:26
c9e121d

Choose a tag to compare

v1.1.2

Fixes a small bug where the util submodules do not show up in the autocomplete menu.

Changelog

  • Fix util submodules not showing in menu (#21)

v1.1.1

07 Jan 08:14
0ebfe38

Choose a tag to compare

v1.1.1

Fixes a bug when using the random module without input.

Changelog

  • Fix random module without input (#19)

v1.1.0

07 Jan 07:57
a38bffe

Choose a tag to compare

v1.1.0

This release adds lots of useful modules and cleans up the code a little bit.

Changelog

  • Update banner link on README
  • Updates homepage URL for package
  • Adds util module
    • Adds type converters (#12)
  • Adds uuid module