Added flatten operator

This commit is contained in:
Mike Farah
2021-10-26 15:42:25 +11:00
parent 2491051fd9
commit 80084e89cc
7 changed files with 210 additions and 8 deletions
+5
View File
@@ -1,3 +1,8 @@
4.14.1:
- Added group_by operator
- Added encode/decode operators (toyaml, fromjson etc)
- Added flatten operator
4.13.5:
- Performance improvement for deepMatch (thanks @pmatseykanets)
- Added manpage, included in tar.gz downloads as well as a separate tar.gz (#961)