Releases: netgen/ezplatform-site-api
Releases · netgen/ezplatform-site-api
2.7.2
2.7.1
Added
- Add
creation_date
as an alias ofpublication_date
Query Type parameter (#119)
Fixed
- Service
ezpublish.api.repository
should be public to avoid deprecation notice by @emodric (#108) - Allow defining
content_type
andsection
Query Type parameters with explicit operators (#118) - Allow defining
publication_date
Query Type parameter with explicit operators (#119) - Allow using
null
value foris_field_empty
Query Type parameter (#120)
Deprecated
publication_date
Query Type parameter is deprecated for removal in3.0
, new namecreation_date
should be used instead (#119)
2.7.0
-
Deprecates methods and properties from
ContentInfo
(#87):getLocations()
getLocations()
$content
ContentInfo
can be accessed throughContent
, loading it independently was deprecated since 2.2. These methods and properties can be obtained from theContent
object. -
Adds access to dynamic configuration from query type language expressions (#96)
-
Adds type-casting query string parameter getters to query type language expressions (#97)
-
Adds optional definition of allowed values for query string parameters to query type language expressions (#98)
-
Adds support for
IsEmptyField
criterion in Query Type configuration (#100) -
Deprecates from Pagerfanta pagination (#101):
BaseAdapter
Slice
SearchResultExtras
These have been moved to netgen/ezplatform-search-extra. Existing
FilterAdapter
andFindAdapter
will continue working as before.
2.6.3
2.6.2
2.6.1
2.6.0
- refactored tests for easier maintenance
- new Read the Docs documentation site at https://docs.netgen.io/projects/site-api
- bumped
netgen/ezplatform-search-extra
to1.5
forLoading
implementation of the result extractor, which prevents edge-case errors when Solr index is not up to date (netgen/ezplatform-search-extra#15)