Changelog
Every change that is made to the convert-to-string
package will be documented here:
v1.0.0
Description
Added the convertToString
function that accepts all data types
Commits
ba9476c
Finished v1.0.0 code
v1.0.1
Description
Fixed some mistakes in the JavaScript example on the README, made the code accept asyncronous functions and display async
, fixed the type definitions and updated tests.
Commits
f1e7c96
Updated README090334b
Added async keyword before async functions846720d
Fixed types, updated tests2f27a01
Fixed tests