faunadb_http 0.5.0 faunadb_http: ^0.5.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.5.0 - 2020-08-03 #
Added #
- Page class
- asRef method in RefResult class
- asPage method in FaunaResponse class
0.4.1 - 2020-07-24 #
Changed #
- Package description
- Replaced double quotes with single quotes
0.4.0 - 2020-07-24 #
Added #
- FaunaResponse class added to query export; this helps with autocomplete in IDEs
Changed #
- QueryResult class renamed to FaunaResponse class
- Fixed date typo in CHANGELOG.md
0.3.0 - 2020-07-08 #
Added #
- FQL query functions
- More comprehensive documentation
Changed #
- FaunaClient.query accepts both raw JSON or composed queries
0.2.1 - 2020-06-21 #
Added #
- Added more documentation
Changed #
- Rename classes to simpler naming scheme
0.2.0 - 2020-06-20 #
Changed #
- Add headers, timeout, queryTimeout parameters in FaunaDBConfig class
0.1.1 - 2020-06-19 #
Changed #
- Specified data types to FaunaDBConfig.create method
0.1.0 - 2020-06-19 #
Added #
- FaunaDBConfig class
- FaunaDBClient class