v1.0.0
Breaking Changes
// before
- import { makeConsoleMock } from 'consolemock';
// now
+ import makeConsoleMock from 'consolemock';Non-Breaking Changes
💎 Has a new method to clear the console mock history: console.clearHistory (#13)
🖨️ Now throws an error if you call print without providing makeConsoleMock with a native console object (#12)
👗 Adopted prettier (#14)