Releases: k-o-d-e-n/Realtime
Releases · k-o-d-e-n/Realtime
0.9
New:
- Pagination in collections;
- Metadata in files;
- Backward compatibility in models;
- Support UICollectionView;
Fixes:
- improved stability and convenience;
0.8.5
New:
- UITableView based form to create/change Realtime values.
class Form
;
- Timeout in
load
operation;
- Initialize keys for
version
и raw
;
Updates:
- AssociatedValues storage;
- RealtimeValueEvents (added
didUpdate
);
Fixes: Many things;
0.8
- All coding/decoding, and other operations has error handling;
- Big update local listening;
- Runtime checking required properties.
- Added application configuration;
- Collections now have changes notification;
- Code documented;
- Bug fixing;
0.5 Update
- Changed operators
- Added relation representation by the same ancestor
- Added relation mode (one to one, one to many)
- Added ignored properties in
RealtimeObject
- Bug fixes and improvements