Releases: Download/anylogger
Releases · Download/anylogger
v1.0.11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
unpkg does not like trailing slash
Updated README
Modified build script
v1.0.8
Compare
Sorry, something went wrong.
No results found
Added unpkg entry to package.json, updated README, removed commented code
v1.0.7
Compare
Sorry, something went wrong.
No results found
Updated README
v1.0.6
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Don't publish as an ES Module
v1.0.4
Compare
Sorry, something went wrong.
No results found
Updated dependencies, README, copyright year
v1.0.3
Compare
Sorry, something went wrong.
No results found
Update Travis CI badge in README
hoping it will start to reflect the actual build status
v1.0.2
Compare
Sorry, something went wrong.
No results found
File paths starting with . in `files` key in package.json caused empt…