flutter_js_datascript 0.2.0 copy "flutter_js_datascript: ^0.2.0" to clipboard
flutter_js_datascript: ^0.2.0 copied to clipboard

Using DataScript in Flutter Apps.

Change Log #

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.2.0 - 2021-12-06 #

Added #

  • 13 new apis:
    • initDb
    • datoms
    • pull
    • pullMany
    • connFromDb
    • connFromDatoms
    • resetConn
    • initDb
    • dbWith
    • emptyDb
    • entityDb
    • entity
    • touch
    • resolveTempids

Removed #

  • PullResult class.

0.1.0 #

  • Initial Development Release, supports creteConn, q, listen, unlisten.