Skip to content

Commit e8ded23

Browse files
committed
typo
1 parent 7fa927c commit e8ded23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v2.2
2-
- Add advanced filtering and sorting. Initially implemented with `New-ServiceNowQuery` and `Get-ServiceNowRecord`. Filter with many different comparison operators as well as 'and', 'or', and 'group'ing. Sort ascending or desending against multiple fields. Comparison operators are the same as PowerShell for ease of use.
2+
- Add advanced filtering and sorting. Initially implemented with `New-ServiceNowQuery` and `Get-ServiceNowRecord`. Filter with many different comparison operators as well as 'and', 'or', and 'group'ing. Sort ascending or descending against multiple fields. Comparison operators are the same as PowerShell for ease of use.
33
- Add `Get-ServiceNowRecord`. This function implements the new advanced filtering and sorting. As long as you know your table name, this can replace all other Get functions.
44
- Enumerate implemented tables and advanced filtering operators in a json config to easily manage going forward; make available via script session variables.
55
Be able to reference type names from this config per table, removing the need to have separate Get functions for every table.

0 commit comments

Comments
 (0)