|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +### Added |
| 10 | +### Changed |
| 11 | +### Fixed |
| 12 | +### Removed |
| 13 | + |
| 14 | +## [7.0.1] - 2023-01-07 |
| 15 | + |
| 16 | +### Added |
| 17 | +- Add changelog |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- Add python 3.11 support (@marteinn) |
| 21 | +- Add django 4.1 support (@marteinn) |
| 22 | +- Fix invalid assert (code-review-doctor) |
| 23 | + |
| 24 | +## [7.0.0] - 2022-01-04 |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- Add Django 4.0 support |
| 28 | +- Add Python 3.10 support |
| 29 | + |
| 30 | +### Removed |
| 31 | +- Drop Python 2 support |
| 32 | +- Drop Python 3.6 support |
| 33 | +- Drop support for EOL versions of Django (1 and 2) |
| 34 | + |
| 35 | +## [6.0.2] - 2020-09-05 |
| 36 | + |
| 37 | +### Fixed |
| 38 | + - Make context_processor mandatory again |
| 39 | + |
| 40 | +## [6.0.1] - 2020-08-30 |
| 41 | + |
| 42 | +### Fixed |
| 43 | +- Solved XSS issue (@anthonynsimon, @marteinn) |
| 44 | +- Add security policy |
| 45 | + |
| 46 | +## [6.0.0] - 2020-04-28 |
| 47 | + |
| 48 | +### Added |
| 49 | +- Add official support for Hypernova SSR service |
| 50 | +- Add attribute “no_placeholder” when you want to skip the DRTT provided placeholder |
| 51 | + |
| 52 | +### Fixed |
| 53 | +- Add official Django 3 support (@niespodd, @marteinn) |
| 54 | +- Remove context_processor required to run library (@niespodd) |
| 55 | +- Solve issue with requests import (Aria Moradi) |
| 56 | +- Use unit.patch instead of responses to mock requests (Umair) |
| 57 | + |
| 58 | +### Removed |
| 59 | +- Drop Django 1 support |
| 60 | +- Drop pypy support |
| 61 | + |
| 62 | + |
| 63 | +## [5.4.0] - 2019-04-28 |
| 64 | + |
| 65 | +### Added |
| 66 | +- Make it possible to use your own SSRService |
| 67 | + |
| 68 | +### Fixed |
| 69 | +- Update docs |
| 70 | +- Add project logo |
| 71 | + |
| 72 | +## [5.3.0] - 2019-04-24 |
| 73 | + |
| 74 | +### Added |
| 75 | +- Add SSRContext for passign values to SSR (@mikaelengstrom, @marteinn) |
| 76 | +- Add support for disabling SSR using header HTTP_X_DISABLE_SSR |
| 77 | + |
| 78 | +### Fixed |
| 79 | +- Include example project |
| 80 | +- Drop python 3.4 support |
| 81 | + |
| 82 | +## [5.2.1] - 2018-08-10 |
| 83 | + |
| 84 | +### Fixed |
| 85 | +- Add better SSR errors (thanks @mikaelengstrom) |
| 86 | + |
| 87 | +## [5.2.0] - 2018-08-09 |
| 88 | + |
| 89 | +### Fixed |
| 90 | +- Use render() if SSR is not available |
| 91 | +- Fix bug when passing in standalone primitives in react_render |
| 92 | +- Update docs |
| 93 | + |
| 94 | +## [5.1.0] - 2018-05-22 |
| 95 | + |
| 96 | +### Added |
| 97 | +- Add support for a replaceable tag manager (@aleehedl) |
| 98 | +- Add configurable headers for SSR (@aleehedl, @marteinn) |
| 99 | + |
| 100 | +## [5.1.0] - 2018-04-05 |
| 101 | + |
| 102 | +### Fixed |
| 103 | +- Update react requirements in readme |
| 104 | +- Change NotImplemented error to to_react_representation |
| 105 | + |
| 106 | +### Removed |
| 107 | +- Drop django support for django 1.10 and below |
| 108 | +- Drop custom JSON serializer |
| 109 | + |
| 110 | +## [4.0.0] - 2017-12-06 |
| 111 | + |
| 112 | +### Fixed |
| 113 | +- Solved bug where to_react_representation triggered twice under SSR |
| 114 | + |
| 115 | +### Removed |
| 116 | +- Dropped support for django 1.8 |
| 117 | +- Removed templatetags for filters |
0 commit comments