Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 2.51 KB

0.3.2 (2021-06-06)

0.3.1 (2021-06-06)

Build System / Dependencies
Tests

0.3.0 (2020-05-10)

Build System / Dependencies
  • format: change from CJS/Browser to UMD (948320bb)
Tests
  • format: test both: UMD and ES Module files (60a050cb)
  • prepare for more indepth tests (bc877e94)

0.2.2 (2020-04-29)

Build System / Dependencies
  • npm-scripts: extend build process (31b335e6)
  • npm: update dependencies (4f385b0e)
Documentation Changes
Refactors
  • add ES6 syntax and move files (663c644a)

0.2.1 (2017-08-22)

Bug Fixes

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

Tests

0.2.0 (2017-07-05)

New Features

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

0.1.4 (2017-07-04)

Bug Fixes

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

0.1.3 (2017-07-03)

Documentation Changes