Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 1.77 KB

2.0.2 (2016-07-27)

Bug Fixes

2.0.1 (2016-03-20)

2.0.0 (2016-01-06)

Features

Breaking Changes

  • typeName(error) returns actual error constructor name, not just 'Error' (c857cea3)

before:

typeName(new TypeError('type error!')) // => 'Error'

after 2.0.0:

typeName(new TypeError('type error!')) // => 'TypeError'
  • component is no longer supported (e6f17109)

1.1.0 (2015-10-18)

Features

  • ship bundle for browsers with npm module (6f4eed8c)

1.0.1 (2014-12-16)

Bug Fixes

1.0.0 (2014-06-24)

Features

  • The first stable release