Skip to content

Commit

Permalink
Add extended changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 7, 2022
1 parent 8bc5f2f commit 0a289bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `IdentifiableObjectType` enumeration to specify all types of `Identifiable`s
- Added `identifiableObjectType` field to `Identifiable` (and all inherited classes)
- Added `targetIdentifiableObjectType` field to `UrlAlias`
- Added `searchTerm` to `ListRequest` and `executedSearchTerm` to `ListResponse`

### Changed

- **Breaking**: Refactored Builder classes into inner classes of their belonging model classes and made their API consistent
- **Breaking**: Set ignore case as default for sorting order
- **Breaking**: If Mimetype can not be detected for a filename (or extension) "application/octet-stream" (instead of null) is returned.
- **Breaking**: Refactored `ListRequest`, `ListResponse`, `PageRequest` and `PageResponse` packages

### Removed

- Removed build with Java 8
- Remove `Entity.entityType` field (deprecated `getEntityType` method)
- Removed `Entity.entityType` field (deprecated `getEntityType` method)
- **Breaking**: Removed `SearchPageRequest` and `SearchPageResponse`

## [9.2.0](https://github.com/dbmdz/digitalcollections-model/releases/tag/9.2.0) - 2022-04-06

Expand Down

0 comments on commit 0a289bd

Please sign in to comment.