Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ngneat/cashew

🐿 A flexible and straightforward library that caches HTTP requests in Angular
https://github.com/ngneat/cashew

Update README.md

d9f43e8598df75e5b44d5120b320b6eb853e0877 authored over 4 years ago
Update README.md

327577df73db379dabdda5da39916118eaa44a1e authored over 4 years ago
docs: ✏️ update

65c7aabcb98cea998e304449b45513b7cb0c1a79 authored over 4 years ago
chore(release): 1.3.0

06c8a3ff3a15a6891cac656ce6c731c1ac6a0e18 authored over 4 years ago
Merge pull request #16 from mokipedia/feature/local-parameter

71f6e8b92c07b92d83e4dc029adac4c83caa7bb0 authored over 4 years ago
refactor: use jest mock calls instead of custom handler

3f2f5d74eec21849a8ed6a6f8adfb9a444e5988b authored over 4 years ago
refactor: reuse test methods and handler

6e2630a43391438a718a1ffb6ba02ae398a85199 authored over 4 years ago
feat: update Params type to be more specific

c44daf13bad7b8d52e3f8a57d973c5fadb686513 authored over 4 years ago
feat: add tests for request parameter codec

dbc17a68088815d99f897a75a346d06d45ae3c76 authored over 4 years ago
feat: add local parameter codec override

80148d63d9cf79536e21489365208e7dcddeac74 authored over 4 years ago
chore(release): 1.2.0

23eec2b64e26d4f26317f77663531f4048b3453d authored over 4 years ago
Merge pull request #14 from mokipedia/master

a03c1c5009966fc20ca90dea839768caa542ba02 authored over 4 years ago
docs: add @mokipedia as a contributor

5946def313c409ed8c1ba38bc7c51873ea5d06dd authored over 4 years ago
feat: add http parameter codec override

adds https://github.com/ngneat/cashew/issues/13

a1f1a8d41b3cd03095aad1a2843428a3dd157d97 authored over 4 years ago
chore(release): 1.1.5

a3bb36972e2657ecfec6b59a7cb039c1d5a13671 authored almost 5 years ago
fix: πŸ› support array http parameters

5ef58d064f22171d0fb068d0830f0816424d0f3e authored almost 5 years ago
chore(release): 1.1.4

8285ee38daa50adfe4e28b5f6901a6fb78b5c20d authored almost 5 years ago
docs: add @jmannau as a contributor

644867ce20fa9c10e1970ff7ea24b05b6a68c335 authored almost 5 years ago
Merge pull request #10 from jmannau/master

b583dbdc54cd4d946f12f316c841b9e038804852 authored almost 5 years ago
refactor: simplify tap with finalize operator

remove requests from the queue once in the finalize operator, rather than in a next & error handler

7c7f1c2ad8425e6a5b1dc86f05c833547b6d491b authored almost 5 years ago
fix: remove requests that error from queue

fixes https://github.com/ngneat/cashew/issues/9

17b6b0bd1c0da5d4c5cd2cc2a6b7a1596cda10a0 authored almost 5 years ago
Update nodejs.yml

a83c94268c92024cacbbf6ee108bcd5dcf22e242 authored almost 5 years ago
Update nodejs.yml

4abac2cbabe33cd057b4794c0c127df4c8a0b7ba authored almost 5 years ago
Create nodejs.yml

e129eea62f5be980e013de63a6f4d0ee7f99bf55 authored almost 5 years ago
chore(release): 1.1.3

fcb6396079e375033204a8fd841330dea3ba1590 authored almost 5 years ago
fix: πŸ› aot build

0ed2ebac2f78ed15b6771e50fc4db6d54170c5e2 authored almost 5 years ago
chore(release): 1.1.2

624b81bcbf08f5f3132402b76b12b51f8335ca7f authored almost 5 years ago
fix: πŸ› fix aot build

9425552ed57e0ceecc551309e9b6d2f9719886f6 authored almost 5 years ago
chore(release): 1.1.1

0eb23425d76a3f29368fead17fe21a921e5eea86 authored almost 5 years ago
fix: πŸ› add type to wrapCache

ff25b4fce7ed2d4e7780070cfd9233b82e2b1f00 authored almost 5 years ago
chore(release): 1.1.0

f313ffc13174375d074c0d3280ab2342a3464d06 authored almost 5 years ago
feat: 🎸 add http cache storage

07bcb4ba2f56b2b22877a2cb915f9ca8c030e19e authored almost 5 years ago
chore: πŸ€– fixes

de87dd99517f7536f53e6b7ec76e691e50b7eaba authored almost 5 years ago
refactor: πŸ’‘ Removed Redundant Code

b954d29bb526b0c141be34940f13af507087b2f8 authored almost 5 years ago
refactor: πŸ’‘ Addede setLocalStorage method

af103cea7bbd30984d92185be0328f4e7cbe8ad7 authored almost 5 years ago
docs: ✏️ Updated Readme File

e7331af108b7a267007b4a51a2628712da3bb0a5 authored almost 5 years ago
docs: ✏️ Updated Readme File

a4cdeba278af6ebc13c55c1d75f7d0f9fa5cee7c authored almost 5 years ago
test: πŸ’ Memory Use in Local Storage

1df3852803b1cf05c005cc46cf7f8b50c0d19351 authored almost 5 years ago
docs: add @theBlushingCrow as a contributor

4928e7393958665592a8d5f1a54848d2287b3464 authored almost 5 years ago
Merge branch 'master' into local-storage

# Conflicts:
# _README.md

a84f0354ae642c0a5b047e8f1e7d67e8d9fb6343 authored almost 5 years ago
refactor: πŸ’‘ Local Storage Option Selection

f611692f90648689024003922807aa1c9687c53f authored almost 5 years ago
test: πŸ’ Added local storage tests

84ff419277b3b282aa055c2f997ca634933b6513 authored about 5 years ago
refactor: πŸ’‘ Removed redundant setting

3619f25c66b20db56bcf087b016c7fb67becf55d authored about 5 years ago
refactor: πŸ’‘ Local Storage Ttl

62259c97b558ece0be2d5df10d989c23efde250b authored about 5 years ago
refactor: πŸ’‘ getLocalStorage

37a44116df8f619008ad34e6f8ba5e53eb8b3753 authored about 5 years ago
refactor: πŸ’‘ Local Storage TTL

0beb2957adc2b2d9d3c3770069c6a7cd103341cb authored about 5 years ago
chore: πŸ€– add contrs

048c36d1b72d1e0e8f561b56026be30dc411a78d authored about 5 years ago
docs: add @raisiqueira as a contributor

1074ab6ded07b387eb1aa4e902cc35cdcfe20f9c authored about 5 years ago
docs: add @LayZeeDK as a contributor

c340490423a72634cce1ec5d5090c96c834f51c7 authored about 5 years ago
add @LayZeeDK to contributors (#7)

add @LayZeeDK to contributors

063db3e1275dc178fe44369ea5bafa0ef4266d7e authored about 5 years ago
chore: add @LayZeeDK to contributors

73b9903162fd18443fc4a5add78fa51a157e7468 authored about 5 years ago
docs: correct strategy descriptions (#5)

c328ec0fa773886eda6177005efe1c44766595ef authored about 5 years ago
fix: rename the HTTP_CACHE_CONFIG injection token desc

Signed-off-by: RaΓ­ Siqueira <[email protected]>

c63ca484508153ad638af7e9fca58fb0e390155a authored about 5 years ago
chore: πŸ€– update readme

d9a11e1dc2359a3a44e149791db47fb1361843c3 authored about 5 years ago
chore: πŸ€– revert tests

e235dd0317e2265de89cf54333078dda41b1c05d authored about 5 years ago
chore: πŸ€– update readme

ecb0c2e3f67f0e2b2ca441d5917bfaba00465496 authored about 5 years ago
chore(release): 1.0.0

b5b08f786aeb10f377669a599b05af7416160156 authored about 5 years ago
chore: πŸ€– init

980b81ae2a7adfc2a342dcb43bf5c67d4444e971 authored about 5 years ago
docs: add @shaharkazaz as a contributor

2d58fed3c1030662d5788d25d3d4ad1b015fd7cd authored about 5 years ago
docs: add @itayod as a contributor

635776bfe4a76c920a30e4af93f5e41b1f3e2632 authored about 5 years ago
docs: add @NetanelBasal as a contributor

75942e31cc95a94c5c91acf566fffada725a8d65 authored about 5 years ago
refactor: πŸ’‘ readme

95d89538cd1971418157ce4d8e89cbf6464d28f5 authored about 5 years ago
Merge branch 'dev' into local-storage

# Conflicts:
# projects/ngneat/cashew/src/lib/httpCacheConfig.ts

506de2d100a936a3f7a983fa0928834479f864b8 authored about 5 years ago
feat: 🎸 Local Storage Option

Enable using local storage instead of app memory

0c5f29a56d189af9b8aca1641e595a847ecbece5 authored about 5 years ago
Merge branch 'dev' of https://github.com/ngneat/http-cache into dev

609930d1158cf84da0e7732eb5c2a0692aecbff6 authored about 5 years ago
fix failing tests

197fd5c456e55ea26a2fd228b90eaa9a1d375bcc authored about 5 years ago
chore: πŸ€– update

171e2c04b45bdfd3f832a3722fd58c0b18dc2276 authored about 5 years ago
chore: πŸ€– update

19f812ebc8faefdf27801dc9244482c9021dde64 authored about 5 years ago
chore: πŸ€– update

19e0d447ccb5533a1024352f689d0cf750a29c51 authored about 5 years ago
chore: πŸ€– update

d616386d651a504aa6396cfc5b2278f15096145d authored about 5 years ago
chore: πŸ€– updae

e7d22c6eabc2cf8f920f3b37c44437fbf09c99a1 authored about 5 years ago
chore: πŸ€– update readme

b4e60f53dcab88ae9e34fe50844cc134370ba3ce authored about 5 years ago
Update _README.md

f6825c9743859486b4fd6b82c86b59d4a0ca95fd authored about 5 years ago
Update _README.md

ae217dd79111c074007e6b0ba85f585f59446402 authored about 5 years ago
readme wip

6cc4aab871c82e450412f19c9f4e9b34bb5eee88 authored about 5 years ago
docs: created readme file

0ab4b3518910d0f71c66c2ac56af66bd46c56f41 authored about 5 years ago
chore: πŸ€– add coverage

1c84db700e7d3abeeba025db82f554e1568ffc6b authored about 5 years ago
chore: πŸ€– add tests lib single run specs for pre-push hook

624874fe01f0de04b328c5d4ac2887b62b521b45 authored about 5 years ago
feat: 🎸 add response serializer

645c3a2d4851a59b37715c4a0c3739ebf7971398 authored about 5 years ago
chore: πŸ€– change lib name

a9efddd5cbf836d618caa08dd8de9b731a6d0b1d authored about 5 years ago
chore: πŸ€– add generic

6f84b8188537a4b2cf6bcaa592b9a7a1760c6512 authored about 5 years ago
test: add tests to http-cache

0753076f319760bc0b20c187e52f0f1544900a53 authored about 5 years ago
add cache bucket

fdc4293171a62de732fa63249a668c535dcc6d82 authored about 5 years ago
feat(lib): allow custom key

30087ca3777c641a897308a0310d29fe18bfb72a authored about 5 years ago
chore(lib): add support for queue

db97cdea8b88d19b74b9c8cf38cc59561b696a1d authored about 5 years ago
chore(lib): add strategies

e1ff13278b1c8f238d1c58f83fd1c1909dc20070 authored about 5 years ago
feat(lib): add inline cache

3f0935eaa2714064d4bbb96d8a756e7ccb2da0cb authored about 5 years ago
Merge branch 'dev' of github.com:ngneat/http-cache into dev

7096375855fadaba4c3350d4e74ba90a2f1efa4e authored about 5 years ago
feat(lib): add inline cache

d9b83b8c6a6e54c81b102d4670ac21fe6ddd38fd authored about 5 years ago
Update README.md

e016b2a30ecc2f7531214283e15e4e88a9e4af8f authored about 5 years ago
support memo by params

6a69b96ea95ed248e5e82dce21fbabfade26e6e7 authored about 5 years ago
add http cache decorator

c7144526655c32eaee9d3c6bdc60253d33492ac4 authored about 5 years ago
initial lib requirements

2ad26bd64e667859026a1dc1d9332c873ed0b102 authored about 5 years ago
chore(lib): init

ef65e815b137c61ea44219cc78114f2e634d65eb authored about 5 years ago
chore(lib): init

f2a60d8bdd54de013f8da17ff252b2eb11cbc244 authored about 5 years ago
initial commit

618fc075a36e5d822f53669d3302aa6d7853c902 authored about 5 years ago