
2.0.0 / 2016-10-10
==================

  * Breaking Change: debug and morgan are now peer dependencies
  * Fix events not being passed to debug if a destination stream is provided

1.0.1 / 2016-10-10
==================

  * Fix memory leak when no destination stream is provided
  * deps: debug@2.2.0
  * deps: through2@2.0.1
  * deps: morgan@1.7.0

1.0.0 / 2015-05-01
==================

  * Add: First argument when initializing morgan-debug can now be a pre-created instance of Debug instead of a namespace.
  * deps: debug@2.1.3
  * deps: through2@0.6.3
  * deps: morgan@1.5.2

0.1.1 / 2014-01-14
==================

  * Initial release