sprockets.mixins.mediatype/docs/history.rst

61 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2015-06-08 20:28:30 +00:00
Version History
===============
`Next Release`_
---------------
- Add :func:`sprockets.mixins.mediatype.content.install`.
- Add :func:`sprockets.mixins.mediatype.content.get_settings`.
- Deprecate :meth:`sprockets.mixins.mediatype.content.ContentSettings.from_application`.
2015-09-09 22:02:06 +00:00
2016-03-16 13:19:43 +00:00
`2.1.0`_ (16 Mar 2016)
----------------------
- Set the _`Vary` header if we are setting the content type.
2016-02-29 19:35:07 +00:00
`2.0.1`_ (29 Feb 2016)
----------------------
- Removed deprecation wrapper since it seems to cause really interesting
problems including the much feared meta-class error.
2016-02-24 19:47:39 +00:00
`2.0.0`_ (24 Feb 2016)
----------------------
- Repackage from a module into a package. Distributing raw modules inside
of a namespace package is unreliable and questionably correct.
2016-01-10 18:51:14 +00:00
- Add :func:`sprockets.mixins.mediatype.content.add_transcoder`.
- Add :class:`sprockets.mixins.mediatype.transcoders.JSONTranscoder`.
- Add :class:`sprockets.mixins.mediatype.transcoders.MsgPackTranscoder`.
- Add :class:`sprockets.mixins.mediatype.transcoders.BinaryWrapper`.
- Normalize registered MIME types.
- Raise a 400 status when content body decoding fails.
2015-09-14 15:15:29 +00:00
`1.0.4`_ (14 Sep 2015)
2015-11-02 19:24:54 +00:00
----------------------
2015-09-14 15:15:29 +00:00
- Support using the default_content_type in the settings if request does not
contain the Accept header
2015-09-10 15:16:03 +00:00
`1.0.3`_ (10 Sep 2015)
2015-11-02 19:24:54 +00:00
----------------------
2015-09-10 15:16:03 +00:00
- Update installation files
`1.0.2`_ (9 Sep 2015)
---------------------
- Rename package to mediatype
2015-09-09 22:02:06 +00:00
`1.0.1`_ (9 Sep 2015)
---------------------
- Repackaged for Travis-CI configuration.
2015-09-09 20:14:39 +00:00
`1.0.0`_ (9 Sep 2015)
2015-09-09 22:02:06 +00:00
---------------------
2015-09-09 20:14:39 +00:00
- Initial Release
2015-06-08 20:28:30 +00:00
2016-03-16 13:19:43 +00:00
.. _Next Release: https://github.com/sprockets/sprockets.http/compare/2.1.0...HEAD
.. _2.1.0: https://github.com/sprockets/sprockets.http/compare/2.0.1...2.1.0
.. _2.0.1: https://github.com/sprockets/sprockets.http/compare/2.0.0...2.0.1
2016-02-24 19:47:39 +00:00
.. _2.0.0: https://github.com/sprockets/sprockets.http/compare/1.0.4...2.0.0
2015-09-14 15:15:29 +00:00
.. _1.0.4: https://github.com/sprockets/sprockets.http/compare/1.0.3...1.0.4
2015-09-10 15:16:03 +00:00
.. _1.0.3: https://github.com/sprockets/sprockets.http/compare/1.0.2...1.0.3
.. _1.0.2: https://github.com/sprockets/sprockets.http/compare/1.0.1...1.0.2
2015-09-09 22:02:06 +00:00
.. _1.0.1: https://github.com/sprockets/sprockets.http/compare/1.0.0...1.0.1
2015-09-09 20:14:39 +00:00
.. _1.0.0: https://github.com/sprockets/sprockets.http/compare/0.0.0...1.0.0
.. _Vary: http://tools.ietf.org/html/rfc7234#section-4.1