Skip to content

Latest commit

 

History

History
105 lines (58 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

105 lines (58 loc) · 5.21 KB

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