Comparing version 1.1.4 to 2.0.0
{ | ||
"name": "dbsync", | ||
"version": "1.1.4", | ||
"version": "2.0.0", | ||
"description": "A flexible, easy-to-use, unopinionated schema migration / database change management tool.", | ||
@@ -30,3 +30,3 @@ "author": "RealtyMapster, LLC", | ||
"glob": "4.3.x", | ||
"knex": "0.7.x", | ||
"knex": "^0.9.0", | ||
"lodash": "3.x", | ||
@@ -33,0 +33,0 @@ "wordwrap": "0.0.2", |
@@ -10,2 +10,7 @@ ## dbsync | ||
### Version 2.0 | ||
Version 2.0 is a small breaking change to handle problems handling migrations that contain a `?` character. For most | ||
users this should be transparent, but if any users hit that problem before and worked around it with manual escaping, | ||
that manual escaping is no longer necessary (and in fact could leave your escaping in the migration). | ||
#### Supported databases | ||
@@ -12,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53086
252
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddouble-ended-queue@2.1.0-0(transitive)
+ Addedextend@2.0.2(transitive)
+ Addedfindup-sync@0.2.1(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhashmap@2.4.0(transitive)
+ Addedinterpret@0.6.6(transitive)
+ Addedknex@0.9.0(transitive)
+ Addedliftoff@2.0.3(transitive)
+ Addedms@2.0.0(transitive)
+ Addedpg-connection-string@0.1.3(transitive)
+ Addedpool2@1.4.1(transitive)
+ Addedresolve@1.1.7(transitive)
+ Addedsimple-backoff@1.1.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedv8flags@2.1.1(transitive)
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedextend@1.3.0(transitive)
- Removedfindup-sync@0.1.3(transitive)
- Removedgeneric-pool-redux@0.1.0(transitive)
- Removedglob@3.2.11(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedinterpret@0.3.10(transitive)
- Removedknex@0.7.6(transitive)
- Removedliftoff@0.13.6(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedresolve@1.0.0(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
Updatedknex@^0.9.0