Releases: wdhdev/EasyScript
Releases · wdhdev/EasyScript
v1.2.1
19 Jan 10:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )
v1.1.3
07 Jan 08:35
Compare
Sorry, something went wrong.
No results found
v1.1.3
Fixes the util submodule paths.
Changelog
v1.1.2
07 Jan 08:26
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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