v4.9.0
What's Changed
- Add asBoolean extension and cover well know parameter transformations by @mtabacman in #46
- Move logging to a new project by @fortizpenaloza in #47
- Updated docs by @mtabacman in #45
Migration Notes
LaunchpadLogRecord
is now called LogRecord
and provided by https://github.com/ba-st/Bell.
This version still provides LaunchpadLogRecord
as an alias to not break compatibility.
In future versions, this aliasing is going to be removed so we kindly encourage users to update the references to the new class.
New Contributors
- @fortizpenaloza made their first contribution in #47
Full Changelog: v4.8.0...v4.9.0