Releases: agilgur5/django-api-decorators
Releases · agilgur5/django-api-decorators
v0.0.3
Release
(pub): publish v0.0.3
- adds django_api_decorators module
- previously had to import via decorators module, which was
unintuitive and unintentional
- can still use decorators module if you were using it before;
there are no breaking changes made in this patch release, but
it is deprecated and will be removed when v1.0.0 rolls around
- fixes incorrect module name used in Usage docs
- adds CHANGELOG.md
- adds Django 2.2 classifier
- some other minor docs improvements around badges
- purely internal changes:
- adds changelog.sh script
Changelog
- [
ceb2cb4d84
] - (pub): publish v0.0.3 (Anton Gilgur) - [
bae2a4d4cb
] - (fix): resolve incorrect and inconsistent module naming (Anton Gilgur) - [
d446ea31d4
] - (pkg): add Django 2.2 classifier (Anton Gilgur) - [
0b95ba6476
] - (pkg): add script to generate changelog for each release (Anton Gilgur) - [
b71dbd5cf6
] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur) - [
e2a52dd315
] - (docs): vertically condense badges by reducing spacing (Anton Gilgur) - [
fbc01b43ff
] - (docs): add comments for what the badge sections are (Anton Gilgur) - [
c53987b30c
] - (docs): PyPI downloads badges are back!!! (Anton Gilgur) - [
0468f24823
] - (docs): add releases and commits since badges (Anton Gilgur) - [
c33250cb5f
] - (docs): use shields.io for badges (Anton Gilgur) - [
053d107df5
] - (format): fix lint issues in README (Anton Gilgur) - [
4236760ed2
] - (docs): add Related Libraries section (Anton Gilgur)
v0.0.2
Release
(pub): publish v0.0.2
- (docs): add "(shorter than this README!)" for excitement o.o
Changelog
- [
bfae0476a0
] - (pub): publish v0.0.2 (Anton Gilgur) - [
50ae85f626
] - (feat): add compatibility with Django 2.x (Anton Gilgur)
v0.0.1
Release
(pub): publish v0.0.1
- also add a few more keywords
Changelog
- [
75ceb214f4
] - (pub): publish v0.0.1 (Anton Gilgur) - [
f248005631
] - (docs): add more links to certain references in the docs (Anton Gilgur) - [
7f177bc50e
] - (docs): add more compatibility info (Anton Gilgur) - [
c9301f05a0
] - (docs): add Usage + Backstory sections (Anton Gilgur) - [
270ca8684b
] - (docs): add a simple README for now (Anton Gilgur) - [
c2ba67e9ce
] - (feat): add the 4 most generally relevant decorators (Anton Gilgur) - [
e614f47201
] - (pub): add PyPI packaging configurations (Anton Gilgur) - [
d3c5bd5100
] - initial commit with Apache License