New
v2.2.3
What's Changed
- refactor: replace var statements with const or let statements by @shogo-nakano-desu in https://github.com/graphql/dataloader/pull/337
- Fix correct path of function when click on mobile links by @adamward459 in https://github.com/graphql/dataloader/pull/351
- Update readme badge to use GitHub CI instead of unused Travis by @andrew-demb in https://github.com/graphql/dataloader/pull/352
- Synchronized linting in README.md by @shevchenkonik in https://github.com/graphql/dataloader/pull/358
- perf: call cacheKeyFn only when it is needed (if caching) by @abendi in https://github.com/graphql/dataloader/pull/342
- Update Green Donut link by @glen-84 in https://github.com/graphql/dataloader/pull/361
New Contributors
- @shogo-nakano-desu made their first contribution in https://github.com/graphql/dataloader/pull/337
- @adamward459 made their first contribution in https://github.com/graphql/dataloader/pull/351
- @andrew-demb made their first contribution in https://github.com/graphql/dataloader/pull/352
- @shevchenkonik made their first contribution in https://github.com/graphql/dataloader/pull/358
- @abendi made their first contribution in https://github.com/graphql/dataloader/pull/342
- @glen-84 made their first contribution in https://github.com/graphql/dataloader/pull/361
Full Changelog: https://github.com/graphql/dataloader/compare/v2.2.2...v2.2.3