Skip to content

Headless 1.x-1.3.0

Compare
Choose a tag to compare
@serundeputy serundeputy released this 21 Jul 13:24
· 91 commits to 1.x-1.x since this release
c8f9464

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.