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
internalconstvalITERABLE_COLUMNS_DEPRECATION_MESSAGE="Replaced with `toColumnSet()` operation. Removed in 0.11.0."
17
+
internalconstvalITERABLE_COLUMNS_DEPRECATION_MESSAGE="Replaced with `toColumnSet()` operation. $message_0_11_0"
16
18
17
19
// endregion
18
20
19
21
// region WARNING in 0.11.0, ERROR in 0.12.0
20
22
21
-
internalconstvalDIFF_DEPRECATION_MESSAGE="Replaced to explicitly indicate nullable return value; added a new non-null overload. Will be removed in 0.12.0."
23
+
privateconstval message_0_12_0 ="Will be removed in 0.12.0."
24
+
25
+
internalconstvalDIFF_DEPRECATION_MESSAGE="Replaced to explicitly indicate nullable return value; added a new non-null overload. $message_0_12_0"
internalconstvalUPDATE_AS_NULLABLE_MESSAGE="This function is useless unless in combination with `withValue(null)`, but then you can just use `with { null }`. Will be removed in 0.12.0."
29
+
internalconstvalUPDATE_AS_NULLABLE_MESSAGE="This function is useless unless in combination with `withValue(null)`, but then you can just use `with { null }`. $message_0_12_0"
26
30
internalconstvalUPDATE_AS_NULLABLE_REPLACE="this as Update<T, C?>"
27
31
28
-
internalconstvalUPDATE_WITH_VALUE="Replaced in favor of `with { value }`. Will be removed in 0.12.0."
32
+
internalconstvalUPDATE_WITH_VALUE="Replaced in favor of `with { value }`. $message_0_12_0"
29
33
internalconstvalUPDATE_WITH_VALUE_REPLACE="this.with { value }"
30
34
31
35
// endregion
32
36
33
37
// region WARNING in 0.12.0, ERROR in 0.13.0
34
38
39
+
privateconstval message_0_13_0 ="Will be removed in 0.13.0."
internalconstvalITERABLE_COLUMNS_DEPRECATION_MESSAGE="Replaced with `toColumnSet()` operation. Removed in 0.11.0."
17
+
internalconstvalITERABLE_COLUMNS_DEPRECATION_MESSAGE="Replaced with `toColumnSet()` operation. $message_0_11_0"
16
18
17
19
// endregion
18
20
19
21
// region WARNING in 0.11.0, ERROR in 0.12.0
20
22
21
-
internalconstvalDIFF_DEPRECATION_MESSAGE="Replaced to explicitly indicate nullable return value; added a new non-null overload. Will be removed in 0.12.0."
23
+
privateconstval message_0_12_0 ="Will be removed in 0.12.0."
24
+
25
+
internalconstvalDIFF_DEPRECATION_MESSAGE="Replaced to explicitly indicate nullable return value; added a new non-null overload. $message_0_12_0"
internalconstvalUPDATE_AS_NULLABLE_MESSAGE="This function is useless unless in combination with `withValue(null)`, but then you can just use `with { null }`. Will be removed in 0.12.0."
29
+
internalconstvalUPDATE_AS_NULLABLE_MESSAGE="This function is useless unless in combination with `withValue(null)`, but then you can just use `with { null }`. $message_0_12_0"
26
30
internalconstvalUPDATE_AS_NULLABLE_REPLACE="this as Update<T, C?>"
27
31
28
-
internalconstvalUPDATE_WITH_VALUE="Replaced in favor of `with { value }`. Will be removed in 0.12.0."
32
+
internalconstvalUPDATE_WITH_VALUE="Replaced in favor of `with { value }`. $message_0_12_0"
29
33
internalconstvalUPDATE_WITH_VALUE_REPLACE="this.with { value }"
30
34
31
35
// endregion
32
36
33
37
// region WARNING in 0.12.0, ERROR in 0.13.0
34
38
39
+
privateconstval message_0_13_0 ="Will be removed in 0.13.0."
0 commit comments