Releases: ehmicky/set-error-props
Releases · ehmicky/set-error-props
v6.0.0
v5.0.0
Release 4.0.0
Breaking changes
- Properties can now be set as non-enumerable by prefixing their name with
_
- Properties' descriptors (
enumerable
,writable
,configurable
,get
/set
) are now preserved
Release 3.5.0
Features
- Improve tree-shaking support
Release 3.4.0
Features
- Add browser support
Release 3.3.1
Bug fixes
- Fix
package.json
Release 3.3.0
- Switch to MIT license
Release 3.2.0
Features
- Improve error detection using
is-error-instance
Release 3.1.0
Features
- Setting an
undefined
value now deletes its key as well
Release 3.0.0
Breaking changes
- Remove deep merging