CHANGELOG.md in eco-helpers-2.0.29 vs CHANGELOG.md in eco-helpers-2.0.30

- old
+ new

@@ -1,15 +1,21 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.0.29] - 2021-07-08 +## [2.0.30] - 2021-07-xx ### Added + * `Eco::API::Common::People::DefaultParsers::XLSParser` uses as default the `fields_map.json` to identify the headers. ### Changed ### Fixed + * `Eco::API::Common::People::DefaultParsers::XLSParser` should return all `String` values + +## [2.0.29] - 2021-07-08 + +### Fixed - `Eco::API::Common::People::PersonEntryAttributeMapper#details_attrs` * What a mess this was doing to the `csv` export :/ ## [2.0.27] - 2021-07-05 @@ -72,12 +78,9 @@ * decoupled pure `Loader` logics to `Loaders::Base` and use case inheriance chain loader to `Loaders::CaseBase` - `Eco::API::Session::BatchJob` the `post_launch`: * sets the `id` to the `person` if it was **created** successfully * when in `dry-run` it fakes the `id` with a counter - `Eco::API::Common::People::PersonFactory` gets `subordinates` initialized to `0` (when **creating** a `new` person) - -### Fixed - ## [2.0.25] - 2021-06-23 ### Added - `Eco::API::UseCases::DefaultCases::HrisCase` validation error to require `-schema-id` command line when there are people in schemas other than the active one