All notable changes to this project will be documented in this file.
- Authentication FQL functions:
- Credentials, CurrentIdentity, CurrentToken, HasCurrentToken
- Conversion FQL functions:
- ToArray, ToDate, ToDouble, ToInteger, ToMicros, ToMillis, ToNumber, ToObject, ToSeconds, ToString, ToTime
- Fixed
Login FQL function (incorrect JSON name of parameter)
example/crud.dart - Has several example FQL queries
Call arguments are now optional
- Update documentation
DateTime automatically converted to FaunaTime data type inside of Expressions
- More permissive types for query functions in
read_and_write.dart
- Revert to stable environment sdk range
- Static analysis options file
- Updated source code to pass pedantic statis analysis
Page class
asRef method in RefResult class
asPage method in FaunaResponse class
- Package description
- Replaced double quotes with single quotes
FaunaResponse class added to query export; this helps with autocomplete in IDEs
QueryResult class renamed to FaunaResponse class
- Fixed date typo in CHANGELOG.md
- FQL query functions
- More comprehensive documentation
FaunaClient.query accepts both raw JSON or composed queries
- Rename classes to simpler naming scheme
- Add
headers, timeout, queryTimeout parameters in FaunaDBConfig class
- Specified data types to
FaunaDBConfig.create method
FaunaDBConfig class
FaunaDBClient class