UNPKG

@kovalenko/http-request-cache

Version:

TS decorator for caching logic of API calls.

56 lines (25 loc) 2.16 kB
## [1.2.4](https://github.com/menelai/http-request-cache/compare/v1.2.3...v1.2.4) (2022-07-27) ### Bug Fixes * build for node ([43727b8](https://github.com/menelai/http-request-cache/commit/43727b8917458d0f8f22b2e86ad5a9c06c85749d)) * guthub script ([367fbd4](https://github.com/menelai/http-request-cache/commit/367fbd4396068435b928be795fb1e5cb2dcdb9a3)) * skip lib check ([2e1a0d5](https://github.com/menelai/http-request-cache/commit/2e1a0d5fb3b390e5bce4f32a42d299296417d36f)) ## [1.2.3](https://github.com/menelai/http-request-cache/compare/v1.2.2...v1.2.3) (2022-07-27) ### Bug Fixes * build commonjs ([9cf8f32](https://github.com/menelai/http-request-cache/commit/9cf8f3244d38aea807e9106492222e353ce95307)) ## [1.2.2](https://github.com/menelai/http-request-cache/compare/v1.2.1...v1.2.2) (2022-06-28) ### Bug Fixes * remove unnecessary console.log ([ae2333f](https://github.com/menelai/http-request-cache/commit/ae2333f3cfbe4f4a47d0d640b9034616f9de4bd9)) ## [1.2.1](https://github.com/menelai/http-request-cache/compare/v1.2.0...v1.2.1) (2022-06-28) ### Bug Fixes * remove items from store ([#25](https://github.com/menelai/http-request-cache/issues/25)) ([c4dc8e8](https://github.com/menelai/http-request-cache/commit/c4dc8e8eeb67c003355940a0991dac74a93d6da1)) # [1.2.0](https://github.com/menelai/http-request-cache/compare/v1.1.0...v1.2.0) (2022-06-27) ### Features * TTL option for cache ([#25](https://github.com/menelai/http-request-cache/issues/25)) ([7163fc9](https://github.com/menelai/http-request-cache/commit/7163fc9da90ba3c2d07d675330adca959884e08c)) # [1.1.0](https://github.com/menelai/http-request-cache/compare/v1.0.0...v1.1.0) (2022-06-27) ### Features * windowTime option ([#24](https://github.com/menelai/http-request-cache/issues/24)) ([31f4a6b](https://github.com/menelai/http-request-cache/commit/31f4a6bd9684e777ac40249604f50b6bfde74b82)) # [1.0.0](https://github.com/menelai/http-request-cache/compare/v0.1.11...v1.0.0) (2022-06-02) ### Features * nothing changed ([708eb67](https://github.com/menelai/http-request-cache/commit/708eb67e91204cf0adb4d1f3406fccf5c63542e1)) ### BREAKING CHANGES * nope