Skip to content

1.1.3

Compare
Choose a tag to compare
@HDB-Li HDB-Li released this 16 Aug 15:30
· 793 commits to master since this release
cd4422d

Refactory database

Fix some bugs operation in database. It looks more friendlier now, you can watch model's description in Mac software. Someday, LLLogHelper will be separated into an online event-tracking tool used in release environment.

The new version will delete the old version of the table in database, if you need the old data, please upgrade when you don't need it.

Add

  • Add UnitTests and UITests, Even now there's nothing.

Update

  • Refactory LLStorageManager to make sure it will work well in synchronous and asynchronous or main thread and child thread.
  • DEPRECATED some method in LLStorageManager, LLTool and LLAppHelper, More infomations please seeLLStorageManager.h, LLTool.h and LLAppHelper.h.
  • Add a enumeration values in LLConfig to control LLLogHelper's log style.