Welcome! Log In Create A New Profile

Advanced

njs-0.2.7

Dmitry Volyntsev
December 25, 2018 10:22AM
Hello,

I'm glad to announce a new release of NGINX JavaScript module (njs).

This release proceeds to extend the coverage of ECMAScript specifications.

- Added support for ES6 rest parameters syntax.
Thanks to Alexander Pyshchev.

: > var add = function(prev, curr) { return prev + curr }
: undefined
: > function sum(...args) { return args.reduce(add) }
: undefined
: > sum(1,2,3)
: 6
: > sum(1,2,3,4)
: 10

- Added ES8 Object.values() and Object.entries() methods.

You can learn more about njs:

- Overview and introduction: http://nginx.org/en/docs/njs/
- Presentation: https://youtu.be/Jc_L6UffFOs

Feel free to try it and give us feedback on:

- Github: https://github.com/nginx/njs/issues
- Mailing list: http://mailman.nginx.org/mailman/listinfo/nginx-devel

Changes with njs 0.2.7 25 Dec 2018

Core:

*) Feature: rest parameters syntax (destructuring is not supported).
Thanks to Alexander Pyshchev.

*) Feature: added Object.entries() method.

*) Feature: added Object.values() method.

*) Improvement: code generator refactored and simplified.

*) Bugfix: fixed automatic semicolon insertion.

*) Bugfix: fixed assignment expression from compound assignment.

*) Bugfix: fixed comparison of Byte and UTF8 strings.

*) Bugfix: fixed type of iteration variable in for-in with array
values.

*) Bugfix: fixed building on paltforms without librt.

*) Bugfix: miscellaneous additional bugs have been fixed.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

njs-0.2.7

Dmitry Volyntsev December 25, 2018 10:22AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 242
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready