- Added CurrentHour udf
- Added MatchAnyRow udf
- Added BinaryAssetsToMap, AssetsToMap udfs
- Added LoadBinary udf
- Moved standard udf to toolbox/data/udf project
- Introduced pathMatch variable
- Added Values, Key and IndexOf udfs
- patched nil pointer in $Cat udf
- AsCollection - convert source into a slice
- AsData - convert source into a map or slice
- Refactored escape sequence, integrated with new data parser
- Decoupled UDF from dao
- Added $Len udf
- Update FormatDate to take advantage of semantic date (toolbox/time_helper.go@DateAt)
- Initial Release.