Skip to content

Releases: Sibyx/django_api_forms

0.9.0

11 May 11:07
cc65633
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Change: Moved field error messages to default_error_messages for easier overriding and testing.
  • Fix: Fix KeyError when invalid values are sent to FieldList.
  • Fix: Removed unnecessary error checking in FieldList.

This release is possible thanks to contributions by pawl.

0.8.0

05 May 09:09
1dd0d80
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

This release was created by @pawl. Thank you very much! ❤️

  • Maintenance: Add tests for fields
  • Change: Remove DeclarativeFieldsMetaclass and import from Django instead.
  • Change: Msgpack dependency is no longer required.
  • Change: Empty values passed into a FormField now return {} rather than None.
  • Fix: Throw a more user friendly error when passing non-Enums or invalid values to EnumField.

0.7.1

13 Apr 13:28
581411a
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Change Use poetry instead of pipenv
  • Change: Library renamed from django_api_forms to django-api-forms (cosmetic change without effect)

0.7.0

03 Mar 14:01
1bc2259
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Change: Library renamed from django_request_formatter to django_api_forms
  • Change: Imports in main module django_api_forms

0.6.0

18 Feb 10:35
7aa5d9f
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Feature: BooleanField introduced

0.5.8

07 Jan 09:25
640ccb5
Compare
Choose a tag to compare
0.5.8 Pre-release
Pre-release
  • Fix: Pass Invalid value as ValidationError not as a string

0.5.7

07 Jan 09:13
b6e7eeb
Compare
Choose a tag to compare
0.5.7 Pre-release
Pre-release
  • Fix: Introduced generic Invalid value error message, if there is AttributeError, TypeError, ValueError

0.5.6

01 Jan 20:27
afb78fc
Compare
Choose a tag to compare
0.5.6 Pre-release
Pre-release
  • Fix: Fixing issue from version 0.5.5 but this time for real
  • Change: Renamed version file from __version__.py to version.py

0.5.5

01 Jan 20:08
3318c84
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • Fix: Check instance only if there is a value in FieldList and FormFieldList

0.5.4

24 Dec 12:48
e871b18
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release
  • Fix: Added missing msgpack dependency to setup.py