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