SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-grape-entity-0.7.1-2.1.x86_64.rpm :
Thu Feb 8 13:00:00 2018 cooloAATTsuse.com
- updated to version 0.7.1
see installed CHANGELOG.md
[#]## 0.7.1 (2018-01-30)
[#]### Features

* [#292](https://github.com/ruby-grape/grape-entity/pull/297): Introduce `override` option for expose (fixes [#286](https://github.com/ruby-grape/grape-entity/issues/296)) - [AATTDmitryTsepelev](https://github.com/DmitryTsepelev).
[#]## 0.7.0 (2018-01-25)
[#]### Features

* [#287](https://github.com/ruby-grape/grape-entity/pull/287): Adds ruby 2.5, drops ruby 2.2 support - [AATTLeFnord](https://github.com/LeFnord).

* [#277](https://github.com/ruby-grape/grape-entity/pull/277): Provide grape::entity::options#dig - [AATTkachick](https://github.com/kachick).

* [#265](https://github.com/ruby-grape/grape-entity/pull/265): Adds ability to provide a proc to as: - [AATTjames2m](https://github.com/james2m).

* [#264](https://github.com/ruby-grape/grape-entity/pull/264): Adds Rubocop config and todo list - [AATTjames2m](https://github.com/james2m).

* [#255](https://github.com/ruby-grape/grape-entity/pull/255): Adds code coverage w/ coveralls - [AATTLeFnord](https://github.com/LeFnord).

* [#268](https://github.com/ruby-grape/grape-entity/pull/268): Loosens the version dependency for activesupport - [AATTanakinj](https://github.com/anakinj).

* [#293](https://github.com/ruby-grape/grape-entity/pull/293): Adds expose_nil option - [AATTb-boogaard](https://github.com/b-boogaard).
[#]### Fixes

* [#288](https://github.com/ruby-grape/grape-entity/pull/288): Fix wrong argument exception when `&:block` passed to the expose method - [AATTDmitryTsepelev](https://github.com/DmitryTsepelev).

* [#291](https://github.com/ruby-grape/grape-entity/pull/291): Refactor and simplify various classes and modules - [AATTDmitryTsepelev](https://github.com/DmitryTsepelev).

* [#292](https://github.com/ruby-grape/grape-entity/pull/292): Allow replace non-conditional non-nesting exposures in child classes (fixes [#286](https://github.com/ruby-grape/grape-entity/issues/286)) - [AATTDmitryTsepelev](https://github.com/DmitryTsepelev).

Tue Jan 10 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.6.1
see installed CHANGELOG.md
[#]## Next
[#]### Features

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

* Your contribution here.
[#]## 0.6.1 (2017-01-09)
[#]### Features

* [#253](https://github.com/ruby-grape/grape-entity/pull/253): Adds ruby 2.4.0 support, updates dependencies - [AATTLeFnord](https://github.com/LeFnord).
[#]### Fixes

* [#251](https://github.com/ruby-grape/grape-entity/pull/251): Avoid noise when code runs with Ruby warnings - [AATTcpetschnig](https://github.com/cpetschnig).

Mon Nov 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.6.0
see installed CHANGELOG.md

Tue Nov 15 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.5.2
see installed CHANGELOG.md

Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.5.1
see installed CHANGELOG.md
0.5.1 (2016-4-4)
================

* [#202](https://github.com/ruby-grape/grape-entity/pull/202): Fix: Reset `AATTusing_class` memoization on `.setup` - [AATTrngtng](https://github.com/rngtng).

* [#203](https://github.com/ruby-grape/grape-entity/pull/203): `Grape::Entity::Exposure::NestingExposure::NestedExposures.delete_if` always returns exposures - [AATTrngtng](https://github.com/rngtng).

* [#204](https://github.com/ruby-grape/grape-entity/pull/204), [#138](https://github.com/ruby-grape/grape-entity/issues/138): Added ability to merge fields into hashes/root (`:merge` option for `.expose`) - [AATTavyy](https://github.com/avyy).
0.5.0 (2015-12-07)
==================

* [#139](https://github.com/ruby-grape/grape-entity/pull/139): Keep a track of attribute nesting path during condition check or runtime exposure - [AATTcalfzhou](https://github.com/calfzhou).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `.exposures` is removed and substituted with `.root_exposures` array - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `.nested_exposures` is removed too - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `#should_return_attribute?`, `#only_fields` and `#except_fields` are moved to other classes - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: double exposures with conditions does not rewrite previously defined now: [#56](https://github.com/ruby-grape/grape-entity/issues/56) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: nested exposures were flattened in `.documentation`: [#112](https://github.com/ruby-grape/grape-entity/issues/112) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `AATTonly_fields` and `AATTexcept_fields` memoization: [#149](https://github.com/ruby-grape/grape-entity/issues/149) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `:unless` condition with `Hash` argument logic: [#150](https://github.com/ruby-grape/grape-entity/issues/150) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Nested `unexpose` now raises an exception: [#152](https://github.com/ruby-grape/grape-entity/issues/152) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `AATTdocumentation` memoization: [#153](https://github.com/ruby-grape/grape-entity/issues/153) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: serializing of deeply nested presenter exposures: [#155](https://github.com/ruby-grape/grape-entity/issues/155) - [AATTmarshall-lee](https://github.com/marshall-lee).

* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: deep projections (`:only`, `:except`) were unaware of nesting: [#156](https://github.com/ruby-grape/grape-entity/issues/156) - [AATTmarshall-lee](https://github.com/marshall-lee).

Sat Sep 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 0.4.8

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

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


 
ICM