Headless 1.x-1.3.0
Headless 1.x-1.3.0
This release provides:
-
Ability to deliver pager data in the json endpoints of views. In order to preserve backwards compatibility we've introduced a new endpoint
/api/v2/views/<view_machine_name>/<view_display_id>
that has the new data. The endpoint/api/views/<view_machine_name>
is still available Big thanks to @robertgarrigos on this feature! -
Added coding standards, TravisCI checks on the standards, and general testing infrastructure.
-
Addded
headless_uninstall
to clean up config on uninstalls.