皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

njs 0.7.10 发布

njs 0.7.10 发布

Release Date: 07 February 2023

nginx modules:

Core:

  • Feature: added signal support in CLI.
  • Feature: added xml module for working with XML documents.
  • Feature: extended support for symmetric and asymmetric keys in WebCrypto. Most notably JWK format for importKey() was added.
  • Feature: extended support for symmetric and asymmetric keys in WebCrypto API. Most notably JWK format for importKey() was added. generateKey() and exportKey() were also implemented.
  • Feature: added String.prototype.replaceAll().
  • Bugfix: fixed for(expr1; conditional syntax error handling.
  • Bugfix: Object.values() and Object.entries() with external objects.
  • Bugfix: fixed RegExp.prototype[@@replace]().

转自 Changes (nginx.org)