Superstruct v0.14.0 Release Notes
Release Date: 2021-01-26 // over 2 years ago-
BREAKING
The
mask
helper now works for nested objects. Previously it would only mask the properties at the top-level of a struct, however now it acts deeply. You can use it to define object structs once, but use them either strictly or loosely.🚚 The
masked
coercion has been removed. This previously allowed you to mix in masking to a specific struct, but themask
helper is a more robust way to do this, and it doesn't force you to maintain two separate structs.