v0.0.60.0.5
Reading changes from the repo…
through2.ctor()
that allows for easier creation of transform streams without subclassing. This simplifies the process for developers looking to implement custom transformations. ctor
method to allow options to be overridden when creating transform instances. This gives users more flexibility in configuring their transform streams. this.options
available to instances. This ensures that users can access and utilize their options effectively within their transform logic.