Releases: SMBCheeky/error-object
Releases · SMBCheeky/error-object
1.1.6
1.1.5
1.1.4
What's Changed
- Add only-error-object.ts file in playground + small cleanup by @SMBCheeky in #9
Full Changelog: 1.1.3...1.1.4
1.1.3
This week, a new version that should clean up the dist folder without minification was released.
Minification does not save much in size; without it, the code remains somewhat readable and still patchable.
What's Changed
- Small updates for README by @SMBCheeky in #5
- Add badges by @SMBCheeky in #6
- Clean dist cache and bump version by @SMBCheeky in #7
- Update playground yarn.lock by @SMBCheeky in #8
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Improve the .d.ts file documentation so everything is clear without the need to include the src/ directory by @SMBCheeky in #4
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Remove log method variants constraints for logTag - it does not work as intended by @SMBCheeky in #3
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
Breaking changes:
- transformCode, transformNumberCode, transformMessage, transformDetails, transformDomain, are all replaced by one function,
transform
This change allows for more flexibility when dealing with complex objects.
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Trim down the package size and files included by @SMBCheeky in #1
New Contributors
- @SMBCheeky made their first contribution in #1
Full Changelog: 1.0.0...1.0.1