Releases: wdhdev/EasyScript
Releases · wdhdev/EasyScript
v1.2.1
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
19 Jan 10:38
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
16 Jan 06:38
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
16 Jan 04:44
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
12 Jan 09:06
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
12 Jan 08:00
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
10 Jan 00:35
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 Jan 08:35
v1.1.3
Fixes the util submodule paths.
Changelog
v1.1.2
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 Jan 08:26
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 Jan 08:14
v1.1.1
Fixes a bug when using the random module without input.
Changelog
Fix random module without input (#19 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 Jan 07:57
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