All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Use DateFormatter to format log timestamp
- Change time format to 'YYYY-MM-dd HH:mm:ss.SSSSSSZ'
- Introduce FileSpy that allows to log into files
- Remove NetworkSpy from example & readme
- Added support for thread safe spies
- Added Spied property wrapper for logging property access & changes
- Fixed changelog
- Add descriptions for documentation
- Change: toAnyProvder() -> any()
- Change: toAnyDecorator() -> any()
- Add ability to initialize SpyConfigurationBuilder with existing configuration
- Add decorated formatter
- Add decorator for level color changing
- Add decorator for level emoji prefixes
- Add codecov badge
- Add .travis.yml for CI support
- Fix support for package manager
- Add carthage support
- Boost code coverage
- Fixed version to 0.0.3
- Fixed podspec
- Added SpyConfigurationBuilder
- Added ConsoleSpy
- Added CompositeSpy
- Added AnySpy