Skip to content

Releases: binier/dgraphium

@dgraphium/[email protected]

15 Jul 12:28
Compare
Choose a tag to compare

0.1.1 (2020-07-15)

Note: Version bump only for package @dgraphium/client

@dgraphium/[email protected]

15 Jul 06:14
Compare
Choose a tag to compare

0.1.0 (2020-07-15)

Features

  • client: modify Request to accept Query (ce26e57), closes #2
  • client: modify Txn to accept Query (767c013), closes #2

@dgraphium/[email protected]

12 Jul 07:43
Compare
Choose a tag to compare

0.1.1 (2020-07-12)

Note: Version bump only for package @dgraphium/core

@dgraphium/[email protected]

10 Jul 12:34
Compare
Choose a tag to compare

0.1.0 (2020-07-10)

Bug Fixes

  • core: Args.params() crash if func is null (ea0ef43)
  • core: EdgeBuilder.build() crash (c551809), closes #1
  • core: Param value type not being inferred (1a25a80)
  • core: ParamBuilder accepts any value (f02f9f1)
  • core: params.uidincorrect argument type (0c0529d)
  • core: QueryBuilder.project not chainable (31b953c)
  • core: add missing date param function (749a8b1)
  • core: Dgraph doesn't support array value param (64e9cb9)
  • core: hide param define line if no params (9c76251)
  • core: make Operator.subject optional (89b46c9)
  • core: multiple string params not working (40fbff7)
  • core: no paramBuilders if opvalue is array (9f13c06)
  • core: param values can only be string in Dgraph (98251ca)
  • core: query should display parens even if no args (f3ae838)
  • core: queryStr always should be surrounded with curly brackets (9602eb0)
  • core: remove brackets from uid operator (21c8c82)
  • core: remove name parameter from param types (69f1e6b)
  • core: typo (d19e66d)
  • core: uid param gets wrapped twice (8f2be04)
  • make transform required for OpBuilders (5f6e048)
  • missing import (68ab44e)

Features

  • core: Operator can have Uid value (0027e2c)
  • core: add Args, contains: pagination, sorting, func (e60bc63)
  • core: add Edge logic (e6caa13)
  • core: add match operator (d9f3cd1)
  • core: add predUid operator (uid_in) (4e9e1a8)
  • core: add regexp operator (8c04a0e)
  • core: add type operator (e857608)
  • core: add Uid primitive and its tests (6865a0a)
  • core: add uids Param type (3605478)
  • core: add shorter way to create edge (287d506)
  • core: add term operators (0bd0b97)
  • core: add text operators [any,all]OfText (3c4684b)
  • core: add ways to extract params from built objects (e49bd13)
  • core: combine queries (d34a1c6)
  • core: convert nested edge object to Edge (8fa3562)
  • core: escape operator value (4a6e52e)
  • core: export operators (e820e99)
  • core: handle Date type operator value (65ba3f3)
  • core: handle Date type param value (eb7d1ee)
  • core: implement eq operator (4f6cfef)
  • core: implement has operator (7fc2a0b)
  • core: implement uid operator (6262e53)
  • core: implement comparison operators (f99c045)
  • core: implement filtering for edge (37101cd)
  • core: implement graphql parameters (e494e2f)
  • core: implement operator and its builder (83c7195)
  • core: implement queries (df101a2)
  • core: implement way to extract paramBuilders (018e976)
  • core: include arg param in operator.params (bc00801)
  • core: make edge type prefixing optional (baa8b93)
  • core: operator predUid add support for Param uid (bb7b029)
  • core: reuse same param name if same parameter (e63c29b)
  • core: separate uid param type (0400f83)
  • core: shorter way to construct QueryBuilder (e4cc7e5)
  • core: support regex param value operator (a9564a6)
  • create ArgsBuilder (edfbef8)