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