Releases: macklinu/effect-utils
Releases · macklinu/effect-utils
Release list
@macklinu/effect-og@0.2.0
Minor Changes
-
9ea4075: Add
Og.withTwitterAttaches Twitter Card meta tags to an existing
OgDatavalue, supporting both data-first and data-last (pipeable) styles.import * as Effect from 'effect/Effect' import * as Og from '@macklinu/effect-og' // data-first const data = yield* Og.makeWebsite({ ... }) const withTwitter = yield* Og.withTwitter(data, { card: 'summary_large_image', site: '@example', image: 'https://example.com/og.png', }) // data-last (pipeable) const withTwitter = yield* Og.makeWebsite({ ... }).pipe( Effect.flatMap(Og.withTwitter({ card: 'summary', site: '@example' })) )
@macklinu/effect-og@0.1.0
Minor Changes
- 1993cd6: Initial release
@macklinu/effect-web@0.2.0
Minor Changes
- c6fde54: Add number to RequestParams value type
@macklinu/effect-web-astro@2.1.0
@macklinu/effect-web-astro@2.0.0
Major Changes
- 5f141e2: Switch from layers to provideService for Astro
@macklinu/effect-web@0.1.2
Patch Changes
- 5025c4d: Add declarationMap to TypeScript config
@macklinu/effect-web-astro@1.0.2
@macklinu/effect-otel@0.2.2
Patch Changes
- 5025c4d: Add declarationMap to TypeScript config
@macklinu/effect-logger@0.3.2
Patch Changes
- 5025c4d: Add declarationMap to TypeScript config
@macklinu/effect-http-api@0.2.2
Patch Changes
- 5025c4d: Add declarationMap to TypeScript config