CHANGELOG.md in ecoportal-api-v2-0.8.20 vs CHANGELOG.md in ecoportal-api-v2-0.8.21
- old
+ new
@@ -1,15 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.8.20] - 2021-10-xx
+## [0.8.21] - 2021-12-15
### Added
+ - To children of `Ecoportal::API::V2::Page::Component` added method `#to_s` (for exporting)
+ - `Ecoportal::API::V2::Page::Component::ReferenceField`
+ - added `#references` (the lookup results)
+ - added `#reference_ids` (the `ids` of the referenced oozes)
+
### Changed
+ - Re-exposed `Ecoportal::API::V2::Stages#ordered`
+
+### Fixed
+ - `Ecoportal::API::V2::Page::Component::ImagesField#images` typo in `klass`
+
+## [0.8.20] - 2021-12-09
+
+### Changed
- `Ecoportal::API::V2::Pages::PageStage#permits` removed
- The reason is that it should be changed using the `Stage#permits` instead
- Upgraded `ecoportal-api` gem dependency
-
+
### Fixed
- `Ecoportal::API::V2::Page::Stage#sections` typo
## [0.8.19] - 2021-09-29