Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.08 KB

CHANGELOG.rst

File metadata and controls

65 lines (34 loc) · 1.08 KB

1.0.5 (unreleased)

  • Nothing changed yet.

1.0.4 (2016-03-29)

  • Always attempt to load body as JSON until the release of ripozo v2.0.0

1.0.3 (2016-02-17)

  • Backwards compatibility fix for the headers that keeps them case insensitive

1.0.2 (2016-02-16)

  • Bug fix for headers that allows the RequestContainer headers to be copied

1.0.1 (2015-06-30)

  • Nothing changed yet.

1.0.0 (2015-06-30)

  • Nothing changed yet.

1.0.0b1 (2015-06-29)

  • Injected argument getter. No longer attempts to automatically load json from the data.
  • Calling super on BaseDispatcher. Correctly generates AutoOptions resource.

0.1.4 (2015-05-08)

  • Using Accept-Type instead of Content-Type to get the appropriate adapter.

0.1.3 (2015-04-28)

  • Nothing changed yet.

0.1.2 (2015-04-10)

  • Nothing changed yet.

0.1.1 (2015-03-24)

  • Added the url_prefix parameter to the dispatcher initialization.