- Updated dependencies [
065fdeb
]:- @httpx/[email protected]
- Updated dependencies [
14896bd
]:- @httpx/[email protected]
- Updated dependencies [
5d4f74c
,5d4f74c
,801602f
]:- @httpx/[email protected]
- Updated dependencies [
68e7ebe
,68e7ebe
,68e7ebe
]:- @httpx/[email protected]
- Updated dependencies [
0ace180
,0ace180
,0ace180
,a0b2c12
]:- @httpx/[email protected]
-
#1872
6b5c38e
Thanks @belgattitude! - Updated browserslist baseline for 2025For most users there won't be any change. Still around 95% on browserslist.
defaults chrome >= 96 firefox >= 105 edge >= 113 safari >= 15 ios >= 15 opera >= 103 not dead
-
Updated dependencies [
6b5c38e
]:- @httpx/[email protected]
-
#1868
9677ae3
Thanks @belgattitude! - Now 30x faster than non memoized constructors (was 20x before)Now using @httpx/lru instead of quick-lru
Previously
With memoization `MIntl.NumberFormatter()` - bench/m-intl.bench.ts > MIntl benchmarks 21.64x faster than Without memoization `new Intl.NumberFormatter()`
Now
With memoization `MIntl.NumberFormatter()` - bench/m-intl.number-formatter.bench.ts > MIntl NumberFormatter benchmarks 32.18x faster than Without memoization `new Intl.NumberFormatter()`
-
#1868
9677ae3
Thanks @belgattitude! - Reduce size from 1.2Kb to 900B by using @httpx/lruNow using @httpx/lru instead of quick-lru
- #1546
bdf9e19
Thanks @belgattitude! - Ensure CI tests on Clouflare workers and latest chrome (playwright)
-
#1418
366520a
Thanks @belgattitude! - Internal refactor based on linter updates -
#1418
366520a
Thanks @belgattitude! - Internal refactor to simplify cache conditions
-
#1369
b39a71c
Thanks @belgattitude! - Add git url prefix in package.json -
#1369
b39a71c
Thanks @belgattitude! - Remove unecessary default condition from exports -
#1369
b39a71c
Thanks @belgattitude! - Add publint after arethetypeswrong checks
- #1275
bd35900
Thanks @belgattitude! - Add MIntl.cache to get stats or clear the lru
- #1255
a37e9e9
Thanks @belgattitude! - Add support for Intl.DateTimeFormatter
- #1253
fe460a9
Thanks @belgattitude! - Add LRU to limit the number of cached instances (50 by default)
- #1251
a921f6a
Thanks @belgattitude! - Improve performance and bundle size
- #1246
8bbf027
Thanks @belgattitude! - Initial @httpx/memo-intl utility