Meteor Logger Versions Save

๐Ÿงพ Meteor isomorphic logger. Store application logs in File (FS), MongoDB, or print in Console

2.1.1

2 years ago
  • ๐Ÿ‘จโ€๐Ÿ’ป Minor codebase enhancements
  • ๐Ÿ‘จโ€๐Ÿ’ป Handle unexpected datatypes

2.1.0

2 years ago
  • ๐Ÿ‘จโ€๐Ÿ’ป Minor codebase refactoring
  • ๐Ÿ‘จโ€๐Ÿ”ง Properly sanitize and process data log argument; Potentially fixing logger-file #17 and logger-console #9
  • ๐Ÿ“” Minor documentation improvements
  • ๐Ÿค Compatibility with latest [email protected]

2.0.8

5 years ago
  • ๐Ÿค Compatibility with [email protected]
  • ๐Ÿ‘ทโ€โ™‚๏ธ Overall minor codebase maintenance update
  • ๐Ÿ“„ Documentation minor update
  • ๐Ÿ“ฆ Internal Atmosphere dependencies update
  • ๐Ÿ‘จโ€๐Ÿ’ป Merge #17 fixing antiCircular method, thanks to @danwild

2.0.7

5 years ago
  • ๐Ÿ—‘ Get rid of underscore package
  • ๐Ÿ‘ทโ€โ™‚๏ธ Merge #16 , closing #15 , fixing issue with Circular (self referenced) objects, thanks a lot to @danwild
  • ๐Ÿ‘จโ€๐Ÿ’ป Minor codebase enhancements
  • ๐Ÿ“ฆ Update NPM and Atmosphere dependencies
  • ๐Ÿค Compatibility with [email protected]

2.0.6

6 years ago
  • Fix stackTrace on non-v8 browsers
  • Dependencies update

2.0.5

6 years ago
  • Dependencies update
  • Compatibility with [email protected]
  • Community meta, docs, guidelines, and etc.

2.0.4

6 years ago
  • Compatibility with [email protected]
  • Remove carriage return from base formatting (\r\n --> \n)
  • Better tests
  • Minor codebase enhancements

2.0.3

6 years ago
  • Compatibility with [email protected]
  • Fix #4 , thanks to @znewsham
  • Fix #3 , thanks to @mploquin

2.0.2

7 years ago
  • Minor fixes

v2.0.1

7 years ago
  • Minor fixes