1log v3.0.0 Release Notes
Release Date: 2021-03-05 // almost 4 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.