- Adds support to serialization using Marshmallow with versions 2 and 3 - Enables to choose response search serializer via url argument
1.5.0
- Adds improved support for infinite scroll - Adds ES7 support - Adds CSV serializer - Adds ``record`` to marshmallow context - Uses html allowed tags and attributes for bleach from config
1.4.2
- Marshmallow JSON schema: add getter method to customize and retrieve the PID field name per schema.
1.4.1
- Added ``RECORDS_REST_DEFAULT_RESULTS_SIZE`` variable to change the default ``size`` of the search results. The default value remains ``10``.
1.4.0
- Removed unused resolver parameter from views classes. - Improved documentation of record_class in URL patterns.
1.3.0
- Enhance Elasticsearch error handling. - Refactor Marshmallow schemas to allow PID injection.