Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, or any non-success response returned from the Builder API.Previously, both functions would swallow all errors and return
null
.