All Versions
34
Latest Version
Avg Release Cycle
56 days
Latest Release
-

Changelog History
Page 4

  • v0.1.3 Changes

    March 30, 2019
    • ๐Ÿ’ป Browser extension:
      • [M] Add shorthand representation for "identical, consecutive logs"
      • [m] Allow user configuration of the maximum number of logs/stories to be remembered
      • Thorough testing of storyReducer
      • Add tests for all other reducers
  • v0.1.2 Changes

    March 28, 2019
    • Lib:
      • Add unit tests for most modules
    • ๐Ÿ’ป Browser extension:
      • [M] Add the capability to forget logs and closed stories
      • Add very limited unit tests (concerning the storyReducer)
    • Tooling:
      • Use nyc instead of istanbul for coverage testing (simplifies merging coverage reports)
  • v0.1.1 Changes

    March 19, 2019

    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
  • v0.1.0 Changes

    March 15, 2019
    • ๐Ÿš€ First public release