This repository was archived by the owner on Nov 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- v0.3 .0 / 2019-03-18
2+ v0.4 .0 / 2019-04-12
33==================
44
5+ * code clean and fix.
6+ * robust about knex Dialect.
7+ * robust about sqlite's literal boolean value.
8+ * fix migration about Dialect's escape for buffer-type value.
9+ * normalize old code, pointless.
10+ * fix migration for Insert.ts
11+ * fix migration for Update.ts
12+ * [ Where.ts] fix migration for whereExists.
13+ * [ Select.ts] robust about order.
14+ * robust about Where.ts
15+ * code clean.
16+ * support Where.ts, little fix.
17+ * support Select.ts
18+ * support limit/offset
19+ * support Insert.ts
20+ * support Update.ts
21+ * support Remove.ts
22+ * [ WIP] use @fxjs/knex as sql builder, apply it in Create.ts
23+ * little fix.
24+
25+ v0.3.0 / 2019-03-18
26+ ===================
27+
28+ * Release v0.3.0
529 * code normalization.
630 * semantic internal object.
731 * 0.3.0-dev
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.4.0-dev " ,
2+ "version" : " 0.4.0" ,
33 "name" : " @fxjs/sql-query" ,
44 "types" : " @types/index.d.ts" ,
55 "author" : " Richard <richardo2016@gmail.com>" ,
3636 "fib-typify" : " ^0.4.1" ,
3737 "rollup-plugin-commonjs" : " ^9.2.0" ,
3838 "@types/node" : " ^11.13.0" ,
39- "knex" : " ^0.16.3"
39+ "knex" : " ^0.16.3" ,
40+ "@fxjs/knex" : " ^0.1.1"
4041 },
4142 "peerDependencies" : {
42- "@fxjs/knex" : " >= 0.1.0 < 0.2.0"
43+ "@fxjs/knex" : " >= 0.1.1 < 0.2.0"
4344 },
4445 "ci" : {
4546 "type" : " travis, appveyor" ,
5253 " 0.26.0" ,
5354 " 0.26.1"
5455 ]
55- },
56- "dependencies" : {
57- "@fxjs/knex" : " ^0.1.1"
5856 }
5957}
You can’t perform that action at this time.
0 commit comments