Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Releases: ianko/ti-loki

v1.0.1

29 Aug 19:42
Compare
Choose a tag to compare

Fixed the callback for the saveDatabase and deleteDatabase methods.

Installation

Using NPM:

npm install ti-loki --save

Using gitTio:

gittio install ti-loki

Or download the latest zip file, place it in the root of your project. Add the module in the tiapp.xml:

<module platform="commonjs">ti-loki</module>

v1.0.0

08 Jul 20:50
Compare
Choose a tag to compare

Installation

Using NPM:

npm install ti-loki --save

Using gitTio:

gittio install ti-loki

Or download the latest zip file, place it in the root of your project. Add the module in the tiapp.xml:

<module platform="commonjs">ti-loki</module>