Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 770 Bytes

File metadata and controls

20 lines (11 loc) · 770 Bytes

[0.0.5]

  • Update .peekRecord to only return records with at least one field set, otherwise return undefined

[0.0.4]

  • Remove numeric primary keys as an option from useReactive, as the underlying tinybase data constructs don't actually index with numbers (uses string)

[0.0.3]

  • Refactor useReactive to support receiving an array of raw data from an http request, or an array of string or number ids, or a mixed array. This allows components to easily add reactive records to their rendering tree without directly interacting with HTTP methods.
  • Refactor useReactive to use Set wherever possible to improve performance for large lists.

[0.0.2]

  • Update README for npm to include correct @scope.

[0.0.1]

  • Initial release