Skip to content

Commit 6346f1a

Browse files
authored
Fix nested shadow updates (#29)
* Fix nested shadow updates * add export * fix typecheck * fix types * disable unsupported test for now * pre-update functions should also run for the parents of nested updates * fix type * fixup! pre-update functions should also run for the parents of nested updates * fixup! pre-update functions should also run for the parents of nested updates
1 parent fa23db7 commit 6346f1a

5 files changed

+441
-174
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AWSCRT"
22
uuid = "df31ea59-17a4-4ebd-9d69-4f45266dc2c7"
3-
version = "0.4.2"
3+
version = "0.5.0"
44

55
[deps]
66
CountDownLatches = "621fb831-fdad-4fff-93ac-1af7b7ed19e3"

src/AWSCRT.jl

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export OnShadowMessage
9696

9797
include("ShadowFramework.jl")
9898
export ShadowFramework
99+
export ShadowDocumentPropertyPreUpdateFunction
99100
export ShadowDocumentPropertyUpdateCallback
100101
export ShadowDocumentPreUpdateCallback
101102
export ShadowDocumentPostUpdateCallback

0 commit comments

Comments
 (0)