diff --git a/CHANGELOG.md b/CHANGELOG.md index 45877ea..ce91c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ -# 3.1.0 / 2022-06-22 +# 3.1.1 / 2022-06-22 ## :tada: Enhancements - Updated code style + +# 3.1.0 / 2022-06-22 + +## :tada: Enhancements + - Updated libraries - Fixes for node 18 and new versions of libraries diff --git a/docs/classes/classes_parser.parser.html b/docs/classes/classes_parser.parser.html index 13373f9..a508ddf 100644 --- a/docs/classes/classes_parser.parser.html +++ b/docs/classes/classes_parser.parser.html @@ -1,22 +1,22 @@ -
- Preparing search index...
- The search index is not available
ObjectStream - v3.1.1Class Parser
Hierarchy
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
Optional start: string
first separator
Optional middle: string
middle separator
Optional end: string
end separator
-Returns Parser
Properties
Private __buffers
Returns Parser
Properties
Private __buffers
stream buffer
-Private __bytes Read
Private __bytes Read
stream byte counter
-Private __encoding
Private __encoding
stream encoding
-Private __left Brace
Private __left Brace
left brace counter
-Private __open Quotes
Private __open Quotes
open quote flag
-Private __right Brace
Private __right Brace
right brace counter
-Private __separators
Private __separators
separators
Type declaration
end: number
middle: number
start: number
allow Half Open
If
false
then the stream will automatically end the writable side when the @@ -59,7 +59,7 @@Readonly readable Object Mode
Getter for the property
objectMode
of a givenReadable
stream.v12.3.0
-Readonly writable
Readonly writable Corked
Readonly writable Ended
Readonly writable Finished
Readonly writable High Water Mark
Readonly writable Length
Readonly writable Object Mode
Static Private __empty
Readonly writable
Readonly writable Corked
Readonly writable Ended
Readonly writable Finished
Readonly writable High Water Mark
Readonly writable Length
Readonly writable Object Mode
Static Private __empty
empty buffer
Static Readonly capture Rejection Symbol
Static capture Rejections
Sets or gets the default captureRejection value for all emitters.
@@ -70,19 +70,19 @@Installing a listener using this symbol does not change the behavior once an
-'error'
event is emitted, therefore the process will still crash if no regular'error'
listener is installed.Methods
[async Iterator]
Returns AsyncIterableIterator<any>
Private __clear
Methods
[async Iterator]
Returns AsyncIterableIterator<any>
Private __clear
clear buffer and reset counters
-Returns void
Private __handler
Returns void
Private __handler
basic stream handler
-Parameters
buffer: Buffer
s: number
errors: Error[]
Returns void
Optional _construct
Parameters
callback: ((error?: null | Error) => void)
Parameters
Optional error: null | Error
Returns void
Returns void
_destroy
Parameters
error: null | Error
callback: ((error: null | Error) => void)
Parameters
error: null | Error
Returns void
Returns void
Private _final
Parameters
buffer: Buffer
s: number
errors: Error[]
Returns void
Optional _construct
Parameters
callback: ((error?: null | Error) => void)
Parameters
Optional error: null | Error
Returns void
Returns void
_destroy
Parameters
error: null | Error
callback: ((error: null | Error) => void)
Parameters
error: null | Error
Returns void
Returns void
Private _final
End event handler
Parameters
callback: Function = ...
callback function
-Returns void
Private _flush
Returns void
Private _flush
Flush event handler
Parameters
callback: Function = ...
callback function
-Returns void
_read
Parameters
size: number
Returns void
Private _transform
Returns void
_read
Parameters
size: number
Returns void
Private _transform
Data event handler
Parameters
string: undefined | null | string | Buffer
string or buffer data
@@ -208,7 +208,7 @@The
readable.resume()
method has no effect if there is a'readable'
event listener.v0.9.4
-Returns Parser
set Default Encoding
Parameters
encoding: BufferEncoding
Returns Parser
set Encoding
Returns Parser
set Default Encoding
Parameters
encoding: BufferEncoding
Returns Parser
set Encoding
set stream encoding
Parameters
encoding: "utf8" | "utf-8" | "base64" | "latin1" | "binary" | "hex"
Returns Parser
set Max Listeners
By default
EventEmitter
s will print a warning if more than10
listeners are diff --git a/docs/classes/classes_stringifer.stringifer.html b/docs/classes/classes_stringifer.stringifer.html index c0733d8..e8968cf 100644 --- a/docs/classes/classes_stringifer.stringifer.html +++ b/docs/classes/classes_stringifer.stringifer.html @@ -1,16 +1,16 @@ -- Preparing search index...
- The search index is not available
ObjectStream - v3.1.1Class Stringifer
Hierarchy
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
Optional start: string
- Preparing search index...
- The search index is not available
ObjectStream - v3.1.1Class Stringifer
Hierarchy
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
Optional start: string
first separator
Optional middle: string
middle separator
Optional end: string
end separator
-Returns Stringifer
Properties
Private __bytes Write
Returns Stringifer
Properties
Private __bytes Write
stream byte counter
-Private __encoding
Private __encoding
stream encoding
-Private __is String
Private __is String
pass string data to the stream
-Private __separators
Private __separators
separators
Type declaration
end: Buffer
middle: Buffer
start: Buffer
allow Half Open
If
false
then the stream will automatically end the writable side when the @@ -62,15 +62,15 @@Installing a listener using this symbol does not change the behavior once an
-'error'
event is emitted, therefore the process will still crash if no regular'error'
listener is installed.Methods
[async Iterator]
Returns AsyncIterableIterator<any>
Optional _construct
Parameters
callback: ((error?: null | Error) => void)
Parameters
Optional error: null | Error
Returns void
Returns void
_destroy
Parameters
error: null | Error
callback: ((error: null | Error) => void)
Parameters
error: null | Error
Returns void
Returns void
Private _final
Methods
[async Iterator]
Returns AsyncIterableIterator<any>
Optional _construct
Parameters
callback: ((error?: null | Error) => void)
Parameters
Optional error: null | Error
Returns void
Returns void
_destroy
Parameters
error: null | Error
callback: ((error: null | Error) => void)
Parameters
error: null | Error
Returns void
Returns void
Private _final
End event handler
Parameters
callback: (() => void) = ...
callback function
-Returns void
Returns void
Private _flush
Returns void
Returns void
Private _flush
Flush event handler
Parameters
callback: (() => void) = ...
callback function
-Returns void
Returns void
_read
Parameters
size: number
Returns void
Private _transform
Returns void
Returns void
_read
Parameters
size: number
Returns void
Private _transform
Data event handler
Parameters
object: undefined | null | {}
object data
@@ -196,7 +196,7 @@The
readable.resume()
method has no effect if there is a'readable'
event listener.v0.9.4
-Returns Stringifer
set Default Encoding
Parameters
encoding: BufferEncoding
Returns Stringifer
set Encoding
Returns Stringifer
set Default Encoding
Parameters
encoding: BufferEncoding
Returns Stringifer
set Encoding
set stream encoding
Parameters
encoding: "utf8" | "utf-8" | "base64" | "latin1" | "binary" | "hex"
Returns Stringifer
set Max Listeners
By default
EventEmitter
s will print a warning if more than10
listeners are diff --git a/docs/modules/utils_global.html b/docs/modules/utils_global.html index 6fd8051..b64ae30 100644 --- a/docs/modules/utils_global.html +++ b/docs/modules/utils_global.html @@ -1,4 +1,4 @@ -- Preparing search index...
- The search index is not available
ObjectStream - v3.1.1Module utils/global
Index
Functions
Functions
Private validator
- Preparing search index...
- The search index is not available
ObjectStream - v3.1.1Module utils/global
Index
Functions
Functions
Private validator
Validate object
Parameters
obj: any
object for validation