Releases: veliovgroup/Meteor-logger
Releases · veliovgroup/Meteor-logger
v2.1.1
v2.1.0
- 👨💻 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]
v2.0.8
- 🤝 Compatibility with
[email protected]
- 👷♂️ Overall minor codebase maintenance update
- 📄 Documentation minor update
- 📦 Internal Atmosphere dependencies update
- 👨💻 Merge #17 fixing
antiCircular
method, thanks to @danwild
v2.0.7
- 🗑 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]
v2.0.6
- Fix stackTrace on non-v8 browsers
- Dependencies update
v2.0.5
- Dependencies update
- Compatibility with
[email protected]
- Community meta, docs, guidelines, and etc.
v2.0.4
- Compatibility with
[email protected]
- Remove carriage return from base formatting (
\r\n
-->\n
) - Better tests
- Minor codebase enhancements
v2.0.3
v2.0.2
- Minor fixes
2.0.1
- Minor fixes