This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Releases: SimplrJS/simplr-logger
Releases · SimplrJS/simplr-logger
v1.0.1
v1.0.0
Changelog
- Rewritten package code.
This release is not compatible with the previous versions (< 1.0.0).
v0.4.0
Changelog
- Deprecated
SetWriteMessageHandlermethod in configuration builder. - Deprecated
WriteMessageHandlerin configuration object. - Added new methods
AddWriteMessageHandlerandAddWriteMessageHandlersin configuration builder (638809b). - Added
WriteMessageHandlersin configuration object. - Removed
Handlersfromsimplr-loggerentry file (6713355). - Emitted all handlers in
simplr-logger/handlersmodule orsimplr-logger-handlers.jsfile (752e208). - Emitted
ConsoleMessageHandlerfrom entry file (6713355). - Emitted LoggerHelpers from entry file (6713355).
- Created
FileMessageHandlerto save messages into the file (9a7a81e). - Installed tslib as dependency (566ecd9).
More changes in PR #4.