CHANGELOG.md in eco-helpers-1.5.14 vs CHANGELOG.md in eco-helpers-1.5.15

- old
+ new

@@ -1,8 +1,25 @@ # Change Log All notable changes to this project will be documented in this file. -## [1.5.14] - 2021-02-xx +## [1.5.15] - 2021-02-xx + +### Added + - `Eco::API::Common::ClassHelpers` added support for class methods inheritance + - this is key to be able to define usecase models to inherit from + - `Eco::API::UseCases::OozeSamples::OozeUpdateCase`: added this sample to inherit from (simplifying use cases code) + - `Eco::API::Common::ClassHelpers` added inheritable attribute values + - added benchmarking to people loaders: + - `Eco::API::MicroCases#people_load` + - `Eco::API::MicroCases#people_cache` + - `Eco::API::MicroCases#people_search` + - `Eco::API::MicroCases#refresh` + +### Changed +### Fixed + - `Eco::API::Policies::DefaultPolicies::UserAccess` typos in default api policy + +## [1.5.14] - 2021-02-05 ### Added - `Eco::API::Policies::DefaultPolicies` policies that are run always (after the custom policies) - `Eco::API::Policies::DefaultPolicies::UserAccess`: - remove account if there's no `email`