faunadb_http 0.13.4
faunadb_http: ^0.13.4 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.13.1 - 2021-04-02 #
Changed #
- All
Ref
type parameters updated to beExpr
; allows more flexible query creation
0.12.0 - 2021-03-16 #
Changed #
- Adjustments to null safety
- Function
merge
has been deprecated due to null-safety changes. - Updated dependencies
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
Login
FQL function (incorrect JSON name of parameter)
0.8.0 - 2020-11-08 #
0.7.0 - 2020-08-26 #
Changed #
DateTime
automatically converted to FaunaTime data type inside of Expressions
0.5.1 - 2020-08-10 #
0.5.0 - 2020-08-03 #
Added #
Page
classasRef
method inRefResult
classasPage
method inFaunaResponse
class