# @authentified/retool-scripts

## 1.8.0

### Minor changes

- 56e0a5e02: Fix bug translating some filter into some() Gelly function

## 1.6.0

### Minor changes

- 0dd2ba410: Fix startsWith not being used for strings

## 1.5.0

### Minor Changes

- e3d56e92e: Add NOT operator support to transformFilterStackToGelly 

## 1.3.0

### Minor Changes

- 9d878c2: Fix matches bug, add support for every/some

## 1.2.0

### Minor Changes

- bfe35f4: \* Add support for matches operator
  - Fix bug with duplicate `&&` and `||` operators

## 1.1.0

### Minor Changes

- e3bb7ba: Add support for before/after operators

## 1.0.0

### Major Changes

- fd5a9ed: BREAKING CHANGES:
  - Renamed transformFilterStackToGellyWhereCommand to transformFilterStackToGelly
  - Re-wrote implementation of transformFilterStackToGelly
  - Added transformGraphQLToGelly function

## 0.20.0

### Minor Changes

- 0c0427a: Fix issue with transformFilterStackToGellyWhereCommand, deeply nested filters not converting

## 0.19.0

### Minor Changes

- 000ee23: Update barrel file

## 0.18.0

### Minor Changes

- bd57eb6: Add transformFilterStackToGellyWhereCommand function

## 0.17.0

### Minor Changes

- a9cf2ea: Change default sort behaviour

## 0.16.0

### Minor Changes

- 558f658: Fix issue with undefined value

## 0.15.0

### Minor Changes

- 92ac5d6: Add support for boolean filters

## 0.14.0

### Minor Changes

- fb7787d: Add support for `startsWith` and `in`

## 0.13.0

### Minor Changes

- ff6a772: Added related model filtering support — simply add a "." to your column IDs in Retool! e.g. "product.name" will be converted to { product: { name: { equals: "Your filtered string" } } }

## 0.12.0

### Minor Changes

- 8a00fe4: Fix isEmpty/isNotEmpty

## 0.11.0

### Minor Changes

- 268655f: Add isSet

## 0.10.0

### Minor Changes

- c56f195: Update README

## 0.9.0

### Minor Changes

- b0b890e: Update README

## 0.8.0

### Minor Changes

- 508cf6b: Add console.debugs

## 0.7.0

### Minor Changes

- 346efbb: Fix issue with empty stack and extra parameter

## 0.6.0

### Minor Changes

- 0e888a7: Add extra parameter
- 239baf4: Add transformSortArrayToGraphQLSortOrder function

## 0.5.0

### Minor Changes

- 81db615: Fix includes transformation

## 0.4.0

### Minor Changes

- d4c30fc: Add second argument

## 0.3.0

### Minor Changes

- a86ebf1: Add files

## 0.2.0

### Minor Changes

- 5485c2d: Add files

## 0.1.0

### Minor Changes

- 16185f4: Initial release
