1log v3.0.0 Release Notes

Release Date: 2021-03-05 // about 3 years ago
  • โš  BREAKING CHANGES

    • ๐Ÿ”Œ iterableIteratorPlugin was renamed to iterablePlugin
    • โšก๏ธ there is more data included in log messages (see new features), so you may need to update Jest snapshots

    ๐Ÿ”‹ Features

    • ๐Ÿ”Œ a plugin for logging async iterables (1144597)
    • โž• add numbering to 'call' (functionPlugin) and 'next' (iterablePlugin) badges (1fbc8e7)
    • ๐ŸŒฒ log value from a generator function's return statement (589c002)
    • more logical badge colors for promises and iterables (8d4bfdc)
    • ๐Ÿ’ป shorten the name of the source file displayed by browser in log messages (ce50b38)
    • ๐Ÿ‘Œ support for logging async functions (0ca8ab0)

    ๐Ÿ› Bug Fixes

    • potential issue with some bundlers detecting Node's require (3e99bd1)

Previous changes from v2.1.4

  • ๐Ÿš€ Chore release.