- Renamed to @gmod/abortable-promise-cache
- Removed AbortSignal/AbortController poly/ponyfill
- Update esm bundle
- Update README
- Add esm bundle
- Fix typescript definition of .get() to return undefined|T
- Only evict if not already settled
- Add statusCallback
- Avoid caching failed requests
- Update typescript typings for abortsignal being optional
- Fix typescript declaration on abortsignal ponyfill
- Improve typescript typings
- Add
has
method - Add typescript typings
- Fix abortcontroller polyfilling
- Initial release