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
Fix .clear() behavior (#136) 259ba9b
Previously, it would not reset the values back to the default ones specified in the defaults or schema option. It correctly does this now.
Update ajv to version 7. This might affect user using the schema option.