All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 13
Changelog History
Page 13
-
v1.2.5 Changes
🛠 Bugfixes:
- 🛠 Fixes case when
Rails
exists but doesn't declare a.cache
method
- 🛠 Fixes case when
-
v1.2.4 Changes
🛠 Bugfixes:
- Allows setting of
base_url
,username
,password
andrequest_body_type
in a project-specific base class, then using that default in subclasses. - Strings of four digits in the response are no longer treated as (invalid) dates (thanks Tom Hoen)
- 🏗 1.2.3 was pushed without a successful Travis build
- Allows setting of
-
v1.2.2 Changes
🔋 Features:
- ➕ Adds
existence
,numericality
,presence
andinclusion
validations (thanks Tom Hoen) - Adds
full_error_messages
method (thanks Tom Hoen) - ➕ Adds
requires
options to the method mapping
- ➕ Adds
-
v1.2.1 Changes
Forked Which's ActiveRestClient to be Flexirest
-
v1.2.0 Changes
🔋 Features:
- 👍 Allows for beta-support for XML APIs as well as JSON ones.
🛠 Bugfixes:
- 🚚 In order to allow JRuby to work with Flexirest, the hard-coded dependency on Patron has been removed.
-
v1.1.10 Changes
🔋 Features:
- Parallel requests can now be made
🛠 Bugfixes
- ↪ Some work around Faraday's weird method naming
- 👍 Start of XML support
- URL encoding username and password
-
v1.0.9 Changes
🛠 Bugfixes
- Correctly handling invalid cache expiry times
-
v1.0.8 Changes
🔋 Features:
- ➕ Added Api-Auth for authentication against APIs that use it
- 👌 Supporting array parameter types
- Relationships for 'has_one' can now be used