Update release notes
This commit is contained in:
Родитель
c6421f0739
Коммит
6298230f25
|
@ -0,0 +1,13 @@
|
|||
# Release Notes for PROSE SDK versions 10.x
|
||||
|
||||
- **We no longer support .NET 4.5 and .NET 4.6.**
|
||||
|
||||
## [Release 10.0.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/10.0.0) - 2024-07-23
|
||||
- ConditionalFormatting
|
||||
- Added new templates for data divided by month names for better localization for nominative and locative case.
|
||||
- Made target column index nullable. When not specified, it will infer the target column on its own.
|
||||
- (Suggestions) Changed date descriptions to `GenetiveMonthNames` instead of `MonthNames`.
|
||||
|
||||
- Matching.Text
|
||||
- Add `MergeSimilarClusters` constraint that attempts to make output less noisy by combining similar looking patterns.
|
||||
- Added `UnicodeTokens` parallel to `DefaultTokens` with variants of some of the default tokens using Unicode character classes instead of covering just ASCII.
|
|
@ -0,0 +1,9 @@
|
|||
# Release Notes for PROSE SDK versions 9.x
|
||||
## [Release 9.0.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/9.0.0) - 2024-06-25
|
||||
- Conditional.Formatting
|
||||
- Changes to localized strings for UI.
|
||||
- Supports multiple column suggestions and row level suggestions
|
||||
- Configuration flag for setting other column suggestion count
|
||||
|
||||
- Common
|
||||
- dslc now requires Net 8.0 in order to build DSLs targeting CoreClr (previously it required netcoreapp2.1). Also, it is now a DotnetTool rather than a dotnetclitool which means it needs to be explicitly installed before use.
|
|
@ -6,7 +6,9 @@ have samples showing how to use the SDK as well as release notes for the SDK (wh
|
|||
|
||||
| | |
|
||||
|--------------------------------|--------------------------|
|
||||
| [Versions 8.x](8-x.md) | 2021/07/26 and newer |
|
||||
| [Versions 10.x](10-x.md) | 2024/06/23 and newer |
|
||||
| [Versions 9.x](9-x.md) | 2024/06/25 - 2024/07/2 |
|
||||
| [Versions 8.x](8-x.md) | 2021/07/26 - 2024/06/21 |
|
||||
| [Versions 7.x](7-x.md) | 2019/07/30 - 2021/07/19 |
|
||||
| [Versions 6.x](6-x.md) | 2018/03/19 - 2019/06/24 |
|
||||
| [Versions 5.x](5-x.md) | 2018/02/07 |
|
||||
|
|
Загрузка…
Ссылка в новой задаче