v1.0.0: Feature: added a `useClearErrors` hook.
It can be used to reset the errors when a form is displayed again. This way the errors to not linger around when the user navigates away and back to the form. Minor changes: 1. Updated to TypeScript 3.6.3 2. Locked dev dependencies. 3. Made husky and lint-stage actually work. 4. Ran `npm audit fix`