Releases: Download/anylogger
Releases · Download/anylogger
v1.0.11
Updated dependencies, added Typescript tests
- Removed unused dev-dependency on lodash
- Updated all dev-dependencies to latest versions
- Added a small test for the typescript definitions
v1.0.10
Fixed named logger creation to avoid unsafe-eval
- Updated anylogger.new to avoid eval entirely
- Saved ~40 bytes in the process
- Updated all dependencies
- Updated copyright year in license file
v1.0.9
unpkg does not like trailing slash
- Updated README
- Modified build script
v1.0.8
Added unpkg entry to package.json, updated README, removed commented code
v1.0.6
Updated deps, only noop, fallback for unsafe_eval, README
- Updated all dependencies, fixing some security issues in dev dependencies
- Only support noop functions, factored console support out into anylogger_console
- Wrap creation of loggers in try-catch and include fallback for unsafe_eval #14
- Updated README to mention anylogger_console
v1.0.5
Don't publish as an ES Module
v1.0.4
Updated dependencies, README, copyright year
v1.0.3
Update Travis CI badge in README
- hoping it will start to reflect the actual build status
v1.0.2
File paths starting with . in `files` key in package.json caused empt…