Releases: veliovgroup/Meteor-logger-file
Releases · veliovgroup/Meteor-logger-file
v2.1.0
Critical changes:
⚠️ Requiresnode@^12.12.0
andmeteor@^2.3.x
Other changes:
- 👷♂️ Avoid using external packages, rely on build-in
fs
node-module - 👨💻 Minor overall codebase refactoring
- 🤝 Compatibility with latest
[email protected]
v2.0.7
- 🤝 Compatibility with
[email protected]
- 📦 Update
fs-extra
NPM lib tov7.0.1
- 📦 Update internal Atmosphere dependencies
- 📄 Documentation update
- 🤓 Support for Windows, Linux, and MacOS environments
v2.0.6
- 🗑 Get rid of
underscore
package - 📦 Update NPM and Atmosphere dependencies
- 🤝 Compatibility with
[email protected]
v2.0.5
- Fix: #13 , thanks to @FernandoCesarS
- Update Atmosphere dependencies
- Compatibility with
[email protected]
v2.0.4
- NPM and Atmosphere dependencies update
- Fix #11 , thanks to @blueyestar
v2.0.3
- Atmosphere and NPM dependencies update
- Compatibility with
[email protected]
- Community meta, docs, guidelines, and etc.
v2.0.2
- Compatibility with
[email protected]
- Dependencies update
- Remove carriage return from base formatting (
\r\n
-->\n
) - Better tests
- Minor codebase enhancements
v2.0.1
- Compatibility with
[email protected]
- Dependencies update
- Exact code splitting between Server and Client, fix #9 , thanks to @mddarko
v2.0.0
- Compatibility with latest Meteor release
- NPM & Meteor dependencies update
- Move codebase to ES6 (No more CoffeeScript)
- Overall codebase enhancements
- API is slightly changed - please, see the docs
- Breaking:
LoggerFile
is not exported to global scope use - ES6import
v1.1.2
- Codebase enhancements and fixes
- Dependencies update
- Docs update