Skip to content

Commit

Permalink
v1.0.0 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Travis CI committed Nov 29, 2021
1 parent 13150d9 commit 00e38e2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v1.0.0](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0) (2021-11-29)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.13...v1.0.0)

**Bug Fixes**

- Error when removed migration field from sync-db.yml [\#80](https://github.com/leapfrogtechnology/sync-db/issues/80)

**Closed Issues**

- Release version 1.0.0 [\#138](https://github.com/leapfrogtechnology/sync-db/issues/138)
- One time batch job and preparation SQL scripts [\#17](https://github.com/leapfrogtechnology/sync-db/issues/17)

**Changes**

- Upgrade sync-db to version 1.0.0 [\#141](https://github.com/leapfrogtechnology/sync-db/pull/141) ([Prabeshpd](https://github.com/Prabeshpd))
- Send migration path before command execution [\#140](https://github.com/leapfrogtechnology/sync-db/pull/140) ([mesaugat](https://github.com/mesaugat))
- Bump glob-parent from 5.1.1 to 5.1.2 [\#137](https://github.com/leapfrogtechnology/sync-db/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump hosted-git-info from 2.7.1 to 2.8.9 [\#136](https://github.com/leapfrogtechnology/sync-db/pull/136) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/node-app-pg-ts [\#131](https://github.com/leapfrogtechnology/sync-db/pull/131) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/node-app-mssql-ts [\#130](https://github.com/leapfrogtechnology/sync-db/pull/130) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/node-app-pg [\#129](https://github.com/leapfrogtechnology/sync-db/pull/129) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/node-mssql-programmatic-use [\#128](https://github.com/leapfrogtechnology/sync-db/pull/128) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/node-app-mssql [\#127](https://github.com/leapfrogtechnology/sync-db/pull/127) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump path-parse from 1.0.6 to 1.0.7 [\#126](https://github.com/leapfrogtechnology/sync-db/pull/126) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.0.0-beta.13](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.13) (2021-10-19)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.12...v1.0.0-beta.13)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db
$ sync-db COMMAND
running command...
$ sync-db (-v|--version|version)
@leapfrogtechnology/sync-db/1.0.0-beta.13 linux-x64 node-v16.11.1
@leapfrogtechnology/sync-db/1.0.0 linux-x64 node-v17.1.0
$ sync-db --help [COMMAND]
USAGE
$ sync-db COMMAND
Expand Down Expand Up @@ -78,7 +78,7 @@ USAGE
$ sync-db
```

_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/index.ts)_

## `sync-db help [COMMAND]`

Expand Down Expand Up @@ -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/v1.0.0-beta.13/src/commands/make.ts)_
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/make.ts)_

## `sync-db make-publish`

Expand All @@ -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/v1.0.0-beta.13/src/commands/make-publish.ts)_
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/make-publish.ts)_

## `sync-db migrate-latest`

Expand All @@ -146,7 +146,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-latest.ts)_
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-latest.ts)_

## `sync-db migrate-list`

Expand All @@ -162,7 +162,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-list.ts)_
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-list.ts)_

## `sync-db migrate-rollback`

Expand All @@ -179,7 +179,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/migrate-rollback.ts)_
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-rollback.ts)_

## `sync-db prune`

Expand All @@ -196,7 +196,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/prune.ts)_
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/prune.ts)_

## `sync-db synchronize`

Expand All @@ -215,7 +215,7 @@ OPTIONS
--skip-migration Skip running migrations.
```

_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.13/src/commands/synchronize.ts)_
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/synchronize.ts)_

<!-- commandsstop -->

Expand Down

0 comments on commit 00e38e2

Please sign in to comment.