Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 767 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v2.1.1

  • Fix: add nil handling in the serialize_resource view helper.

v2.1.0

  • Swagger has been deleted from the Exposed Api version.

v2.0.2

  • Fix: change the way PowerApi::ApplicationHelper is loaded into host app.

v2.0.1

  • Fix: trying to reference ApplicationController in wrong namespace.

v2.0.0

  • Add API internal and exposed modes.
  • Replace json_api with json adapter.
  • Add view helper to serialize resources.

v1.0.0

  • Replace travis with circleci.
  • Use Rails 6 on Dummy app.

v0.2.0

  • Add controller-actions option to generator

v0.1.0

  • Initial release.