- Update
faunadb-jsminor version
- Latest version of the FaunaDB driver
- Fixes
Run Asdefect
- Allows to modify/create/delete resources
- Fixes Graphql schema files inability to upload or merge if it has more than one dot . in file name
- Adds ability to run queries with different roles
- Revised comment syntax to use
//instead of#. - Improved GraphQL file type check for the
uploadGraphqlSchemacommand. - Added GraphQL domain configuration item.
- New branding leftover fixes (nested databases data couldn't be opened)
- Only one Client instance is ever created
- Renamed faunadb.get command to faunadb.open
- Added faunadb.query command for easy Client reuse
- Adds ability to configure domain, scheme, port
- New branding updates
- Makes it possible to run multiline queries
- Add the new functions
CreateAccessProvider,AccessProvider,AccessProviders,CurrentIdentity,HasCurrentIdentity,CurrentTokenandHasCurrentToken.
- Add an alias of the
Containsfunction calledContainsPath, and deprecated theContainsfunction. - Add the new functions
ContainsFieldandContainsValuefunctions to make it easier to explore the structure of objects and documents. - Add the new
Reversefunction to reverse the order of items in an Array, Page, or Set.
- Fix syntax highlight setup.
- Update README and CHANGELOG
- Add minimal syntax highlight to FQL file extension. maestroartistryconsulting
- Fix graphQL schema upload. maestroartistryconsulting
- Add commands to upload, merge, and override GraphQL schema. nksaraf
- Add flexible auth via a .faunarc config file. gahabeen
- Add
Documents()on query runner.
- Highlight FQL expression and run selected FQL query. jfloresremar
- Browse databases, indexes, collections, documents, and functions.
- Run queries.