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
According to the RFC, the "id" property of a Feature is expected to be a JSON string or a number (https://www.rfc-editor.org/rfc/rfc7946#section-3.2), so I added a check for this. This would be a breaking change, so if you're targeting a 1.1 release instead of a 2.0 release, I can remove the check again.
That change was ultimately not included in #33 since it would be a BC break, but this can be considered for 2.0.
The text was updated successfully, but these errors were encountered:
As discussed in #33:
That change was ultimately not included in #33 since it would be a BC break, but this can be considered for 2.0.
The text was updated successfully, but these errors were encountered: