faunadb_http 0.11.0
faunadb_http: ^0.11.0 copied to clipboard
A pure Dart implementation of a FaunaDB client and provides query classes that closely mimic FQL functions.
Changelog #
All notable changes to this project will be documented in this file.
0.9.0 - 2020-12-14 #
Added #
- Authentication FQL functions:
Credentials,CurrentIdentity,CurrentToken,HasCurrentToken
- Conversion FQL functions:
ToArray,ToDate,ToDouble,ToInteger,ToMicros,ToMillis,ToNumber,ToObject,ToSeconds,ToString,ToTime
Changed #
- Fixed
LoginFQL function (incorrect JSON name of parameter)
0.8.0 - 2020-11-08 #
0.7.0 - 2020-08-26 #
Changed #
DateTimeautomatically converted to FaunaTime data type inside of Expressions
0.5.1 - 2020-08-10 #
0.5.0 - 2020-08-03 #
Added #
PageclassasRefmethod inRefResultclassasPagemethod inFaunaResponseclass