Re: njs-0.6.0

2021-06-15 Thread 鯨井 貴博
Hello, Dmitry Thank you for announce! Is this list in "http://nginx.org/"; ? Takahiro Kujirai --Original Message-- 差出人:"Dmitry Volyntsev" 宛先:, CC: 件名:njs-0.6.0 日時:2021年06月16日(水) 02:14(+0900) >Hello, > >I'm glad to announce a new release of NGINX JavaScript module (njs). > >This releas

Re: [nginx-announce] njs-0.6.0

2021-06-15 Thread Maxim Konovalov
Brilliant! Big thanks to everyone who contributed code, time and energy into this release. -- Maxim Konovalov > 15 июня 2021 г., в 20:14, Dmitry Volyntsev написал(а): > > Hello, > > I'm glad to announce a new release of NGINX JavaScript module (njs). > > This release proceeds to extend th

njs-0.6.0

2021-06-15 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release proceeds to extend the coverage of ECMAScript specifications. Notable new features: - let and const declarations support : >> fuction test() { x = 1; let x; } : undefined : >> test() : ReferenceError: canno