Skip to content

Commit 13e93b2

Browse files
committed
v2.1.0 Release 🎉 🎆 🔔
[skip ci]
1 parent 8835523 commit 13e93b2

File tree

2 files changed

+41
-14
lines changed

2 files changed

+41
-14
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [v2.1.0](https://github.com/leapfrogtechnology/sync-db/tree/v2.1.0) (2024-05-03)
4+
5+
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.0.1...v2.1.0)
6+
7+
**Closed Issues**
8+
9+
- Move from Travis CI to GitHub Actions [\#139](https://github.com/leapfrogtechnology/sync-db/issues/139)
10+
11+
**Changes**
12+
13+
- Update --only flag to support multiple connection filter [\#229](https://github.com/leapfrogtechnology/sync-db/pull/229) ([samirsilwal](https://github.com/samirsilwal))
14+
- chore\(deps\): bump @babel/traverse from 7.9.0 to 7.23.2 [\#227](https://github.com/leapfrogtechnology/sync-db/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- chore\(deps\): bump debug from 4.1.1 to 4.3.1 [\#226](https://github.com/leapfrogtechnology/sync-db/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore\(deps\): bump get-func-name from 2.0.0 to 2.0.2 [\#223](https://github.com/leapfrogtechnology/sync-db/pull/223) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-pg-ts [\#221](https://github.com/leapfrogtechnology/sync-db/pull/221) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-pg [\#220](https://github.com/leapfrogtechnology/sync-db/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-mssql [\#219](https://github.com/leapfrogtechnology/sync-db/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-mssql-programmatic-use [\#218](https://github.com/leapfrogtechnology/sync-db/pull/218) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.4 in /examples/node-app-mssql-ts [\#216](https://github.com/leapfrogtechnology/sync-db/pull/216) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-mssql-ts [\#212](https://github.com/leapfrogtechnology/sync-db/pull/212) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-mssql [\#211](https://github.com/leapfrogtechnology/sync-db/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-pg-ts [\#210](https://github.com/leapfrogtechnology/sync-db/pull/210) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-mssql-programmatic-use [\#209](https://github.com/leapfrogtechnology/sync-db/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-pg [\#208](https://github.com/leapfrogtechnology/sync-db/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- chore\(deps\): bump semver from 5.7.0 to 5.7.2 [\#207](https://github.com/leapfrogtechnology/sync-db/pull/207) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Convert travis file to actions [\#203](https://github.com/leapfrogtechnology/sync-db/pull/203) ([sbimochan](https://github.com/sbimochan))
29+
330
## [v2.0.1](https://github.com/leapfrogtechnology/sync-db/tree/v2.0.1) (2023-06-07)
431

532
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.0.0...v2.0.1)

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db
4444
$ sync-db COMMAND
4545
running command...
4646
$ sync-db (-v|--version|version)
47-
@leapfrogtechnology/sync-db/2.0.1 linux-x64 node-v20.2.0
47+
@leapfrogtechnology/sync-db/2.1.0 linux-x64 node-v20.12.2
4848
$ sync-db --help [COMMAND]
4949
USAGE
5050
$ sync-db COMMAND
@@ -78,7 +78,7 @@ USAGE
7878
$ sync-db
7979
```
8080

81-
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/index.ts)_
81+
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/index.ts)_
8282

8383
## `sync-db help [COMMAND]`
8484

@@ -115,7 +115,7 @@ OPTIONS
115115
--object-name=object-name Name of table/view/routine to migrate.
116116
```
117117

118-
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/make.ts)_
118+
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/make.ts)_
119119

120120
## `sync-db make-publish`
121121

@@ -129,7 +129,7 @@ OPTIONS
129129
-c, --config=config Custom configuration file.
130130
```
131131

132-
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/make-publish.ts)_
132+
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/make-publish.ts)_
133133

134134
## `sync-db migrate-latest`
135135

@@ -143,10 +143,10 @@ OPTIONS
143143
-c, --config=config Custom configuration file.
144144
--connection-resolver=PATH Path to the connection resolver.
145145
--dry-run Dry run migration.
146-
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
146+
--only=CONNECTION_ID Filter only a single connection.
147147
```
148148

149-
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-latest.ts)_
149+
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-latest.ts)_
150150

151151
## `sync-db migrate-list`
152152

@@ -159,10 +159,10 @@ USAGE
159159
OPTIONS
160160
-c, --config=config Custom configuration file.
161161
--connection-resolver=PATH Path to the connection resolver.
162-
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
162+
--only=CONNECTION_ID Filter only a single connection.
163163
```
164164

165-
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-list.ts)_
165+
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-list.ts)_
166166

167167
## `sync-db migrate-rollback`
168168

@@ -176,10 +176,10 @@ OPTIONS
176176
-c, --config=config Custom configuration file.
177177
--connection-resolver=PATH Path to the connection resolver.
178178
--dry-run Dry run rollback.
179-
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
179+
--only=CONNECTION_ID Filter only a single connection.
180180
```
181181

182-
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-rollback.ts)_
182+
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-rollback.ts)_
183183

184184
## `sync-db prune`
185185

@@ -193,10 +193,10 @@ OPTIONS
193193
-c, --config=config Custom configuration file.
194194
--connection-resolver=PATH Path to the connection resolver.
195195
--dry-run Dry run prune.
196-
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
196+
--only=CONNECTION_ID Filter only a single connection.
197197
```
198198

199-
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/prune.ts)_
199+
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/prune.ts)_
200200

201201
## `sync-db synchronize`
202202

@@ -211,11 +211,11 @@ OPTIONS
211211
-f, --force Force synchronization.
212212
--connection-resolver=PATH Path to the connection resolver.
213213
--dry-run Dry run synchronization.
214-
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
214+
--only=CONNECTION_ID Filter only a single connection.
215215
--skip-migration Skip running migrations.
216216
```
217217

218-
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/synchronize.ts)_
218+
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/synchronize.ts)_
219219

220220
<!-- commandsstop -->
221221

0 commit comments

Comments
 (0)