Releases: tien/reactive-dot
Releases · tien/reactive-dot
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
08e5517
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
2c30634
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
08e5517
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
2c30634
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
2c30634
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Minor Changes
-
#270
08e5517
Thanks @tien! - BREAKING: simplified chain type registration.Old approach:
import type { config } from "./config.js"; import type { InferChains } from "@reactive-dot/core"; declare module "@reactive-dot/core" { export interface Chains extends InferChains<typeof config> {} }
New approach:
import type { config } from "./config.js"; declare module "@reactive-dot/core" { export interface Register { config: typeof config; } }
Patch Changes
- Updated dependencies [
08e5517
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Patch Changes
- Updated dependencies [
2c30634
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
Minor Changes
-
#270
08e5517
Thanks @tien! - BREAKING: simplified chain type registration.Old approach:
import type { config } from "./config.js"; import type { InferChains } from "@reactive-dot/core"; declare module "@reactive-dot/core" { export interface Chains extends InferChains<typeof config> {} }
New approach:
import type { config } from "./config.js"; declare module "@reactive-dot/core" { export interface Register { config: typeof config; } }
Patch Changes
- Updated dependencies [
08e5517
]:- @reactive-dot/[email protected]
@reactive-dot/[email protected]
@reactive-dot/[email protected]
Minor Changes
-
#270
08e5517
Thanks @tien! - BREAKING: simplified chain type registration.Old approach:
import type { config } from "./config.js"; import type { InferChains } from "@reactive-dot/core"; declare module "@reactive-dot/core" { export interface Chains extends InferChains<typeof config> {} }
New approach:
import type { config } from "./config.js"; declare module "@reactive-dot/core" { export interface Register { config: typeof config; } }