sprint 3.0.0
sprint: ^3.0.0 copied to clipboard
A tiny, simple-to-use and fully documented library for printing messages to the web console or to the terminal in a variety of modes.
3.0.0 #
- Update licence bearer and links.
- Update
README.md. - Bump dependencies.
- Bump the SDK version to
3.0.0. - Remove deprecations:
indexfromLevel- Uselevelinstead.productionModefromSprint- UseminimumLogLevelinstead.
2.0.0 #
- Set the lower bound for the SDK version to
2.17.0. - Added a
minimumLogLeveloption to the constructor of theSprintclass. - Deprecated the
productionModevariable. - Made the
includeTimestampfield non-final. - Deprecated the
indexfield ofLeveland instructed the developer to uselevelinstead.
1.0.4 #
- Switched from the
ansicolorpackage totint. - Improved the mapping of log levels to colours.
1.0.3+2 #
- Updated description to fit Dart file conventions.
1.0.3+1 #
- Refactored and made formatting and style changes to the project to bring it up to par.
1.0.3 #
- Updated package description.
- Split
log()into two methods_printToConsole()and_printToTerminal()of which one is assigned based on whether the program is running in a JavaScript environment or not.
1.0.2+4 #
- Updated package description.
1.0.2+3 #
- Fixed the issue with string concatenation taking precedence over string multiplication, which led to the production of large amounts of newlines, where only spaces were expected.
1.0.2+2 #
- Added missing documentation comment.
1.0.2+1 #
- Updated formatting.
1.0.2 #
- Refactored the code.
- Documented all public fields.
- Adapted the code to work with the
wordslint ruleset.
1.0.1 #
- Added quiet mode which prevents any messages from being printed.
1.0.0+2 #
- Bumped dev-dependency versions to latest.
1.0.0+1 #
- Formatted source in accordance with
dartfmt.
1.0.0 #
- Initial release.