- Update
.peekRecordto only return records with at least one field set, otherwise returnundefined
- Remove numeric primary keys as an option from
useReactive, as the underlyingtinybasedata constructs don't actually index with numbers (uses string)
- Refactor
useReactiveto support receiving an array of raw data from an http request, or an array ofstringornumberids, or a mixed array. This allows components to easily add reactive records to their rendering tree without directly interacting with HTTP methods. - Refactor
useReactiveto useSetwherever possible to improve performance for large lists.
- Update README for
npmto include correct @scope.
- Initial release