UNPKG

@waiting/log

Version:

Lightweight logging for browser

23 lines (14 loc) 1.21 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.2](https://github.com/waitingsong/log/compare/v1.0.1...v1.0.2) (2019-03-10) ### Bug Fixes * **test:** node-localstorage missing ([5bf0c38](https://github.com/waitingsong/log/commit/5bf0c38)) * catch error within save() ([947b3d4](https://github.com/waitingsong/log/commit/947b3d4)) * createDir() path resolve under linux ([c6d1274](https://github.com/waitingsong/log/commit/c6d1274)) * error TS1345: An expression of type 'void' cannot be tested for truthiness ([0085713](https://github.com/waitingsong/log/commit/0085713)) ### Features * add Observable functions ([c9364db](https://github.com/waitingsong/log/commit/c9364db)) * do isPathAccessible() first within isDirFileExists() ([9ddae98](https://github.com/waitingsong/log/commit/9ddae98)) * export native assert() ([683cea8](https://github.com/waitingsong/log/commit/683cea8)) * export statAsync ([c832590](https://github.com/waitingsong/log/commit/c832590)) * remove log() and logger() ([27e1e29](https://github.com/waitingsong/log/commit/27e1e29))