Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 2.81 KB

1.3.1 (2021-02-25)

Bug Fixes

1.3.0 (2021-02-05)

Features

  • add ability to pass in objectTypeId via options (7c27c20)
  • add ability to pass in objectTypeId via options (0655214)

1.2.0 (2020-12-08)

Features

  • add default page size when fetching all objects (6b3071f)

1.1.0 (2020-12-02)

Features

  • add method to filter out palantir properties with ignore flag (a01eab6)

1.0.1 (2020-11-25)

Bug Fixes

  • fix lint issue (b107e87)
  • use defualt matchAll for empty where filter (410fee6)

1.0.0 (2020-08-12)

Features

  • added count() method implementation (33cce19)
  • added multiple and/or conditions (e43aa48)
  • added nested and/or criteria, inq, neq, like operators (97aa5d7)
  • added simple where condition (b5434b4)
  • create(), all(), destroyAll() methods (56f7181)
  • implemented deleting based on criteria (9b4d5c2)
  • implemented replaceById() and update() functions (5fa9ec8)