All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Incompatibility with TypeScript 1.8
toFormlyField
marked as deprecated (usetoFormly
instead)
- Support of DRF
DateTimeField
- Support of DRF
DateField
- Support of DRF
TimeField
- Support of DRF
FloatField
- Support of DRF
DecimalField
(requiresdjangorestframework-utils
_ 0.0.1+) - Support of DRF
IPAddressField
- Support of DRF
URLField
- Support of DRF
RegexField
(requiresdjangorestframework-utils
_ 0.0.1+)
- bad definition for
EmailField
,HiddenField
,PasswordField
fields EmailField
is not properly supported in some browsers (incl. chrome v47)EmailField
,HiddenField
,PasswordField
accepts min_length, max_length attributes
- support of both default/allow_null options
- django-rest-formly cli tool
- DjangoRestConfig class
- toFormlyFields function which convert django rest metadata to angular formly configuration objects
- Support of Django REST
BooleanField
- Support of Django REST
CharField
- Support of Django REST
IntegerField
- Support of Django REST
EmailField
- Support of Django REST
PasswordField
.. _djangorestframework-utils: http://github.com/benzid-wael/djangorestframework-utils