|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.0.0-beta.10](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.10) (2021-03-21) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.9...v1.0.0-beta.10) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add make-publish command to publish templates for customization and interpolate templates [\#109](https://github.com/leapfrogtechnology/sync-db/pull/109) ([cham11ng](https://github.com/cham11ng)) |
| 10 | + |
| 11 | +**Changes** |
| 12 | + |
| 13 | +- Auto-update README.md about CLI usage and commands [\#111](https://github.com/leapfrogtechnology/sync-db/pull/111) ([cham11ng](https://github.com/cham11ng)) |
| 14 | +- Changelog for 1.0.0-beta.9 release [\#110](https://github.com/leapfrogtechnology/sync-db/pull/110) ([samirsilwal](https://github.com/samirsilwal)) |
| 15 | + |
3 | 16 | ## [v1.0.0-beta.9](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.9) (2021-03-16) |
4 | 17 |
|
5 | 18 | [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.8...v1.0.0-beta.9) |
|
34 | 47 | - Remove short character \(-f\) command for dry-run [\#101](https://github.com/leapfrogtechnology/sync-db/pull/101) ([cham11ng](https://github.com/cham11ng)) |
35 | 48 | - Upgrade vulnerable packages [\#99](https://github.com/leapfrogtechnology/sync-db/pull/99) ([mesaugat](https://github.com/mesaugat)) |
36 | 49 | - Update script to auto generate changelog [\#98](https://github.com/leapfrogtechnology/sync-db/pull/98) ([samirsilwal](https://github.com/samirsilwal)) |
| 50 | +- Integrate dry run feature by introducing `--dry-run` flag [\#94](https://github.com/leapfrogtechnology/sync-db/pull/94) ([cham11ng](https://github.com/cham11ng)) |
37 | 51 |
|
38 | 52 | ## [v1.0.0-beta.7](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.7) (2021-03-09) |
39 | 53 |
|
|
47 | 61 |
|
48 | 62 | - FIX - Tag package only after deploy stage [\#97](https://github.com/leapfrogtechnology/sync-db/pull/97) ([samirsilwal](https://github.com/samirsilwal)) |
49 | 63 | - Update package version =\> 1.0.0-beta.6 [\#96](https://github.com/leapfrogtechnology/sync-db/pull/96) ([samirsilwal](https://github.com/samirsilwal)) |
50 | | -- Integrate dry run feature by introducing `--dry-run` flag [\#94](https://github.com/leapfrogtechnology/sync-db/pull/94) ([cham11ng](https://github.com/cham11ng)) |
51 | 64 | - Automate sync-db release [\#93](https://github.com/leapfrogtechnology/sync-db/pull/93) ([samirsilwal](https://github.com/samirsilwal)) |
52 | 65 | - Support JS/TS migration support for sync-db [\#88](https://github.com/leapfrogtechnology/sync-db/pull/88) ([samirsilwal](https://github.com/samirsilwal)) |
53 | 66 | - Bump lodash from 4.17.15 to 4.17.20 [\#87](https://github.com/leapfrogtechnology/sync-db/pull/87) ([dependabot[bot]](https://github.com/apps/dependabot)) |
|
245 | 258 | **Implemented enhancements:** |
246 | 259 |
|
247 | 260 | - Setup docker and docker-compose configuration for the node-app-mssql example [\#23](https://github.com/leapfrogtechnology/sync-db/pull/23) ([silwalanish](https://github.com/silwalanish)) |
248 | | -- Support knex transactions in synchronize [\#15](https://github.com/leapfrogtechnology/sync-db/pull/15) ([SafalPandey](https://github.com/SafalPandey)) |
249 | 261 |
|
250 | 262 | **Bug Fixes** |
251 | 263 |
|
|
268 | 280 | - Added an example showing programmatic usuage of sync-db Node/JS [\#29](https://github.com/leapfrogtechnology/sync-db/pull/29) ([p0k8h](https://github.com/p0k8h)) |
269 | 281 | - Throw an error if object type names doesn't match directory convention [\#28](https://github.com/leapfrogtechnology/sync-db/pull/28) ([p0k8h](https://github.com/p0k8h)) |
270 | 282 | - Upgrade TypeScript to 3.7.2 [\#27](https://github.com/leapfrogtechnology/sync-db/pull/27) ([kabirbaidhya](https://github.com/kabirbaidhya)) |
| 283 | +- Use knex to create, run, rollback migrations with samples [\#24](https://github.com/leapfrogtechnology/sync-db/pull/24) ([p0k8h](https://github.com/p0k8h)) |
271 | 284 | - Integrate test code coverage reporting with Codecov and Travis. [\#19](https://github.com/leapfrogtechnology/sync-db/pull/19) ([ghost](https://github.com/ghost)) |
272 | 285 |
|
273 | 286 | ## [v1.0.0-alpha.6](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.6) (2019-08-28) |
|
276 | 289 |
|
277 | 290 | **Changes** |
278 | 291 |
|
279 | | -- Use knex to create, run, rollback migrations with samples [\#24](https://github.com/leapfrogtechnology/sync-db/pull/24) ([p0k8h](https://github.com/p0k8h)) |
280 | 292 | - Downgrade knex version to 0.16.3 [\#16](https://github.com/leapfrogtechnology/sync-db/pull/16) ([SafalPandey](https://github.com/SafalPandey)) |
281 | 293 |
|
282 | 294 | ## [v1.0.0-alpha.5](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.5) (2019-08-28) |
283 | 295 |
|
284 | 296 | [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) |
285 | 297 |
|
286 | | -**Changes** |
| 298 | +**Implemented enhancements:** |
287 | 299 |
|
288 | | -- Simplify programmatic usage and documentation [\#11](https://github.com/leapfrogtechnology/sync-db/pull/11) ([kabirbaidhya](https://github.com/kabirbaidhya)) |
| 300 | +- Support knex transactions in synchronize [\#15](https://github.com/leapfrogtechnology/sync-db/pull/15) ([SafalPandey](https://github.com/SafalPandey)) |
289 | 301 |
|
290 | 302 | ## [v1.0.0-alpha.4](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.4) (2019-08-27) |
291 | 303 |
|
|
294 | 306 | **Changes** |
295 | 307 |
|
296 | 308 | - Configure Travis CI for running tests [\#13](https://github.com/leapfrogtechnology/sync-db/pull/13) ([kabirbaidhya](https://github.com/kabirbaidhya)) |
| 309 | +- Simplify programmatic usage and documentation [\#11](https://github.com/leapfrogtechnology/sync-db/pull/11) ([kabirbaidhya](https://github.com/kabirbaidhya)) |
297 | 310 |
|
298 | 311 | ## [v1.0.0-alpha.3](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.3) (2019-08-26) |
299 | 312 |
|
|
306 | 319 | **Changes** |
307 | 320 |
|
308 | 321 | - Improvements on the README Documentation [\#7](https://github.com/leapfrogtechnology/sync-db/pull/7) ([kabirbaidhya](https://github.com/kabirbaidhya)) |
309 | | -- Add documentation for global installation [\#2](https://github.com/leapfrogtechnology/sync-db/pull/2) ([shradayshakya](https://github.com/shradayshakya)) |
310 | 322 |
|
311 | 323 | ## [v1.0.0-alpha.2](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.2) (2019-08-09) |
312 | 324 |
|
|
325 | 337 |
|
326 | 338 | - Refactor code for accessing database connections. [\#1](https://github.com/leapfrogtechnology/sync-db/pull/1) ([shradayshakya](https://github.com/shradayshakya)) |
327 | 339 |
|
| 340 | +**Changes** |
| 341 | + |
| 342 | +- Add documentation for global installation [\#2](https://github.com/leapfrogtechnology/sync-db/pull/2) ([shradayshakya](https://github.com/shradayshakya)) |
| 343 | + |
328 | 344 |
|
329 | 345 |
|
330 | 346 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments