Skip to content

Releases: ftonato/plain-object

v2.0.0

04 Mar 14:30
Compare
Choose a tag to compare

Breaking for TypeScript users

We converted our project to be written in TS 💙

TS Logo

v1.3.0

03 Mar 15:57
af1cfa5
Compare
Choose a tag to compare

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

v1.2.0

03 Mar 12:41
Compare
Choose a tag to compare

PR's merged

  • Adding support to RegExp type (#6)

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

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

v1.1.0

03 Mar 12:00
0a19347
Compare
Choose a tag to compare

PR's merged

  • Adding support to Buffer type (#4)

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

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