Releases: teidesu/fuman
Releases · teidesu/fuman
v2026.01.24a
v2025.11.22a
@fuman/fetch
- a188aad: ❗ BREAKING fix(fetch)!: remove nullish values from query params
v2025.11.15a
@fuman/fetch
- 3650e19: ❗ BREAKING chore!: drop node18, update deps and pnpm
@fuman/plist
- 3650e19: ❗ BREAKING chore!: drop node18, update deps and pnpm
@fuman/build
- 3650e19: ❗ BREAKING chore!: drop node18, update deps and pnpm
@fuman/node
- 3650e19: ❗ BREAKING chore!: drop node18, update deps and pnpm
@fuman/utils
- 3650e19: ❗ BREAKING chore!: drop node18, update deps and pnpm
v2025.11.02b
@fuman/build
- be046f0: feat(core): support bumping dependants on non-breaking releases
- 0060226: fix: path to config file
- 3cbda25: fix(build): correctly handle different bumps across standalone packages
@fuman/utils
- 7909d5c: feat(utils): DeferredTracked class
@fuman/fetch
- 6627590: ❗ BREAKING chore(fetch)!: use standard schema instead of adapters
BREAKING:parseraddon no longer accepts any arguments.
it's now also built-in, so if you are using it in addition toffetchBase- remove it altogether :3
v2025.06.13a
@fuman/build
- f9aa5c0: feat(build): support for deno directives
- 44def6e: fix(build): dont declare cjs exports
- 1d4b30b: fix(build): dont consider ownVersioning and standalong when choosing tag
@fuman/fetch
- 4c1dce9: feat(fetch):
mapErrorto map errors
@fuman/net
- 13ef5d0: feat(net):
ip.prettifyto prettify IP addresses usingURL
v2025.04.16a
@fuman/io
- 05daf89: feat(io): utf16 strings
@fuman/plist
@fuman/utils
- 230f48e: feat:
@fuman/plistpackage
@fuman/build
- 9e1832c: ❗ BREAKING feat(build)!: support for standalone packages
- 85b1dcc: ❗ BREAKING chore(fetch)!: made the package standalone
@fuman/fetch
- 85b1dcc: ❗ BREAKING chore(fetch)!: made the package standalone
- dd62ec9: feat(fetch): support passing options to tough-cookie
@fuman/bun
- f1672ce: fix(bun): fixed data race
v0.0.13
v0.0.12
v0.0.11
@fuman/build
- 0b7fee1: fix(build): handle "reference already exists" error for extra origins
- 78be9cd: fix(build): improve bump version formatting
@fuman/utils
- da58784: feat(utils): support open-ended middlewares
@fuman/net
- 605309f: feat(net): websocket server
@fuman/node
- 605309f: feat(net): websocket server
@fuman/fetch
v0.0.10
@fuman/build
- ccea1c7: feat(build): beforeReleaseCommit hook
- c5f4664: fix(build): pnpm partial
- 8bc1b3d: fix(build): handle https deps
- ce7c8d6: feat(build): support formats other than json for package.json
- 4001b01: fix(build): support catalog: in validate-workspace-deps
@fuman/fetch
- 4b997b1: feat(fetch): .bytes() shorthand
- 9846a53: fix(fetch): properly type addons when extending
- 4001b01: fix(build): support catalog: in validate-workspace-deps
@fuman/utils
- eb59c88: ❗ BREAKING fix(utils/AsyncResource)!: do not assume fetcher succeeds