Sha256: e868790632a1308128795fe8d0ca83aa28b7460c9ca0b8829d7e2448a80dcab7
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
## Changelog ### 0.5.0 * Much improved script execution support ([#20](https://github.com/beezwax/fmrest-ruby/issues/20)) * Fixed bug when setting `default_limi` and trying to find a record ([35](https://github.com/beezwax/fmrest-ruby/issues/35)) ### 0.4.1 * Prevent raising an exception when a /\_find request yields no results ([#33](https://github.com/beezwax/fmrest-ruby/issues/33) and [#34](https://github.com/beezwax/fmrest-ruby/issues/34)) ### 0.4.0 * Implement ability to set limit and offset for portals * Implement disabling and requesting all portals ### 0.3.3 * Fix encoding of paths for layouts with brackets in them (e.g. `"\[Very Ugly\] Layout"`) * Raise an error if `"id"` is assigned as an attribute on a model, as it's currently a reserved method name by Spyke ### 0.3.2 * Fix support for ActiveSupport < 5.2 ([#27](https://github.com/beezwax/fmrest-ruby/issues/27)) ### 0.3.0 * Add Moneta token store ### 0.2.5 * Fix crash in `fetch_container_data` when no proxy options were set ### 0.2.4 * Use `String#=~` instead of `String#match?` for Ruby <2.4 compatibility (Fixes [#26](https://github.com/beezwax/fmrest-ruby/issues/26)) * Deprecate `FmRest.config` in favor of `FmRest.default_connection_settings` * Honor Faraday SSL and proxy settings when fetching container files
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fmrest-0.5.0 | CHANGELOG.md |