Skip to content

Releases: mpareja/node-grpc-error-strategy

1.1.0: exclude inner field if no inner error provided

05 Jul 02:06
Compare
Choose a tag to compare

Previous versions of this error strategy would define an inner property on all returned errors - even if the value was undefined. v1.2.0 will no longer define an inner property if an inner error is not specified.

The existence of inner property with an undefined value was resulting in confusing test assertions.

v1.0.0: Initial Release

13 Apr 03:24
Compare
Choose a tag to compare
package: set version to 1.0.0