From 2cfe0821980fb780d44838bea9741dd467175e79 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov <33183529+0exp@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:48:31 +0300 Subject: [PATCH] [roadmap] .nilable_cast --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 687022a..442218b 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,8 @@ SmartCore::Types::Value::CryptoString = SmartCore::Types::Value::NumberdString & - migrate to `Github Actions`; +- an ability to cast `nil` to `nil` if `nil` is passed (example: `String.nilable_cast(nil) # => nil` and `String.cast(nil) # => ""`); + - support for `block`-attribute in runtime attributes; - type configuration: