Skip to content

Commit 61fab88

Browse files
committed
Add new contributors and move release notes.
1 parent 386ebd6 commit 61fab88

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

README.md

+6-36
Original file line numberDiff line numberDiff line change
@@ -170,46 +170,11 @@ class ExampleSerializer(serializers.Serializer):
170170

171171
## Release Notes
172172

173-
### 0.3.7
174-
175-
* Better logic for flattening lists within cells. Bug fix for ViewSets with other actions, only applying to `Response` instances.
176-
177-
### 0.3.6
178-
179-
* Check to ensure lists have length before flattening.
180-
181-
### 0.3.5
182-
183-
* Add the `get_filename` method to allow programmatically naming the downloaded spreadsheet file.
184-
185-
### 0.3.4
186-
187-
* Switch to `setuptools_scm`. Add support for `ReturnDict` in addition to `ReturnList`.
188-
189-
### 0.3.3
190-
191-
* Add support for nested arrays, flattening them into a string: `value1, value2, value3`, etc.
192-
193-
### 0.3.2
194-
195-
* Add supported for nested values; flattens sub-values into `sub.value1, sub.value2, sub.value3`, etc.
196-
197-
### 0.3.1
198-
199-
* Fix an error when an empty result set was returned from the endpoint. Now, it will properly just download an empty spreadsheet.
200-
* Remove an errant `format()` function which was removing typing from the spreadsheet.
201-
202-
### 0.3.0
203-
204-
* Add support for custom spreadsheet styles (thanks, Pavel Bryantsev!)
205-
* Add an attribute for setting the download filename instead of `export.xlsx` per view.
173+
Release notes are [available on GitHub](https://github.com/wharton/drf-renderer-xlsx/releases).
206174

207175
## Maintainers
208176

209177
* [Timothy Allen](https://github.com/FlipperPA) at [The Wharton School](https://github.com/wharton)
210-
* [Davis Haupt](https://github.com/davish)
211-
* [Armaan Tobaccowalla](https://github.com/ArmaanT)
212-
* [Eric Wang](https://github.com/ezwang)
213178

214179
This package is maintained by the staff of [Wharton Research Data Services](https://wrds.wharton.upenn.edu/). We are thrilled that [The Wharton School](https://www.wharton.upenn.edu/) allows us a certain amount of time to contribute to open-source projects. We add features as they are necessary for our projects, and try to keep up with Issues and Pull Requests as best we can. Due to constraints of time (our full time jobs!), Feature Requests without a Pull Request may not be implemented, but we are always open to new ideas and grateful for contributions and our package users.
215180

@@ -221,3 +186,8 @@ This package is maintained by the staff of [Wharton Research Data Services](http
221186
* [Pavel Tolstolytko](https://github.com/eshikvtumane)
222187
* [Thomas Willems](https://github.com/willtho89)
223188
* [Davis Haupt](https://github.com/davish)
189+
* [Armaan Tobaccowalla](https://github.com/ArmaanT)
190+
* [Eric Wang](https://github.com/ezwang)
191+
* [Nick Kozhenin](https://github.com/mast22)
192+
* [Gonzalo Ayuso](https://github.com/gonzalo123)
193+

0 commit comments

Comments
 (0)