diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3249a5..3fb89785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v2.2.0](https://github.com/leapfrogtechnology/sync-db/tree/v2.2.0) (2024-10-16) + +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.1.1...v2.2.0) + +**Bug Fixes** + +- Resolve the `basePath` relative to the `sync-db.yml` path instead of current working directory. [\#225](https://github.com/leapfrogtechnology/sync-db/issues/225) + +**Changes** + +- Update build workflow to include codecov upload step [\#238](https://github.com/leapfrogtechnology/sync-db/pull/238) ([samirsilwal](https://github.com/samirsilwal)) +- Use relative base path respective to config file [\#237](https://github.com/leapfrogtechnology/sync-db/pull/237) ([samirsilwal](https://github.com/samirsilwal)) +- chore\(deps\): bump braces from 3.0.2 to 3.0.3 in /examples/node-app-mssql [\#236](https://github.com/leapfrogtechnology/sync-db/pull/236) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump micromatch from 4.0.2 to 4.0.8 in /examples/node-app-pg [\#235](https://github.com/leapfrogtechnology/sync-db/pull/235) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump micromatch from 4.0.2 to 4.0.8 [\#234](https://github.com/leapfrogtechnology/sync-db/pull/234) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump braces from 3.0.2 to 3.0.3 in /examples/node-app-pg-ts [\#232](https://github.com/leapfrogtechnology/sync-db/pull/232) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump braces from 3.0.2 to 3.0.3 [\#231](https://github.com/leapfrogtechnology/sync-db/pull/231) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v2.1.1](https://github.com/leapfrogtechnology/sync-db/tree/v2.1.1) (2024-05-04) [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.1.0...v2.1.1) diff --git a/README.md b/README.md index 5169accc..4895fd22 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db $ sync-db COMMAND running command... $ sync-db (-v|--version|version) -@leapfrogtechnology/sync-db/2.1.1 linux-x64 node-v20.12.2 +@leapfrogtechnology/sync-db/2.2.0 linux-x64 node-v20.17.0 $ sync-db --help [COMMAND] USAGE $ sync-db COMMAND @@ -78,7 +78,7 @@ USAGE $ sync-db ``` -_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/index.ts)_ +_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/index.ts)_ ## `sync-db help [COMMAND]` @@ -115,7 +115,7 @@ OPTIONS --object-name=object-name Name of table/view/routine to migrate. ``` -_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/make.ts)_ +_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/make.ts)_ ## `sync-db make-publish` @@ -129,7 +129,7 @@ OPTIONS -c, --config=config Custom configuration file. ``` -_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/make-publish.ts)_ +_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/make-publish.ts)_ ## `sync-db migrate-latest` @@ -146,7 +146,7 @@ OPTIONS --only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2 ``` -_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/migrate-latest.ts)_ +_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/migrate-latest.ts)_ ## `sync-db migrate-list` @@ -162,7 +162,7 @@ OPTIONS --only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2 ``` -_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/migrate-list.ts)_ +_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/migrate-list.ts)_ ## `sync-db migrate-rollback` @@ -179,7 +179,7 @@ OPTIONS --only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2 ``` -_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/migrate-rollback.ts)_ +_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/migrate-rollback.ts)_ ## `sync-db prune` @@ -196,7 +196,7 @@ OPTIONS --only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2 ``` -_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/prune.ts)_ +_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/prune.ts)_ ## `sync-db synchronize` @@ -215,7 +215,7 @@ OPTIONS --skip-migration Skip running migrations. ``` -_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.1/src/commands/synchronize.ts)_ +_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.2.0/src/commands/synchronize.ts)_