Skip to content

Releases: Download/anylogger

v1.0.11

04 Apr 19:55
Compare
Choose a tag to compare

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

29 Dec 18:47
Compare
Choose a tag to compare

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

05 Dec 16:54
Compare
Choose a tag to compare

unpkg does not like trailing slash

  • Updated README
  • Modified build script

v1.0.8

05 Dec 16:47
Compare
Choose a tag to compare

Added unpkg entry to package.json, updated README, removed commented code

v1.0.7

23 Nov 13:25
Compare
Choose a tag to compare

Updated README

v1.0.6

21 Nov 15:08
Compare
Choose a tag to compare

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

01 Aug 17:21
Compare
Choose a tag to compare

Don't publish as an ES Module

v1.0.4

14 Jul 09:32
Compare
Choose a tag to compare

Updated dependencies, README, copyright year

v1.0.3

24 Jun 09:13
Compare
Choose a tag to compare

Update Travis CI badge in README

  • hoping it will start to reflect the actual build status

v1.0.2

23 Jun 20:36
Compare
Choose a tag to compare
File paths starting with . in `files` key in package.json caused empt…