CHANGELOG.md in eco-helpers-2.0.58 vs CHANGELOG.md in eco-helpers-2.0.59

- old
+ new

@@ -1,19 +1,32 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.0.57] - 2022-05-31 +## [2.0.59] - 2022-06-xx ### Added + - `Eco::API::Organization::TagTree#leafs` new method to spot tags with no children. + +### Changed + - `Eco::API::MicroCases#core_excluded` + - when person is `new?`, you should still be able to exclude `filter_tags` + +### Fixed + - `Eco::API::Policies::DefaultPolicies::UserAccess` + - `-exclude-account` should leave it untouched + +## [2.0.58] - 2022-05-31 + +### Added - **Usecase**`Eco::API::UseCases::DefaultCases::ClearAbilitiesTransCase` - invokable with `clear-abilities` - `Eco::API::Session::Config::People` added - `default_login_method` helpers - `Eco::API::Session::Config#default_login_method=` added - `Eco::API::Common::Loaders::Base#abort` method to log an error and raise an exception - **patched** `Ecoportal::API::Internal::Person` - Added a couple of handy helpers: `#replace_doc` and `#replace_original_doc` - + ### Changed - `Eco::API::Common::Session::SFTP#move` new parameter `override:` (default: `true`) - If there was an error, it would delete the destination remote file and retry to move the file - upgraded `ecoportal-api-v2` gem to `0.8.28` - `Eco::API::Organization::LoginProviders#login_provider`