Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/checkpoint-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/checkpoint-core.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dynamic-package-version-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dynamic-package-version-core.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @effect-migrate/cli

## 0.5.0

### Minor Changes

- [#46](https://github.com/aridyckovsky/effect-migrate/pull/46) [`30ca7cd`](https://github.com/aridyckovsky/effect-migrate/commit/30ca7cd8c32f72a1d68a94bd48c234177e595f11) Thanks [@aridyckovsky](https://github.com/aridyckovsky)! - Add checkpoints command for audit history navigation. New subcommands: list (show history with deltas), latest (show most recent), show (display specific checkpoint), and diff (compare two checkpoints). Supports --json flag for machine-readable output.

### Patch Changes

- [#43](https://github.com/aridyckovsky/effect-migrate/pull/43) [`caefe69`](https://github.com/aridyckovsky/effect-migrate/commit/caefe6955896554d33b104d78a46f79345c3c86d) Thanks [@aridyckovsky](https://github.com/aridyckovsky)! - Use dynamic version from package.json via getPackageMeta service instead of hardcoded value. Enhance CLI configuration with executable name, summary, and footer documentation links. Add proper error handling with Effect.catchAll for fatal errors.

- Updated dependencies [[`30ca7cd`](https://github.com/aridyckovsky/effect-migrate/commit/30ca7cd8c32f72a1d68a94bd48c234177e595f11), [`caefe69`](https://github.com/aridyckovsky/effect-migrate/commit/caefe6955896554d33b104d78a46f79345c3c86d)]:
- @effect-migrate/core@0.5.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-migrate/cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "CLI tool for Effect migration",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect-migrate/core

## 0.5.0

### Minor Changes

- [#46](https://github.com/aridyckovsky/effect-migrate/pull/46) [`30ca7cd`](https://github.com/aridyckovsky/effect-migrate/commit/30ca7cd8c32f72a1d68a94bd48c234177e595f11) Thanks [@aridyckovsky](https://github.com/aridyckovsky)! - Add time-series checkpoint persistence with Time and ProcessInfo services. New checkpoint manager provides automatic thread linking via AMP_CURRENT_THREAD_ID, delta computation between audits, and manifest-based history navigation. Checkpoints use normalized FindingsGroup schema for 40-70% size reduction. New services enable testable date/time and environment variable access.

### Patch Changes

- [#43](https://github.com/aridyckovsky/effect-migrate/pull/43) [`caefe69`](https://github.com/aridyckovsky/effect-migrate/commit/caefe6955896554d33b104d78a46f79345c3c86d) Thanks [@aridyckovsky](https://github.com/aridyckovsky)! - Add getPackageMeta service for dynamic version reading from package.json. Exports PackageMeta interface and getPackageMeta Effect that reads both toolVersion and schemaVersion at runtime, with intelligent path resolution for development and production environments.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-migrate/core",
"version": "0.4.0",
"version": "0.5.0",
"description": "Core engine for Effect migration tooling",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-migrate/preset-basic

## 0.3.2

### Patch Changes

- Updated dependencies [[`30ca7cd`](https://github.com/aridyckovsky/effect-migrate/commit/30ca7cd8c32f72a1d68a94bd48c234177e595f11), [`caefe69`](https://github.com/aridyckovsky/effect-migrate/commit/caefe6955896554d33b104d78a46f79345c3c86d)]:
- @effect-migrate/core@0.5.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-migrate/preset-basic",
"version": "0.3.1",
"version": "0.3.2",
"description": "Basic preset for Effect migration patterns",
"license": "MIT",
"repository": {
Expand Down