Releases: NeilMacMullen/kusto-loco
Releases · NeilMacMullen/kusto-loco
v1.0.9
v1.0.8
Updates dependencies
Adds new string functions (substring overload and padleft/padright)
What's Changed
- Strcat by @NeilMacMullen in #58
-
- Update nuget dependencies by @NeilMacMullen in #59
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Allow specification of separator when loading csv files
- Prevent type inferrer treating long strings of digits as numbers and turning them into floating point
- Allow CSV serializer to load csvs without header-row
- Better support for hex numbers - implement parsehex and tohex
- More consistent use of UTC in dateTime functions
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Serialization improvements by @NeilMacMullen in #47
- upgrade nuget packages by @NeilMacMullen in #48
- Allow summarize by to list up to 10 properties by @NeilMacMullen in #49
- Improve edit-kql by supporting more property types by @NeilMacMullen in #50
Full Changelog: v1.0.5...v1.0.6
V1.0.5
What's Changed
- Lokqldx - Improve datagrid behaviour by @NeilMacMullen in #37
- Support skipheaderonsave by @NeilMacMullen in #38
- Improve interpolation by @NeilMacMullen in #39
- Update to latest Kusto Language version by @NeilMacMullen in #40
- Implement datetime_diff by @NeilMacMullen in #41
- Misc built-in function fixes by @NeilMacMullen in #42
- Provide experimental copilot support by @NeilMacMullen in #43
- Editkql by @NeilMacMullen in #45
Full Changelog: v1.0.4...v1.0.5
V1.0.4
Improvements to lokqldx
- Add icon and jumplist
- Add ability to fetch ApplicationInsights logs
- Add macro capability
- Fix a few minor presentation issues
v1.0.3
What's Changed
- Add application icon for lokqldx by @NeilMacMullen in #22
- Add capability to serialize KustoQueryResults by @NeilMacMullen in #23
- Add additional samples
- Create linux builds for pskql and lokql
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- LokqlDX busy indicator by @NeilMacMullen in #13
- Add a minimal WPF sample by @NeilMacMullen in #14
- Update README.md by @NeilMacMullen in #15
- Improve application settings management and display by @NeilMacMullen in #16
- Support dynamic enable of core debug by @NeilMacMullen in #17
- Reinstate the script/query commands by @NeilMacMullen in #18
- Improve help command by generating all output before rendering by @NeilMacMullen in #19
- Update dependencies by @NeilMacMullen in #20
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Initial experimental release