- Check if incoming Fetch error is of type
null
before setting the code property.
- Replaced
responseOrError
prop ofOnRequestEnd
byerror
andstatus
- Added
OnRequestStart
callback function - Added
OnRequestEnd
callback function
- Migrated to Typescript
- Removed Husky & Lint-staged
- Only support Node 12+ due to requirements from updated dependencies.
- Only support Node 8+ due to requirements from updated dependencies.
- Babel 7 for build & modern js features
- Eslint for code correctness
- Prettier for formatting
- leasot for todos
- Husky & Lint-staged for auto format & lint on commit
- Package scripts to run all the above
- Deploy from CI
- Use a changelog ;)
- Update dependencies