All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 2

  • v1.10.1 Changes

    ✨ Enhancement:

    • Nested objects now report their dirty/changed status up to the parent (thanks to Matthias Hähnel for the bug report)
  • v1.10.0 Changes

    ✨ Enhancement:

    • ➕ Add specific exceptions for the most common 5xx server-side errors
  • v1.9.18 Changes

    🔒 Security:

    • ⬆️ Upgrade rest-client development dependency to a CVE-fixed version.
  • v1.9.17 Changes

    🔋 Feature:

    • Methods can be specified as a symbol for generating fake data (thanks to Niall Duggan for the feature request).
  • v1.9.16 Changes

    🛠 Bugfix:

    • Cached responses were always returning as dirty?/changed? (thanks to AKRathore for the bug report).
  • v1.9.15 Changes

    🛠 Bugfix:

    • 🛠 Fix not marking unchanged attributes as dirty (thanks to Khairi Adnan for the bug report).
  • v1.9.14 Changes

    🛠 Bugfix:

    • ✂ Remove deprecation warning for URI.escape on Ruby 2.7.x.
  • v1.9.13 Changes

    🔄 Change:

    • Unified the response body to be body for all exceptions instead of sometimes being body and sometimes being raw_response, although both are available as aliases where they were defined before (thanks to Romain Gisiger for the PR).
    • 📜 Adjust parsing of attributes to be done in a more unified way and lighten the CPU load (thanks to Romain Gisiger for the PR)
  • v1.9.12 Changes

    February 14, 2020

    🛠 Bugfix:

    • Prevent crash on JSONAPI invalid error response (thanks to François Ferrandis for the PR).
  • v1.9.11 Changes

    February 13, 2020

    🛠 Bugfix:

    • Prevent crash when JSONAPI response["data"] is an empty array (thanks to François Ferrandis for the PR).