Skip to content

Releases: leapfrogtechnology/sync-db

v1.0.0

29 Nov 05:26
Compare
Choose a tag to compare

Out of beta, might have some quirks but it should be mostly ready for production. 🎉

Bug Fixes

  • Send migration path before command execution #140 (@mesaugat)
  • Fix readme of a few examples
  • Updates to dependencies in examples

v1.0.0-beta.13

19 Oct 14:31
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

Bug Fixes

  • Corruption in migration files doesn't give verbose error #124

Changes

v1.0.0-beta.12

29 Mar 03:39
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

Features

  • Ability to provide custom configuration with --config flag #120 (@samirsilwal)

v1.0.0-beta.11

25 Mar 05:55
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

Bug Fixes

  • Throw an exception to rollback transaction if SQL migration fails #117 (@cham11ng)

Changes

v1.0.0-beta.10

21 Mar 08:01
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

Features

  • Add make-publish command to publish templates for customization and interpolate templates #109 (@cham11ng)

v1.0.0-beta.9

16 Mar 12:18
26aaee4
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

Bug Fixes

  • Fix migration issue by including file extension #107 (@cham11ng)

v1.0.0-beta.8

10 Mar 10:40
058f841
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

Features

  • Integrate dry run feature by introducing --dry-run flag #94 (@cham11ng )

v1.0.0-beta.7

09 Mar 10:47
d6cd9b8
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Features

Closed Issues

  • Remove support for Node 10 #89

Security Fixes

  • Bump lodash from 4.17.15 to 4.17.20 #87 (dependabot[bot])
  • Bump ini from 1.3.5 to 1.3.8 in /examples/node-app-mssql #86 (dependabot[bot])
  • Bump ini from 1.3.5 to 1.3.8 #85 (dependabot[bot])
  • Bump ini from 1.3.5 to 1.3.8 in /examples/node-app-pg #84 (dependabot[bot])
  • Bump ini from 1.3.5 to 1.3.8 in /examples/node-mssql-programmatic-use #83 (dependabot[bot])
  • Bump node-fetch from 2.6.0 to 2.6.1 #79 (dependabot[bot])
  • Bump yargs-parser from 13.1.1 to 13.1.2 #78 (dependabot[bot])
  • Bump bl from 2.2.0 to 2.2.1 in /examples/node-mssql-programmatic-use #77 (dependabot[bot])
  • Bump bl from 2.2.0 to 2.2.1 in /examples/node-app-mssql #76 (dependabot[bot])
  • Bump codecov from 3.6.5 to 3.7.1 #75 (dependabot[bot])
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/node-app-pg #74 (dependabot[bot])
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/node-mssql-programmatic-use #73 (dependabot[bot])
  • Bump lodash from 4.17.14 to 4.17.19 #72 (dependabot[bot])
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/node-app-mssql #71 (dependabot[bot])

v1.0.0-experimental.20200628

28 Jun 11:01
d96b88f
Compare
Choose a tag to compare
Pre-release
1.0.0-experimental.20200628 Release :tada: :fireworks: :bell:

v1.0.0-experimental.20200607

07 Jun 17:06
8ee085e
Compare
Choose a tag to compare
Pre-release

Experimental Release - DO NOT USE