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
The library has been drastically simplified to focus on its core use; validating and extracting data from foreign values. This involves changes such as:
Removal of IsForeign / AsForeign classes
Removal of parseJSON as this library is not intended for general JSON parsing
New functions were added for readNull, readUndefined, readNullOrUndefined rather than using the newtypes to direct IsForeign choice as it was before
The (!) index/property reading operator has been enhanced to work with Foreign or F Foreign on the left hand side, allowing for chained property reads