CHANGELOG.md in eco-helpers-2.0.60 vs CHANGELOG.md in eco-helpers-2.0.61

- old
+ new

@@ -1,14 +1,39 @@ # Change Log All notable changes to this project will be documented in this file. -## [2.0.60] - 2022-06-xx +## [2.0.61] - 2022-07-xx ### Added + - patch for `Ecoportal::API::Common::Client#host` exposed `host` property + - `skip-header-checks` option + - It prevents checks done in the `Eco::API::Common::People::DefaultParsers::CSVParser` + - **Export Helpers** to be able to automate exports via `APIv2` + - `Eco::API::UseCases::OozeSamples::Helpers::ExportableRegister` + - `Eco::API::UseCases::OozeSamples::Helpers::ExportableOoze` + - `Eco::API::UseCases::OozeCases::ExportRegisterCase` to export registers + - First ooze native use case (besides the samples) + ### Changed + - upgraded `ecoportal-api-v2` to version `0.8.30` + ### Fixed + - `-entries-to-csv` case; option `-out` was not being used + - `Eco::API::Common::People::Entries#export` made it so it creates one column per key + - It was wrongly merging the entries assuming all of them had the same keys + - This also fixes the `-entries-to-csv` case, which can be used with `entries-from` option to correctly merge multiple input files with no data loss + - `Eco::API::UseCases::OozeSamples::RegisterExportCase` + - On prompt to launch, it answers `Yes` + - It correctly captures the `state` based on the stages `state` + - It was not building the model + - Optimized + - It returns a `PageStage` (rather than `Page`), to ensure all supported properties are accessible (i.e. `uid`) + +## [2.0.60] - 2022-07-01 + +### Fixed - `Ecoportal::API::V1::PersonDetails.key?` patched - + ## [2.0.59] - 2022-06-07 ### Added - `Eco::API::Organization::TagTree#leafs` new method to spot tags with no children.