KSLog/CHANGELOG.md

45 lines
893 B
Markdown
Raw Normal View History

2022-06-07 14:30:54 +00:00
# Changelog
2022-07-30 08:03:11 +00:00
## 0.4.0
2022-07-30 07:51:06 +00:00
2022-06-23 10:26:46 +00:00
## 0.3.2
2022-06-23 13:10:35 +00:00
* Add duplication functions for all extensions which allow to send log without tag but with exception and message builder
2022-06-15 10:16:06 +00:00
## 0.3.1
* Technical fixes for compatibility with Java 8
2022-06-09 10:29:56 +00:00
## 0.3.0
2022-06-09 03:41:41 +00:00
2022-06-09 10:34:43 +00:00
* **BREAKING CHANGE**: Filters will not accept message since this update
* New `KSLog` realization `DefaultKSLog`
* Now platforms realize their default loggers callbacks instead of `KSLog` factories
## 0.2.0
* Full rewrite of API
2022-06-08 15:37:57 +00:00
## 0.1.1
2022-06-08 15:59:36 +00:00
* Changes in `JVM` levels
* Fixes in TagLogger
2022-06-08 12:23:11 +00:00
## 0.1.0
* All the platform specific logged factories has been renamed
2022-06-08 11:38:57 +00:00
## 0.0.3
* Fixes in `JVM` logging
2022-06-08 06:57:39 +00:00
## 0.0.2
2022-06-08 09:37:00 +00:00
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations
2022-06-08 10:06:41 +00:00
* Now it is possible to create `KSLog` using any iterable
2022-06-08 10:10:34 +00:00
* Now it is possible to create `KSLog` using vararg log levels
2022-06-08 09:37:00 +00:00
2022-06-07 14:30:54 +00:00
## 0.0.1
2022-06-07 16:13:00 +00:00
* Project has been inited