SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.1-rubygem-grape-0_18-0.18.0-1.3.x86_64.rpm :
Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.18.0
see installed CHANGELOG.md
0.18.0 (10/7/2016)
==================
[#]### Features

* [#1480](https://github.com/ruby-grape/grape/pull/1480): Use the ruby-grape-danger gem for PR linting - [AATTdblock](https://github.com/dblock).

* [#1486](https://github.com/ruby-grape/grape/pull/1486): Implemented except in values validator - [AATTjonmchan](https://github.com/jonmchan).

* [#1470](https://github.com/ruby-grape/grape/pull/1470): Drop support for ruby-2.0 - [AATTnamusyaka](https://github.com/namusyaka).

* [#1490](https://github.com/ruby-grape/grape/pull/1490): Switch to Ruby-2.x+ syntax - [AATTnamusyaka](https://github.com/namusyaka).

* [#1499](https://github.com/ruby-grape/grape/pull/1499): Support fail_fast param validation option - [AATTdgasper](https://github.com/dgasper).
[#]### Fixes

* [#1498](https://github.com/ruby-grape/grape/pull/1498): Skip validations in inactive given blocks - [AATTjlfaber](https://github.com/jlfaber).

* [#1479](https://github.com/ruby-grape/grape/pull/1479): Support inserting middleware before/after anonymous classes in the middleware stack - [AATTrosa](https://github.com/rosa).

* [#1488](https://github.com/ruby-grape/grape/pull/1488): Ensure calling before filters when receiving OPTIONS request - [AATTnamusyaka](https://github.com/namusyaka), [AATTjlfaber](https://github.com/jlfaber).

* [#1493](https://github.com/ruby-grape/grape/pull/1493): Coercion and lambda fails params validation - [AATTjonmchan](https://github.com/jonmchan).
0.17.0 (7/29/2016)
==================
[#]### Features

* [#1393](https://github.com/ruby-grape/grape/pull/1393): Middleware can be inserted before or after default Grape middleware - [AATTridiculous](https://github.com/ridiculous).

* [#1390](https://github.com/ruby-grape/grape/pull/1390): Allow inserting middleware at arbitrary points in the middleware stack - [AATTrosa](https://github.com/rosa).

* [#1366](https://github.com/ruby-grape/grape/pull/1366): Store `message_key` on `Grape::Exceptions::Validation` - [AATTmkou](https://github.com/mkou).

* [#1398](https://github.com/ruby-grape/grape/pull/1398): Add `rescue_from :grape_exceptions` - allow Grape to use the built-in `Grape::Exception` handing and use `rescue :all` behavior for everything else - [AATTmmclead](https://github.com/mmclead).

* [#1443](https://github.com/ruby-grape/grape/pull/1443): Extend `given` to receive a `Proc` - [AATTglaucocustodio](https://github.com/glaucocustodio).

* [#1455](https://github.com/ruby-grape/grape/pull/1455): Add an automated PR linter - [AATTorta](https://github.com/orta).

* Your contribution here.
[#]### Fixes

* [#1463](https://github.com/ruby-grape/grape/pull/1463): Fix array indicies in error messages - [AATTffloyd](https://github.com/ffloyd).

* [#1465](https://github.com/ruby-grape/grape/pull/1465): Fix \'before\' being called twice when using not allowed method - [AATTjsteinberg](https://github.com/jsteinberg).

* [#1446](https://github.com/ruby-grape/grape/pull/1446): Fix for `env` inside `before` when using not allowed method - [AATTleifg](https://github.com/leifg).

* [#1438](https://github.com/ruby-grape/grape/pull/1439): Try to dup non-frozen default params with each use - [AATTjlfaber](https://github.com/jlfaber).

* [#1430](https://github.com/ruby-grape/grape/pull/1430): Fix for `declared(params)` inside `route_param` - [AATTArkanain](https://github.com/Arkanain).

* [#1405](https://github.com/ruby-grape/grape/pull/1405): Fix priority of `rescue_from` clauses applying - [AATThedgesky](https://github.com/hedgesky).

* [#1365](https://github.com/ruby-grape/grape/pull/1365): Fix finding exception handler in error middleware - [AATTktimothy](https://github.com/ktimothy).

* [#1380](https://github.com/ruby-grape/grape/pull/1380): Fix `allow_blank: false` for `Time` attributes with valid values causes `NoMethodError` - [AATTipkes](https://github.com/ipkes).

* [#1384](https://github.com/ruby-grape/grape/pull/1384): Fix parameter validation with an empty optional nested `Array` - [AATTipkes](https://github.com/ipkes).

* [#1414](https://github.com/ruby-grape/grape/pull/1414): Fix multiple version definitions for path versioning - [AATT304](https://github.com/304).

* [#1415](https://github.com/ruby-grape/grape/pull/1415): Fix `declared(params, include_parent_namespaces: false)` - [AATT304](https://github.com/304).

* [#1421](https://github.com/ruby-grape/grape/pull/1421): Avoid polluting `Grape::Middleware::Error` - [AATTnamusyaka](https://github.com/namusyaka).

* [#1422](https://github.com/ruby-grape/grape/pull/1422): Concat parent declared params with current one - [AATTplukevdh](https://github.com/plukevdh), [AATTrnubel](https://github.com/rnubel), [AATTnamusyaka](https://github.com/namusyaka).
0.16.2 (4/12/2016)
==================
[#]### Features

* [#1348](https://github.com/ruby-grape/grape/pull/1348): Fix global functions polluting Grape::API scope - [AATTdblock](https://github.com/dblock).

* [#1357](https://github.com/ruby-grape/grape/pull/1357): Expose Route#options - [AATTnamusyaka](https://github.com/namusyaka).
[#]### Fixes

* [#1357](https://github.com/ruby-grape/grape/pull/1357): Don\'t include fixed named captures as route params - [AATTnamusyaka](https://github.com/namusyaka).

* [#1359](https://github.com/ruby-grape/grape/pull/1359): Avoid evaluating the same route twice - [AATTnamusyaka](https://github.com/namusyaka), [AATTdblock](https://github.com/dblock).

* [#1361](https://github.com/ruby-grape/grape/pull/1361): Return 405 correctly even if version is using as header and wrong request method - [AATTnamusyaka](https://github.com/namusyaka), [AATTdblock](https://github.com/dblock).
0.16.1 (4/3/2016)
=================
[#]### Features

* [#1276](https://github.com/ruby-grape/grape/pull/1276): Replace rack-mount with new router - [AATTnamusyaka](https://github.com/namusyaka).

* [#1321](https://github.com/ruby-grape/grape/pull/1321): Serve files without using FileStreamer-like object - [AATTlfidnl](https://github.com/lfidnl).

* [#1339](https://github.com/ruby-grape/grape/pull/1339): Implement Grape::API.recognize_path - [AATTnamusyaka](https://github.com/namusyaka).
[#]### Fixes

* [#1325](https://github.com/ruby-grape/grape/pull/1325): Params: Fix coerce_with helper with Array types - [AATTngonzalez](https://github.com/ngonzalez).

* [#1326](https://github.com/ruby-grape/grape/pull/1326): Fix wrong behavior for OPTIONS and HEAD requests with catch-all - [AATTekampp](https://github.com/ekampp), [AATTnamusyaka](https://github.com/namusyaka).

* [#1330](https://github.com/ruby-grape/grape/pull/1330): Add `register` keyword for adding customized parsers and formatters - [AATTnamusyaka](https://github.com/namusyaka).

* [#1336](https://github.com/ruby-grape/grape/pull/1336): Do not modify Hash argument to `error!` - [AATTtjwp](https://github.com/tjwp).

Thu Aug 25 14:00:00 2016 mrueckertAATTsuse.de
- update to 0.15.0

Thu Nov 12 13:00:00 2015 mrueckertAATTsuse.de
- update to 0.13.0

Sat Apr 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 0.11.0

Wed Jul 23 14:00:00 2014 mrueckertAATTsuse.de
- initial package


 
ICM