Releases: wdhdev/EasyScript
Releases · wdhdev/EasyScript
v1.3.3
04 Dec 08:24
Compare
Sorry, something went wrong.
No results found
v1.3.2
10 Jun 02:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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