Skip to content

Latest commit

 

History

History
197 lines (111 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

197 lines (111 loc) · 10.3 KB

v5.0.5 (2021-06-03)

🐛 Bug Fixes

🏡 Internal

v5.0.4 (2021-06-02)

🏡 Internal

5.0.3 - 2021-02-17

5.0.2 - 2020-07-20

5.0.1 - 2020-05-06

5.0.0

Breaking Changes

hasType(Function, ...) no longer throws on async and generator functions

See: 980208c

Commits

4.0.0

Breaking Changes

  • drop Node 6 & 8 support

See: 3abdb53

With the source code migrated to ES6, usage in client tests with testemJS & PhantomJS or other ES5 browser are no longer supported.

See: 62dfd69

Commits

  • refactor: drop Node 6/8 support; convert to ES6 & upgrade packages - @aaarichter #49
    • d6a3df2 fix: npm audit fix
    • 3abdb53 refactor: drop Node 6 & 8 support & upgrade dependencies
    • ea67d42 style: eslint & remove local eslintrc
    • 62dfd69 refactor: remove babel transpilation
    • c79a0d0 refactor: remove bluebird

3.1.0

3.0.1

  • Fix audited packages, support Node 10, drop support for Node 4 - @markowsiak #44
    • 0ef5fe1 chore: package updates to fix audit
    • 71eacfb chore: support node 10, drop node 4
    • 87c62fc chore: use npm6 during build

3.0.0

Breaking Changes

no longer works without SOME CommonJS compatibility (e.g. node, browserify)

See: 58884fe

Commits

  • no longer depend/break on global _ - @dbushong #43
    • 58884fe feat: no longer depend/break on global _

2.4.1

2.4.0

  • stop diffing internally; lean on mocha - @dbushong #40
    • 74beefa feat: stop diffing internally; lean on mocha

2.3.5

  • apply latest generator & lint rules - @dbushong #39
    • edafdef chore: apply latest generator & lint rules

2.3.4

  • fix: correct isTTY logic for colorization - @dbushong #37
    • 1860ca3 fix: correct isTTY logic for colorization

2.3.3

  • fix: don't try to require('diff') for browsers - @dbushong #34
    • bf8e03a fix: don't try to require('diff') for browsers

2.3.2

  • chore: minor package and ci run cleanup - @dbushong #32
    • d92b979 chore: minor package and ci run cleanup

2.3.1

  • chore: compile with babel for browser-compat - @dbushong #31
    • b2909e8 chore: compile with babel for browser-compat

2.3.0

  • feat: show object diffs in deepEqual errors - @dbushong #30
    • d8065c1 feat: show object diffs in deepEqual errors

2.2.1

2.2.0

  • better JSON Expected/Actual output in Errors - @dbushong #28
    • 25d8d5f chore: upgrade pkg deps
    • dc15426 feat: better JSON Expected/Actual output
    • 177b881 test: add tests for prettyprinted JSON

2.1.1

  • chore: fix who travis credits for auto-commits - @dbushong #27
    • 0ff64b5 chore: fix who travis credits for auto-commits

2.1.0

  • feat: integrate assertive-as-promised functionality - @dbushong #26
    • c9be116 feat: integrate assertive-as-promised functionality

2.0.3

2.0.2

  • Change Fn.bind to _.partial to support non-ES5 environments - @rduenasf #23

2.0.1

  • add coffeelint & npub - @chkhoo #22
  • replace underscore & redux with lodash & coffee-script - @chkhoo #21