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

Changelog History
Page 12

  • v1.2.16 Changes

    ๐Ÿ”‹ Feature:

    • Replaces URL :keyed parameters for direct requests.
  • v1.2.15 Changes

    ๐Ÿ”‹ Feature:

    • ๐Ÿ›  Fixing issue when moving from ActiveRestClient to Flexirest - cached responses have the old class in them, so come through as a String
  • v1.2.14 Changes

    ๐Ÿ›  Bugfixes:

    • Patch was partially implemented in 2014, but never completed. It should be working now (thanks to Joel Low)
  • v1.2.13 Changes

    ๐Ÿ›  Bugfixes:

    • Putting README.md back the way it was regarding ApiAuth (thanks to Kevin Glowacz)
  • v1.2.12 Changes

    ๐Ÿ›  Bugfixes:

    • Correcting README.md to make ApiAuth usage clearer (thanks to Jeffrey Gu)
  • v1.2.11 Changes

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixes the usage of :timeout on a per-request basis
  • v1.2.10 Changes

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ”„ Changes the date regexes to not misinterpret strings of 8 digits to be dates (thanks Tom Hoen)
  • v1.2.9 Changes

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixing messages used during validation of maximum numericality (thanks Tom Hoen)
  • v1.2.8 Changes

    ๐Ÿ›  Bugfixes:

    • There was a strange problem with Flexirest defining methods on Class rather than on the specific class (which only presents itself when another class in the application is making use of method_missing).
  • v1.2.7 Changes

    ๐Ÿ”‹ Features:

    • โž• Adds a per request timeout option, for individually slow calls