Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

94 lines (59 loc) · 1.86 KB

Change Log

Version 1.0.6 (2019-03-07)

  • Fix: Fix query error
  • Fix: Fix DebugDb class not found error

Version 1.0.5 (2019-02-18)

  • Reduce size by taking out encrypted database library as a separate module
  • New: Add support for database delete
  • Changed compile to implementation
  • Fix: Minor bug fixes

Version 1.0.4 (2018-06-23)

  • Fix: Fix issue of Room Database

Version 1.0.3 (2018-02-12)

  • New: Add support for debugging inMemory Room Database
  • Add example for Room Database

Version 1.0.2 (2018-01-08)

  • New: Add SqlCipher support
  • New: List table name in non case sensitive alphabetical order

Version 1.0.1 (2017-06-23)

  • New: Add insert row feature
  • New: Add custom database files support
  • New: Add method for checking isServerRunning
  • New: Add pragma support
  • Fix: Minor bug fixes

Version 1.0.0 (2017-02-08)

  • New: Add support for editing database directly
  • New: Delete rows directly
  • New: Delete Shared Pref
  • New: Edit shared preferences directly
  • New: Add standard code for checking databases files
  • New: Complete offline support
  • Refactor library code

Version 0.5.0 (2017-01-21)

  • New: Export DB
  • New: Method to get DB version
  • Fix: Fix proguard issue and other minor issues

Version 0.4.0 (2016-11-29)

  • Optimizations
  • Fix: Fix few minor bugs

Version 0.3.0 (2016-11-23)

  • New: Add support for custom port
  • Fix: Fix few minor bugs

Version 0.2.0 (2016-11-17)

  • New: Add method for getting address
  • Fix: Fix few minor bugs

Version 0.1.0 (2016-11-16)

Initial release.