Skip to content

Releases: 78nine/wots

0.2.1

22 Aug 20:14
Compare
Choose a tag to compare

Bug Fixes

  • strings: fix handling ambiguous strings (e.g. 'true', 'null', 'NaN') (e134b4c9)

Tests

0.2.0

22 Aug 20:15
Compare
Choose a tag to compare

New Features

  • methods: add static methods returning boolean values (e.g. wots.isBoolean()) (bdebcc0a)

0.1.4

22 Aug 20:16
Compare
Choose a tag to compare

Bug Fixes

  • objects: handle Object.create(null) as 'object' (292511f6)

0.1.3

22 Aug 20:16
Compare
Choose a tag to compare

Documentation Changes