Skip to content

Commit

Permalink
[roadmap] .nilable_cast
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp authored Dec 11, 2024
1 parent 6099f14 commit 2cfe082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cfe082

Please sign in to comment.