Skip to content

Commit f51e900

Browse files
committed
add changelog
[SKIP CI] Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent 889c377 commit f51e900

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<a name="0.4.0"></a>
2+
# [0.4.0](https://github.com/db-migrate/sqlite/compare/v0.3.1...v0.4.0) (2019-02-11)
3+
4+
5+
### Features
6+
7+
* **defaultValue:** add support for timestamps and add internal handling ([148426a](https://github.com/db-migrate/sqlite/commit/148426a))
8+
9+
10+
11+
<a name="0.3.1"></a>
12+
## [0.3.1](https://github.com/db-migrate/sqlite/compare/v0.3.0...v0.3.1) (2018-07-01)
13+
14+
15+
16+
<a name="0.3.0"></a>
17+
# [0.3.0](https://github.com/db-migrate/sqlite/compare/v0.2.1...v0.3.0) (2018-07-01)
18+
19+
20+
21+
<a name="0.2.1"></a>
22+
## [0.2.1](https://github.com/db-migrate/sqlite/compare/v0.2.0...v0.2.1) (2016-10-19)
23+
24+
25+
### Bug Fixes
26+
27+
* **spec:** defaultValue should be checked for undefined only ([7e6b341](https://github.com/db-migrate/sqlite/commit/7e6b341))
28+
29+
30+
31+
<a name="0.2.0"></a>
32+
# [0.2.0](https://github.com/db-migrate/sqlite/compare/v0.1.9...v0.2.0) (2016-10-17)
33+
34+
35+
### Features
36+
37+
* **tests:** move tests to repo of the driver ([393808b](https://github.com/db-migrate/sqlite/commit/393808b))
38+
39+
40+
41+
<a name="0.1.9"></a>
42+
## [0.1.9](https://github.com/db-migrate/sqlite/compare/v0.1.8...v0.1.9) (2016-07-27)
43+
44+
45+
46+
<a name="0.1.8"></a>
47+
## [0.1.8](https://github.com/db-migrate/sqlite/compare/v0.1.7...v0.1.8) (2016-06-20)
48+
49+
50+
51+
<a name="0.1.7"></a>
52+
## [0.1.7](https://github.com/db-migrate/sqlite/compare/v0.1.6...v0.1.7) (2016-06-20)
53+
54+
55+
56+
<a name="0.1.6"></a>
57+
## [0.1.6](https://github.com/db-migrate/sqlite/compare/v0.1.5...v0.1.6) (2016-05-26)
58+
59+
60+
61+
<a name="0.1.5"></a>
62+
## [0.1.5](https://github.com/db-migrate/sqlite/compare/v0.1.3...v0.1.5) (2016-02-03)
63+
64+
65+
### Bug Fixes
66+
67+
* **api:** drop table overwrite options on promises ([8297e96](https://github.com/db-migrate/sqlite/commit/8297e96))
68+
* **upstream:** bump upstream package to fix dropTable bug ([16c6416](https://github.com/db-migrate/sqlite/commit/16c6416))
69+
70+
71+
72+
<a name="0.1.3"></a>
73+
## [0.1.3](https://github.com/db-migrate/sqlite/compare/v0.1.2...v0.1.3) (2015-09-08)
74+
75+
76+
77+
<a name="0.1.2"></a>
78+
## [0.1.2](https://github.com/db-migrate/sqlite/compare/v0.1.1...v0.1.2) (2015-09-08)
79+
80+
81+
82+
<a name="0.1.1"></a>
83+
## 0.1.1 (2015-09-08)
84+
85+
86+

0 commit comments

Comments
 (0)