Releases: Psychosynthesis/Vanicom
v.1.3.3
v.1.3.2
Bugs when calling some functions in NodeJS have been eliminated, Readme has been updated.
v.1.3.1
Fix bug in isNumber
v.1.3.0
Add isNumber
helper, and some minor improvements
v.1.2.0
What's Changed
- All types have been added, as well as almost complete unit test coverage
- Code improvements
- New
Toast
feature — show super-simple text messages for your users! - Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #1
- Bump serialize-javascript and mocha by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v.1.1.0...v.1.2.0
Vanicom v.1.1.0
Added a function to round a number to a given value.
The auxiliary regex for polyfills has been removed from the main file (for this reason the version change is not minor).
Update npm package.
Vanicom v.1.0.10
Added part of the type definitions for convenience when used in projects with TypeScript.
Vanicom v.1.0.4
Update npm build (remove unnecss files).
Version v.1.0.3 is skiped in releases. The following changes was made in v.1.0.3:
Fix some bugs - polyfills for ClassList.prototype used arguments for forEach, wich cause error.
Added more tests.
Added use cases for readme.
Vanicom v.1.0.2
Fixed a bug in the getRandomNum function.
Added argument checking to some functions.
Added testing library (mocha) and some tests.
Vanicom v.1.0.1
Minor fixes.