Skip to content

Commit c5a29a7

Browse files
committed
Version 0.8.6.
1 parent 603563f commit c5a29a7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGES

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Changes with njs 0.8.6 02 Oct 2024
2+
3+
nginx modules:
4+
5+
*) Feature: introduced QuickJS engine.
6+
7+
*) Feature: added optional nocache flag for js_set directive.
8+
Thanks to Thomas P.
9+
10+
*) Feature: exposed capture group variables in HTTP module.
11+
Thanks to Thomas P.
12+
13+
Core:
14+
15+
*) Feature: added Buffer module for QuickJS engine.
16+
17+
*) Bugfix: fixed handling of empty labelled statement in a function.
18+
19+
*) Bugfix: fixed Function constructor handling when called without
20+
arguments.
21+
22+
*) Bugfix: fixed Buffer.prototype.writeInt8() and friends.
23+
24+
*) Bugfix: fixed Buffer.prototype.writeFloat() and friends.
25+
26+
*) Bugfix: fixed Buffer.prototype.lastIndexOf().
27+
28+
*) Bugfix: fixed Buffer.prototype.write().
29+
30+
*) Bugfix: fixed maybe-uninitialized warnings in error creation.
31+
32+
*) Bugfix: fixed 'ctx.codepoint' initialization in UTF-8 decoding.
33+
34+
*) Bugfix: fixed 'length' initialization in Array.prototype.pop().
35+
36+
*) Bugfix: fixed handling of encode arg in fs.readdir() and
37+
fs.realpath().
38+
139
Changes with njs 0.8.5 25 Jun 2024
240

341
nginx modules:

0 commit comments

Comments
 (0)