# HG changeset patch # User Yaroslav Zhuravlev # Date 1538760270 -10800 # Node ID a314f4aeb19928d9bf6a3f408fd5db80bd0b5edb # Parent 41ccd87cdb895453a716b2363d4e1ecf4783720a Fixed path to njs reference in Changes. diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -9,7 +9,7 @@
@@ -31,33 +31,33 @@ stream module handlers refactored. New methods and properties: -s.on(), -s.off(), -s.allow(), -s.done(), -s.decline(), -s.deny(). +s.on(), +s.off(), +s.allow(), +s.done(), +s.decline(), +s.deny(). Removed properties of the -Stream object: +Stream object: s.OK, s.ABORT, s.AGAIN, s.DECLINED, s.ERROR (replaced with -s.allow(), -s.done(), -s.deny()). +s.allow(), +s.done(), +s.deny()). s.buffer (for reading replaced with data argument of the corresponding callback, for writing use -s.send()). +s.send()). @@ -68,7 +68,7 @@ the corresponding callback, for writing s.eof (replaced with -flags.last). +flags.last). @@ -208,7 +208,7 @@ a segmentation fault. Bugfix: getting the parent property of the main -HTTP Request +HTTP Request object caused a segmentation fault. @@ -244,7 +244,7 @@ correctly parsing floating point numbers Feature: -String.bytesFrom() method +String.bytesFrom() method (decoding hex, base64, base64url into a byte string). @@ -254,8 +254,8 @@ Feature: Feature: -String.padStart() and -String.padEnd() methods. +String.padStart() and +String.padEnd() methods. @@ -357,7 +357,7 @@ nginx modules: Change: merged HTTP Response and Reply -into HTTP Request. +into HTTP Request. New members of Request: @@ -455,7 +455,7 @@ The deprecated properties will be remove Feature: -HTTP internalRedirect() +HTTP internalRedirect() method.