CHANGELOG.md in eco-helpers-3.0.4 vs CHANGELOG.md in eco-helpers-3.0.5
- old
+ new
@@ -1,19 +1,51 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.4] - 2024-08-xx
+## [3.0.5] - 2024-08-xx
### Added
-- `Eco::Csv::Split` add `total_count` and `copy_count`
-- `Eco::API::Common::People::PersonParser`
- - added core attribute `brand_id`
-
### Changed
+- `Eco::API::Microcases#people_search`
+ - Change to `silence: false` by default
+- `Eco::Language::AuxiliarLogger#log`
+ - prevent call if `logger` object doesn't have method
+- Various refactors
+- Upgrade `ecoportal-api-v2` **gem**
+- `Eco::API::UseCases::Cli`
+ - Made **inheritable** the class vars: `description`, `cli_name`, `callback`, and `options`
+- Move case options to self-contained **cli** class
+ - `-restore-db`
+ - `-reinvite`, `-reinvite-from`
+ - `-codes-to-tags`
+ - `-tagtree-paths` (prev: `-create-tag-paths`)
+ - `-analyse-people`
+ - `-org-data-convert`
+ - `-identify-cyclic-supers`
+ - `-supers-hierarchy`
+
### Fixed
+
+- `Eco::API::Common::People::PersonEntryAttributeMapper`
+ - method `#to_internal`, was missing to correcty return `attr`
+- `Eco::Csv::Split`
+ - missing attr writers for `total_count` and `copy_count`
+- CLI **suggestions**: when no suggestions / corrections, show still the unknown option.
+- `Eco::API::Organization::TagTree`
+ - fix paths tracking
+- `Eco::API::Organization::LoginProviders`
+ - identify `magic_link`
+
+## [3.0.4] - 2024-08-14
+
+### Added
+
+- `Eco::Csv::Split` add `total_count` and `copy_count`
+- `Eco::API::Common::People::PersonParser`
+ - added core attribute `brand_id`
## [3.0.3] - 2024-08-13
### Added