Documenting:
- Fixed all errors in the documentation;
- Added animations to examples;
- Documented new functionality and changes;
- Added TODO list.
Enhancements:
- Added a new method for outputting the added string to the Buffer;
- Transferred percentages - now they are displayed not after the animation, but after the message of the entry (at the end of the string);
- Added a new entry type category:
- `AdditionalEntryTypes`:
- `hint`;
- `tip`;
- `important`;
- `attention`;
- `caution`;
- `danger`.
Deprecated:
- Removing the initialization string is marked as deprecated method, but available for use.
Performance:
- Adding an entry has been optimized - now after adding an entry to the Logger Buffer, instead of updating the entire output to the console, a new method is used that outputs a new string to the console, however, all other wrapper methods of the Logger over the Buffer continue to update the entire output;
- Optimized Modifier and Exporter.