Skip to content

Commit 11303cb

Browse files
Update CHANGELOG.md
1 parent 1184577 commit 11303cb

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,72 @@
1+
Change Log
2+
==========
13

4+
Version 1.0.3 *(2018-02-12)*
5+
----------------------------
6+
7+
* New: Add support for debugging inMemory Room Database
8+
* Add example for Room Database
9+
10+
11+
Version 1.0.2 *(2018-01-08)*
12+
----------------------------
13+
14+
* New: Add SqlCipher support
15+
* New: List table name in non case sensitive alphabetical order
16+
17+
18+
Version 1.0.1 *(2017-06-23)*
19+
----------------------------
20+
21+
* New: Add insert row feature
22+
* New: Add custom database files support
23+
* New: Add method for checking isServerRunning
24+
* New: Add pragma support
25+
* Fix: Minor bug fixes
26+
27+
28+
Version 1.0.0 *(2017-02-08)*
29+
----------------------------
30+
31+
* New: Add support for editing database directly
32+
* New: Delete rows directly
33+
* New: Delete Shared Pref
34+
* New: Edit shared preferences directly
35+
* New: Add standard code for checking databases files
36+
* New: Complete offline support
37+
* Refactor library code
38+
39+
40+
Version 0.5.0 *(2017-01-21)*
41+
----------------------------
42+
43+
* New: Export DB
44+
* New: Method to get DB version
45+
* Fix: Fix prouard issue and other minor issues
46+
47+
48+
Version 0.4.0 *(2016-11-29)*
49+
----------------------------
50+
51+
* Optimizations
52+
* Fix: Fix few minor bugs
53+
54+
55+
Version 0.3.0 *(2016-11-23)*
56+
----------------------------
57+
58+
* New: Add support for custom port
59+
* Fix: Fix few minor bugs
60+
61+
62+
Version 0.2.0 *(2016-11-17)*
63+
----------------------------
64+
65+
* New: Add method for getting address
66+
* Fix: Fix few minor bugs
67+
68+
69+
Version 0.1.0 *(2016-11-16)*
70+
----------------------------
71+
72+
Initial release.

0 commit comments

Comments
 (0)