1.0.5 / 2016-06-30
==================

  * Fix default export for CommonJS compatibility. (@ljharb)

1.0.4 / 2016-06-30
==================

  * Lint code with standard.
  * Build with babel 6.
  * Remove broken class extends Function test. Does not work with babel 6.
  * Add more tests, including tests for collections & typed arrays.
  * Mild internal refactoring.
  * Update tape.

1.0.3 / 2015-06-29
==================

  * Update babel & tape devDependencies.
  * Functions are also not primitives. (@ljharb)

1.0.2 / 2015-03-07
==================

  * Add History.md.
  * Avoid running Symbol test on platforms where Symbol is undefined.
  * More strict test suite.
  * Support Symbols. (@hemanth)
  * Add Travis CI.

1.0.1 / 2015-03-06
==================

  * Add LICENSE.
  * Remove npm init added dependencies.

1.0.0 / 2015-03-06
==================

  * Birth
