Skip to content

Releases: veliovgroup/Meteor-logger-file

v2.1.0

01 Jun 05:07
8ef213b
Compare
Choose a tag to compare

Critical changes:

  • ⚠️ Requires node@^12.12.0 and meteor@^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

02 Feb 05:11
323e537
Compare
Choose a tag to compare
  • 🤝 Compatibility with [email protected]
  • 📦 Update fs-extra NPM lib to v7.0.1
  • 📦 Update internal Atmosphere dependencies
  • 📄 Documentation update
  • 🤓 Support for Windows, Linux, and MacOS environments

v2.0.6

27 Jul 00:21
Compare
Choose a tag to compare
  • 🗑 Get rid of underscore package
  • 📦 Update NPM and Atmosphere dependencies
  • 🤝 Compatibility with [email protected]

v2.0.5

23 Feb 20:02
Compare
Choose a tag to compare

v2.0.4

02 Jan 10:00
Compare
Choose a tag to compare
  • NPM and Atmosphere dependencies update
  • Fix #11 , thanks to @blueyestar

v2.0.3

06 Dec 05:58
Compare
Choose a tag to compare
  • Atmosphere and NPM dependencies update
  • Compatibility with [email protected]
  • Community meta, docs, guidelines, and etc.

v2.0.2

20 Oct 16:44
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • Dependencies update
  • Remove carriage return from base formatting (\r\n --> \n)
  • Better tests
  • Minor codebase enhancements

v2.0.1

01 Aug 17:30
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • Dependencies update
  • Exact code splitting between Server and Client, fix #9 , thanks to @mddarko

v2.0.0

17 May 22:40
Compare
Choose a tag to compare
  • 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 - ES6 import

v1.1.2

20 May 21:44
Compare
Choose a tag to compare
  • Codebase enhancements and fixes
  • Dependencies update
  • Docs update