storyboard v0.1.1 Release Notes

Release Date: 2019-03-19 // about 5 years ago
  • Not a breaking change, but still noteworthy: Stories now have a level attribute and are subject to filtering, the same way as logs. The default story level is INFO. Depending on your filter configuration, you may start filtering out some stories.

    • Lib:
      • Stories:
        • [M] Add level attribute to stories (same as for logs)
        • [M] Filter out stories completely according to source and level, even if they contain logs that would have been visible (up to INFO level). Logs at WARN or above turn their ancestor stories visible again.
      • Console Listener:
        • [m] Show story levels
        • [m] Hide story ID
        • [m] Hide time in attachment lines (just as in the browser extension)
        • [m] Highlight action lines
      • WS Client Listener:
        • [m] Stop dumping internal Storyboard messages to the console
    • 💻 Browser extension:
      • [m] Swap severity and source columns for coherence with console output
      • [m] Show story levels
      • [m] Tweak style of some components