Skip to content
This repository was archived by the owner on Jul 25, 2020. It is now read-only.

Releases: ElliotChong/debug-plus

v1.1.1 Release

24 Jan 04:53

Choose a tag to compare

Bug Fixes

  • Ensure lodash is accessible to all methods (3090557c)
  • get: instance.get() always returning undefined (32a6658f)

v1.1.0 Release

20 Dec 20:50

Choose a tag to compare

Features

  • CoffeeScript is now a development-only dependency (65691521)

v1.0.1 Release

20 Dec 20:51

Choose a tag to compare

Bug Fixes

  • Adding CoffeeScript as a dependency (a3d93882)

v1.0.0 Release

20 Dec 20:51

Choose a tag to compare

Initial public release.

Features

  • Backwards-compatible with the standard debug module
  • Support for console-style log, warn, error, and dir methods
  • Adds timestamp, stringify, inspect helper methods to aid in debugging
  • Cache-backed instantiation that treats keys as global for the application
  • Efficient lazy-instantiation using run-once Object.defineProperty getters