simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

Release 0.9.0 #38

Closed haarts closed 4 years ago

haarts commented 4 years ago

The PR removes the deprecated callbacks (since 0.8.1).

It also makes consistent the color constructor argument of the PrettyPrinter and SimplePrinter.

Last but not least it renames the DebugFilter to DevelopmentFilter. See commit message.

I've also removed the io dependency introduced in 9d6461154d6df042ef09b71f7f9beb97a8aa347a, this made the package incompatible with the web platform.

(@leisim as always feel free to ignore the review request, I'll merge late next week if I don't hear from you)

simc commented 4 years ago

Great work :+1: