Skip to content

Releases: ujjwalguptaofficial/JsStore

Clear api issue

26 Feb 04:03
Compare
Choose a tag to compare

Clear api issue - onsuccess and onerror event not working good.

Drop db browser issue - not working after clearing browser data

15 Feb 03:19
Compare
Choose a tag to compare

Drop db browser issue - not working after clearing browser data

Added column option enablesearch

06 Feb 06:25
Compare
Choose a tag to compare

EnableSearch is a column option, which takes Boolean values. Be default it is true, and when making it false. The search for this column will be turned off.

This is usually used in case - where you don't want to search on the particular column like - a blob column, a url column etc. This is just a optimization technique to speed up the app.

Update issue with object as a column solved

02 Feb 04:46
Compare
Choose a tag to compare

Update issue with object as a column solved -

Throws error of invalid operator when setting object value in column.

Insert query optimize

23 Jan 04:35
Compare
Choose a tag to compare

Insert query optimize

Added error message for db_schema issue

20 Jan 05:37
Compare
Choose a tag to compare
added null check for db_schema

v 1.4.4

like last occurence issue solved

14 Jan 07:54
Compare
Choose a tag to compare

seperate code of meta tag for creating database, like issue solved, added test case for like.

Return bug fixed for select

09 Jan 01:55
Compare
Choose a tag to compare

Return bug fixed for select

Added support for multiple and , or query

06 Jan 05:30
Compare
Choose a tag to compare

Added support for multiple and , or query

Added MultiEntry Option

28 Dec 15:32
Compare
Choose a tag to compare

Added MultiEntry Option