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
(breaking change) When used with a type declaration, the macros property, getter, setter, etc., declare instance variables with those types.
(breaking change)JSON.mapping and YAML.mapping declare instance variables with the given types.
(breaking change)YAML.load was renamed to YAML.parse, and it now returns a YAML::Any.
(breaking change)embed_ecr and ecr_file were renamed to ECR.embed and ECR.def_to_s (the old methods now produce a warning and will be removed in the next release).
Added encoding support: IO#set_encoding, String#encode, and HTTP::Client charset check.
Segmentation faults are now trapped and shown in a more friendlier way.
The record macro can now accept type declarations (for example record Point, x : Int32, y : Int32)