- Update
faunadb-js
minor version
- Latest version of the FaunaDB driver
- Fixes
Run As
defect
- 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
uploadGraphqlSchema
command. - 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
,CurrentToken
andHasCurrentToken
.
- Add an alias of the
Contains
function calledContainsPath
, and deprecated theContains
function. - Add the new functions
ContainsField
andContainsValue
functions to make it easier to explore the structure of objects and documents. - Add the new
Reverse
function 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.