Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.43 KB
  • Check if incoming Fetch error is of type null before setting the code property.
  • Replaced responseOrError prop of OnRequestEnd by error and status
  • Added OnRequestStart callback function
  • Added OnRequestEnd callback function
  • Migrated to Typescript
  • Removed Husky & Lint-staged

Breaking changes

  • Only support Node 12+ due to requirements from updated dependencies.

Breaking changes

  • Only support Node 8+ due to requirements from updated dependencies.

Adopt Good Eggs developer tooling best practices

  • 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