Skip to content

Releases: jlenoble/muter

Backward compatibility

06 Aug 09:35

Choose a tag to compare

Added module.exports = exports['default']; to index.js so that es2015 is not mandatory for calling modules.

First release

03 Aug 18:58

Choose a tag to compare

console methods log, warn and error can be muted concurrently without interfering.

Fixed index.js and doc

02 Aug 22:27

Choose a tag to compare

Pre-release

Tested for console logger and its methods log, warn and error for multiple arguments, formatted or not.

Not yet tested when multiple instances are used simultaneously. Still expect conflicts.

First pre-release

02 Aug 22:19

Choose a tag to compare

First pre-release Pre-release
Pre-release

Won't work unless you run 'gulp dist' first in the root directory. I pushed this first version too quickly.