Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 3.34 KB

File metadata and controls

35 lines (25 loc) · 3.34 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Features

Bug Fixes

  • return default empty filter if convertedFilter is null (464505b)

Features

  • included/excluded key functionality (5933440)
  • handle multiple category definitions (ac7adf3)
  • add simplifyCategory function to return an easier to consume array (edb3ef1)
  • handle OR conditions and SIVs (a897893)
  • merge keys which are the same even if they are multiple levels deep (c6d4925)
  • response is always an array (bb13c74)
  • add ability to merge arrays even with recursion (697557b)
  • enable setFilter for category (30a9cbd)
  • handle ANDs correctly (7efbc54)
  • set filter correctly extracts out SIV excluded and adds the rest of the filter conditions in an OR (dbaf5f3)
  • setting SIV excluded working properly (8bc9dd9)
  • SIV included works correctly (f733ea5)
  • supplier added to filter parser. They can be included correctly if not already present (650cc01)
  • features working correctly with the AND condition (c58db8a)
  • cleaning function also removes empty arrays (0e96169)
  • if definition has both ID included and excluded, the excluded are removed (2b78346)