You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes-1-9.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Excel-DNA Release Notes - v1.9.0
2
2
3
-
**Released:**_Soon..._[v1.9.0-rc2 is now available on NuGet](https://www.nuget.org/packages/ExcelDna.AddIn).
3
+
**Released:**_Soon..._[v1.9.0-rc3 is now available on NuGet](https://www.nuget.org/packages/ExcelDna.AddIn).
4
4
5
5
This document provides an overview of the new features and enhancements in Excel-DNA version 1.9.0. This release significantly refactors and extends function registration, including simplified support for optional / default parameters and asynchronous functions, and introduces built-in support for object handles.
6
6
@@ -44,7 +44,7 @@ In v1.9, the functionality previously exposed in the separate `ExcelDna.Registra
44
44
Key changes include:
45
45
***Expanded Default Support:** A significantly broader range of parameter and return types are now supported directly for methods marked with `[ExcelFunction]`.
46
46
***Integrated Async & Object Handles:** Support for asynchronous (`Task<T>`) and streaming (`IObservable<T>`) functions, along with object handles (`[ExcelHandle]`, `[return: ExcelHandle]`), is now built-in.
47
-
***Migrated Extension Points:** Customization hooks like `P``FunctionExecutionHandler` are now part of the main library, generally found within the `ExcelDna.Registration` namespace.
47
+
***Migrated Extension Points:** Customization hooks like `FunctionExecutionHandler` are now part of the main library, generally found within the `ExcelDna.Registration` namespace.
48
48
***Deprecation of `Excel.Registration` Package:** The `ExcelDna.Registration.*` packages are no longer required, and have been marked as deprecated.
49
49
50
50
### Function Registration in v1.9
@@ -120,11 +120,11 @@ In order to customize the async or streaming functions beyond the default wrappe
0 commit comments