Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit d36e8f2

Browse files
committed
Release v0.4.0
1 parent 1a7f9e2 commit d36e8f2

2 files changed

Lines changed: 29 additions & 7 deletions

File tree

History.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
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

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>",
@@ -36,10 +36,11 @@
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",
@@ -52,8 +53,5 @@
5253
"0.26.0",
5354
"0.26.1"
5455
]
55-
},
56-
"dependencies": {
57-
"@fxjs/knex": "^0.1.1"
5856
}
5957
}

0 commit comments

Comments
 (0)