storyboard v2.0.2 Release Notes

Release Date: 2016-07-26 // almost 8 years ago
    • Library:

      • [m] Add withConsoleListener.js convenience initialiser, for the most common case in which we just want to attach a console listener:
      import { mainStory } from 'storyboard/lib/withConsoleListener';
      
      mainStory.info('That was fast!');