Skip to content

Releases: greenpioneersolutions/auto-parse

Parsing Array Strings Only Works On Double Quotes

04 Jul 04:53
Compare
Choose a tag to compare

#18 Parsing Array Strings Only Works On Double Quotes

Instances & Null Props

24 Apr 05:33
Compare
Choose a tag to compare

added support for Object.create(null) , Instances of Date & Regex Constructors
#17
#16

Support For AWS

24 Apr 05:32
Compare
Choose a tag to compare

1.5.1

07 Sep 17:34
Compare
Choose a tag to compare

#13 updated travis

1.5.0

07 Sep 17:34
Compare
Choose a tag to compare

#12 added browser support
#11 removed lodash

1.4.0

07 Sep 17:36
Compare
Choose a tag to compare

#11 added a standard fix
#11 updated my package json
#11 updated the comments
#11 change toString to String
#11 Remove loads

1.3.0

07 Sep 17:37
Compare
Choose a tag to compare

#9 Same types
#10 Fixed

1.2.0

07 Sep 17:37
Compare
Choose a tag to compare

1.1.0

08 Oct 08:26
Compare
Choose a tag to compare

1.1.0 Added

#2 Handling Nan's autoParse('NaN') returns NaN
#1 Handling objects autoParse("{}") returns "{}"

1.0.0

08 Oct 08:24
Compare
Choose a tag to compare

Init Release with functionality to parse:

  • String
  • Number
  • Boolean
  • Array
  • Object
  • Function
  • undefined
  • null