8000 Releases · Psychosynthesis/Vanicom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Psychosynthesis/Vanicom

v.1.3.3

08 Mar 06:20
Compare
Choose a tag to compare

Update default Toast style

v.1.3.2

08 Mar 01:55
Compare
Choose a tag to compare

Bugs when calling some functions in NodeJS have been eliminated, Readme has been updated.

v.1.3.1

08 Mar 00:51
Compare
Choose a tag to compare

Fix bug in isNumber

v.1.3.0

06 Mar 19:28
Compare
Choose a tag to compare

Add isNumber helper, and some minor improvements

v.1.2.0

03 Mar 12:25
Compare
Choose a tag to compare

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

Full Changelog: v.1.1.0...v.1.2.0

Vanicom v.1.1.0

24 Sep 04:06
Compare
Choose a tag to compare

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

31 Aug 00:29
Compare
Choose a tag to compare

Added part of the type definitions for convenience when used in projects with TypeScript.

Vanicom v.1.0.4

03 Aug 13:15
Compare
Choose a tag to compare

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

25 Jul 18:43
Compare
Choose a tag to compare

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

24 Jul 22:10
Compare
Choose a tag to compare

Minor fixes.

0