Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.14.1
0.14.0
- Disable poll with a component field
- Dynamically change polling options with PollUpdate
- Basic support for
pydantic
models
0.13.0
0.12.0
0.11.2
0.11.0
- $model special argument and decorator.
- $toggle special method.
- Support nested properties when using the set shortcut.
- Fix action string arguments that would get spaces removed inadvertently.
Breaking changes:
All existing special methods now start with a $ to signify they are magical. Therefore, refresh is now $refresh, reset is now $reset, and validate is now $validate.
0.10.1
- Use LRU cache for constructed components to prevent ever-expanding memory.
- Loosen
beautifulsoup4
version requirement. - Fix bug to handle floats so that they don't lose precision when serialized to JSON.
- Fix bug to handle related models (ForeignKeys, OneToOne, etc) fields in Django models.