Skip to content

Releases: macklinu/effect-utils

@macklinu/effect-og@0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 13:26
4292cee

Minor Changes

  • 9ea4075: Add Og.withTwitter

    Attaches Twitter Card meta tags to an existing OgData value, 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

Choose a tag to compare

Minor Changes

@macklinu/effect-web@0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 20:13
2dcc99c

Minor Changes

  • c6fde54: Add number to RequestParams value type

@macklinu/effect-web-astro@2.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 20:13
2dcc99c

Minor Changes

  • 729090e: Add provideServiceApiRoute for Astro API routes

Patch Changes

  • Updated dependencies [c6fde54]
    • @macklinu/effect-web@0.2.0

@macklinu/effect-web-astro@2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 19:31
fd9ce92

Major Changes

  • 5f141e2: Switch from layers to provideService for Astro

@macklinu/effect-web@0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 18:53
ae2c52f

Patch Changes

  • 5025c4d: Add declarationMap to TypeScript config

@macklinu/effect-web-astro@1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 18:53
ae2c52f

Patch Changes

  • 5025c4d: Add declarationMap to TypeScript config
  • Updated dependencies [5025c4d]
    • @macklinu/effect-web@0.1.2

@macklinu/effect-otel@0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 18:53
ae2c52f

Patch Changes

  • 5025c4d: Add declarationMap to TypeScript config

@macklinu/effect-logger@0.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 18:53
ae2c52f

Patch Changes

  • 5025c4d: Add declarationMap to TypeScript config

@macklinu/effect-http-api@0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 18:53
ae2c52f

Patch Changes

  • 5025c4d: Add declarationMap to TypeScript config