Jering.Javascript.NodeJS v2.0.0 Release Notes

Release Date: 2018-08-04 // over 5 years ago
  • 🔄 Changes

    • 0️⃣ Logging is now optional (previously, console logging was enabled by default). To make logging optional, 0️⃣ the default INodeJSService implementation, HttpNodeJSService, now takes an 🌲 Microsoft.Extensions.Logging.ILoggerFactory instead of an Microsoft.Extensions.Logging.ILogger as a constructor argument.
    • ➕ Added .NET Standard 1.3 as a target framework.