Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

56 lines (32 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • NoResponseError is now raised if an operation doesn't return a result.response skill
  • rack.request is now passed to operations

Added

  • Added support for passing additional context to policies via #policy_context

Fixed

  • Allowed support for accessing operation params by either string or symbol

Fixed

  • Fixed generated specs in namespaced engines

Added

  • Implemented support for using the generators in mountable engines

Changed

  • Replaced feature with include in generators and tests

Fixed

  • Fixed edge cases in collection rendering for resources without a decorator

First Pragma 2 release.