Releases: wdhdev/EasyScript
Releases · wdhdev/EasyScript
v1.3.3
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
04 Dec 08:24
What's Changed
Full Changelog : v1.3.2...v1.3.3
v1.3.2
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
10 Jun 02:42
v1.3.2
Fixing type definitions in index.d.ts.
Changelog
add min option to random function (#70 )
v1.3.1
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
09 Jun 06:46
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 Jun 08:38
v1.3.0
Adding TypeScript support and minimising module code.
Changelog
Add TypeScript support (#64 )
Code Improvements (#66 )
v1.2.7
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
05 Jun 03:46
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
07 May 09:08
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
12 Feb 09:47
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
04 Feb 06:50
v1.2.4
A release cleaning up some code and updating JSDocs.
Changelog
Update JSDoc in all modules
Code cleanup
v1.2.3
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
25 Jan 09:06
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
Compare
Sorry, something went wrong.
No results found
wdhdev
released this
21 Jan 09:05
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