- Make sure hive keys are deserialized as strings
- Add 'Loaded' change type that is triggered on load
- Change changes to
batchedChanges
and addchanges
stream - Preserve type information for change streams
- Add 'clear' to indexes
- Remove source from Proclaim constructor
- Call
setSource
to set the source at any time - Fix de-indexing when saving a record
- Lazy-load boxes in HiveSource
- Type safe Keys and Indexes
- Fix saveAll / removeAll:
- await changes
- publish changes
- don't publish zero-length changes
- Export MapSource class
- Add example
- Export Change and Source classes
- Fix box not initialized error
- Initial version.