Releases: veliovgroup/Meteor-logger
Releases · veliovgroup/Meteor-logger
2.0.0
- Compatibility with latest Meteor release
- Move codebase to ES6 (No more CoffeeScript)
- Slightly different API - please, see the docs
- Breaking:
Logger
is not exposed to global scope, use - ES6import
v1.1.2
- Codebase fixes
v1.1.1
- Codebase improvements
- Now all logging methods returns
LoggerMessage
Instance - Update docs, to avoid conflicts with
Log
namespace - Add missed dependencies
- Compatibility with [email protected]
v1.1.0
- New API, please read new updated README.md
- Compatibility with Meteor >= 1.3.*
- Performance and Security enhancements
- Use own namespace
- Fix LoggerMongo#8
v1.0.0
- First argument now can be String or Number
- Now
Meteor.log[type]
can be used withthrow
, and returns error details
v0.0.8
- Fix issue
TypeError: Cannot read property 'get' of undefined
v0.0.7
- Fix issue with
userId.get is not a function
- Add Changelog.md
v0.0.6
v0.0.5
- Add support for
audit-argument-checks
- Move from
Sessions
toReactiveVar
- Fix issue with
undefined
userId
- Packages update
v0.0.4
v0.0.4