Skip to content

Releases: devx-op/effectify

@effectify/solid-query@1.0.0-alpha.1

27 Mar 04:11

Choose a tag to compare

Pre-release

1.0.0-alpha.1 (2026-03-27)

This was a version bump only for @effectify/solid-query to align it with other projects, there were no code changes.

@effectify/react-router@1.0.0-alpha.0

27 Mar 04:10

Choose a tag to compare

Pre-release

1.0.0-alpha.0 (2026-03-27)

🚀 Features

  • react-router-example: update authentication handling and dependencies
  • ⚠️ initial Effect v4 beta migration setup
  • auth: improve auth guard with redirect options and type safety
  • improve DX for @effectify/react-router with new HTTP response helpers
  • add manual publishing scripts with nx affected

🩹 Fixes

  • update package entry points to match build output structure (dist/src)
  • ensure consistent build output structure (flattened dist)
  • correct package entry points to point to dist instead of dist/src

⚠️ Breaking Changes

  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You

@effectify/react-router-better-auth@1.0.0-alpha.1

27 Mar 04:10

Choose a tag to compare

1.0.0-alpha.1 (2026-03-27)

This was a version bump only for @effectify/react-router-better-auth to align it with other projects, there were no code changes.

@effectify/react-router-better-auth@1.0.0-alpha.0

27 Mar 03:17

Choose a tag to compare

1.0.0-alpha.0 (2026-03-27)

🚀 Features

  • node-auth-example: set up authentication and database initialization
  • react-router-example: update authentication handling and dependencies
  • react-router-better-auth: migrate to Effect v4 Service pattern
  • ⚠️ initial Effect v4 beta migration setup
  • auth: improve auth guard with redirect options and type safety

🩹 Fixes

  • prisma: migration fix with better api v4 impl
  • react-router-better-auth: fix auth guard types and remove as any assertions
  • auth, prisma, app: redirect unauthenticated users and fix build config
  • update package entry points to match build output structure (dist/src)
  • ensure consistent build output structure (flattened dist)
  • correct package entry points to point to dist instead of dist/src

⚠️ Breaking Changes

  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You

@effectify/react-remix@1.0.0-alpha.0

27 Mar 04:11

Choose a tag to compare

Pre-release

1.0.0-alpha.0 (2026-03-27)

🚀 Features

  • ⚠️ initial Effect v4 beta migration setup
  • improve DX with new HTTP response helpers and better error handling
  • add manual publishing scripts with nx affected

🩹 Fixes

  • react-remix: update dependencies and move to peerDependencies
  • update package entry points to match build output structure (dist/src)
  • ensure consistent build output structure (flattened dist)
  • correct package entry points to point to dist instead of dist/src

⚠️ Breaking Changes

  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You

@effectify/react-query@1.0.0-alpha.2

27 Mar 04:10

Choose a tag to compare

Pre-release

1.0.0-alpha.2 (2026-03-27)

This was a version bump only for @effectify/react-query to align it with other projects, there were no code changes.

@effectify/prisma@2.0.0-alpha.1

27 Mar 04:10

Choose a tag to compare

Pre-release

2.0.0-alpha.1 (2026-03-27)

This was a version bump only for @effectify/prisma to align it with other projects, there were no code changes.

@effectify/prisma@2.0.0-alpha.0

27 Mar 03:17

Choose a tag to compare

Pre-release

2.0.0-alpha.0 (2026-03-27)

🚀 Features

  • ⚠️ initial Effect v4 beta migration setup
  • prisma: add test executor with prisma:generate dependency
  • prisma: integrate schema generation and remove prisma-effect-kysely dependency
  • add @effect/experimental dependency and update Prisma integration
  • major schema change from auto-increment to UUID strings
  • implement complete Prisma CLI with Effect TypeScript integration

🩹 Fixes

  • prisma: migration fix with better api v4 impl
  • prisma: update dependencies and optimize package.json
  • prisma: update features documentation
  • prisma: revert documentation change testing release pipeline
  • prisma: update documentation to trigger release pipeline
  • prisma: correct type definitions and tsconfig paths for self-referencing imports
  • auth, prisma, app: redirect unauthenticated users and fix build config
  • ensure consistent build output structure (flattened dist)
  • prisma: resolve type errors in generators and apply biome ignore

⚠️ Breaking Changes

  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You

@effectify/node-better-auth@1.0.0-alpha.0

27 Mar 04:11

Choose a tag to compare

1.0.0-alpha.0 (2026-03-27)

🚀 Features

  • node-auth-example: set up authentication and database initialization
  • ⚠️ initial Effect v4 beta migration setup
  • add manual publishing scripts with nx affected
  • effect better-auth integration package

🩹 Fixes

  • update package entry points to match build output structure (dist/src)
  • ensure consistent build output structure (flattened dist)
  • correct package entry points to point to dist instead of dist/src
  • better-auth: update to v1.4.10, fix migrations, add tests

⚠️ Breaking Changes

  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You

@effectify/solid-query@1.0.0-alpha.0

24 Mar 05:13

Choose a tag to compare

Pre-release

1.0.0-alpha.0 (2026-03-24)

🚀 Features

  • ⚠️ workspace: migrate entire monorepo to Effect v4 beta
  • ⚠️ initial Effect v4 beta migration setup
  • solid-query: test isolated package change for release workflow
  • solid-query: add release workflow test comment
  • add manual publishing scripts with nx affected
  • add CI/CD workflows and local testing setup
  • migrate from Bun to pnpm with complete build system overhaul

🩹 Fixes

  • package: add repository.url for npm provenance
  • query-packages: restore working v4 API implementation and trigger beta release
  • query-packages: migrate Stream.catch and Effect.forkDetach to v4 APIs
  • solid-query: update dependencies and classify as peerDependencies
  • update package entry points to match build output structure (dist/src)
  • ensure consistent build output structure (flattened dist)
  • correct package entry points to point to dist instead of dist/src
  • release: improve npm scope authentication
  • release: configure @effectify scope in npmrc
  • release: use nx run-many instead of nx build
  • release: remove quotes from --projects flag
  • release: use bash parameter expansion for reliable whitespace trimming
  • release: use sed instead of xargs for whitespace trimming
  • release: configure independent releases and trim whitespace
  • release: use correct --projects syntax for nx release
  • release: move typecheck after build to resolve dependency issues
  • release: convert space-separated projects to comma-separated for Nx
  • release: only publish affected projects instead of all release group
  • release: add automaticFromRef for changelog generation
  • release: include all packages in preVersionCommand and update CI triggers
  • solid-query: add another test change for release workflow
  • solid-query: add test comment for conventional commits patch versioning
  • resolve React types conflicts and improve CI workflow
  • update CI workflow to use correct base branch for affected detection

⚠️ Breaking Changes

  • workspace: migrate entire monorepo to Effect v4 beta
    All packages now use Effect v4 beta
    Core packages now building:
    • @effectify/react-query ✅
    • @effectify/solid-query ✅
    • @effectify/shared-domain ✅
    • @effectify/chat-domain ✅
  • initial Effect v4 beta migration setup
    Effect dependencies updated to v4 beta

❤️ Thank You