Comparing version 0.9.0 to 0.10.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [0.10.0](https://github.com/waitingsong/kmore/compare/v0.9.0...v0.10.0) (2019-08-16) | ||
### Features | ||
* parameter of tables of kmore() supports value false ([fd94c98](https://github.com/waitingsong/kmore/commit/fd94c98)) | ||
## [0.9.0](https://github.com/waitingsong/kmore/compare/v0.8.1...v0.9.0) (2019-08-16) | ||
@@ -7,0 +14,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.9.0 | ||
* @version 0.10.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -17,2 +17,2 @@ import { DbModel, DbTables, Options, TTableListModel, Config } from './model'; | ||
/** Auto generate tables from generics, if value is undefined or null */ | ||
tables?: DbTables<T> | null, options?: Partial<Options>): DbModel<T>; | ||
tables?: DbTables<T> | null | false, options?: Partial<Options>): DbModel<T>; |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "A Knex little more factory of SQL query builder, with auto-generated type-safe tables accessor for Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
34088