Skip to content

v1.3.0

Compare
Choose a tag to compare
@ftonato ftonato released this 03 Mar 15:57
· 2 commits to main since this release
af1cfa5

PR's merged

  • Adding support to Buffer type (#7)

From now on, we are supporting the following Data Types:

  • String
  • Number
  • Boolean
  • Array
  • Date
  • Function
  • Map
  • Set
  • BigInt
  • Symbol
  • Buffer
  • Promise