Commit graph

151 commits

Author SHA1 Message Date
github-actions[bot]
42a8acdc72 Version Packages 2022-11-09 09:07:56 +01:00
thepassle
7c2a8c3bb6 fix: relax content type restriction of json response 2022-11-09 09:01:41 +01:00
github-actions[bot]
c44c828b2e Version Packages 2022-11-07 16:27:15 +01:00
thepassle
1565bc81ca fix: relax content types when setting cache 2022-11-07 12:42:39 +01:00
github-actions[bot]
3cc3d2960f Version Packages 2022-11-07 12:29:11 +01:00
Thomas Allmer
c1982965c3 feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
Lars den Bakker
66abd3ea4c fix(ajax): don't throw on non-JSON responses in fetchJson 2022-09-14 23:45:12 +02:00
github-actions[bot]
1ff70af3c7 Version Packages 2022-09-08 07:20:58 +00:00
github-actions[bot]
ad468be032 Version Packages 2022-05-31 16:03:50 +00:00
jorenbroekema
e7a4ca1dcc fix: add type module to pkg jsons of ESM packages 2022-05-31 16:46:53 +02:00
Lars den Bakker
362ee0e2e9 fix(ajax): align intercepted and non-intercepted response behavior 2022-05-31 13:46:54 +02:00
Martin Pool
447383bd14 feat(ajax): add maxCacheSize option 2022-05-30 12:58:18 +02:00
github-actions[bot]
f11f94fafc Version Packages 2022-05-09 17:38:48 +02:00
Martin Pool
558edcb686 feat(ajax): add a maxResponseSize cache option to specify a max size for responses to be cached 2022-05-09 17:12:51 +02:00
Martin Pool
efcdf653a4 feat: content-type filter for ajax cache 2022-05-09 12:39:49 +02:00
Martin Pool
56af96f1da feat(ajax): add an option to initialize the cache interceptors even when useCache is turned off in the global options 2022-05-09 10:09:43 +02:00
Martin Pool
b291e60794 chore(ajax): add tests for response values and headers in caching calls 2022-04-28 16:26:06 +02:00
Thomas Allmer
974d0872a0 chore: fix published docs pathes 2022-04-06 14:46:05 +02:00
github-actions[bot]
cebbb6aac1 Version Packages 2022-04-06 09:42:12 +00:00
Konstantinos Norgias
672c8e99b6 chore: update header order, components list and links 2022-03-30 12:37:30 +02:00
github-actions[bot]
bfec15264b Version Packages 2022-02-23 17:10:39 +01:00
jorenbroekema
683d5c1c9c chore: upgrade to latest TSC to fix TSC bug caused by prev commit 2022-02-10 13:40:26 +01:00
github-actions[bot]
68c64d1280 Version Packages 2022-01-04 14:41:07 +00:00
Thomas Allmer
30805edf12 fix: use node wildcard exports for docs 2021-12-07 13:23:17 +01:00
github-actions[bot]
bb82f8b82b Version Packages 2021-09-21 16:49:39 +02:00
Ahmet Yesil
879598506a Race condition fix for on the fly requests, improve cache implementation and tests
Co-authored-by: Goffert van Gool <ruphin@ruphin.net>
Co-authored-by: Martin Pool <martin.pool@ing.com>
2021-09-21 13:59:08 +02:00
github-actions[bot]
a6346a08ab Version Packages 2021-07-05 11:03:48 +00:00
github-actions[bot]
ac889b1725 Version Packages 2021-05-12 13:22:33 +00:00
Goffert van Gool
73d4e222f6
Update public API of ajax & refactor package (#1371)
feat(ajax): align / break public API

Co-authored-by: Ahmet Yesil <yesil.ahmet@ing.com>
2021-05-12 15:21:18 +02:00
github-actions[bot]
1042cf4249 Version Packages 2021-04-27 11:09:01 +00:00
github-actions[bot]
a42351019c Version Packages 2021-04-12 20:47:43 +00:00
Thijs Louisse
ccd757fa39 fix: many types 2021-04-12 15:08:02 +02:00
Ahmet Yesil
9b79b287e9 fix(ajax): bug fixes and readability improvements 2021-04-07 17:09:03 +02:00
Lars den Bakker
468223a09f fix(ajax): return cached status and headers 2021-04-07 08:33:03 +02:00
Lars den Bakker
c1a81fe4cc feat(ajax): allow caching concurrent requests 2021-04-07 08:28:50 +02:00
Konstantinos Norgias
77a0424595 chore: add protected and private type info 2021-04-01 19:40:43 +02:00
github-actions[bot]
908bd4a145 Version Packages 2021-03-15 14:47:14 +00:00
Thomas Allmer
5db622e9da feat: as BREAKING CHANGE add exports & convert to static docs page 2021-03-15 15:22:37 +01:00
github-actions[bot]
31105ebe16 Version Packages 2021-02-25 10:14:42 +00:00
gerjanvangeest
4cd8159e26
Merge pull request #1240 from ing-bank/chore/update-eslint
chore: update to latest eslint
2021-02-25 09:47:42 +01:00
qa46hx
8fdfe37a3c chore: update to latest eslint 2021-02-25 09:40:14 +01:00
Joren Broekema
28dbf3d232 chore: cleanup 2021-02-24 14:51:30 +01:00
Joren Broekema
2cd7993da8 feat: add ajax cache improvements and demos/docs 2021-02-24 14:51:30 +01:00
thepassle
12b3fa116d chore: update CEM version, add litelement flag 2021-02-17 14:12:57 +01:00
github-actions[bot]
e97300b62b Version Packages 2021-02-16 11:08:35 +00:00
Joren Broekema
efc743fe6a chore: run custom-elements-manifest in postinstall and prepublish 2021-02-16 10:11:19 +01:00
Joren Broekema
ab8ac34384 chore: add custom-elements-manifest to dev deps, add script 2021-02-15 18:20:21 +01:00
thepassle
4c115ccf4e docs: add custom elements manifest 2021-02-15 18:07:33 +01:00
Manuel Martin
b2f981db72 refactor: add package exports entry
This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
2021-02-15 17:49:22 +01:00
Thomas Allmer
1216ce9e85 chore: use async/await in cache interceptor tests 2021-02-15 13:55:49 +01:00