Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 761 Bytes

js-craftcms-api

0.1.4

Patch Changes

  • d6620b3: Add support for level, sectionId and type for entry queries. Make types of builder methods more dry. Update Readme.

0.1.3

Patch Changes

  • 883cbba: Add support for arrays in id and section methods. Remove status method from common builder and add custom status method to entry and user query. Add Prettify typescript helper. Fix some quirks in type definitions for the querybuilders.

0.1.2

Patch Changes

  • 53fe569: Change api endpoint url from /v1/api/customQuery to /v1/api/queryApi/customQuery.

0.1.1

Patch Changes

  • 8378e3d: Change naming of the useCraftUrlBuilder to buildCraftQueryUrl

0.1.0

Minor Changes

  • be880b3: Add the querybuilder logic.