v1.1.5
- Added
txt.ToCamelCaseWithExceptions()
- Fixed an issue where
errs.Wrap()
wasn't trimming itself from the call stack appropriately due to a previous change that had it calling yet another function.
txt.ToCamelCaseWithExceptions()
errs.Wrap()
wasn't trimming itself from the call stack appropriately due to a previous change that had it calling yet another function.