- Renamed Lossless class to Hyperview for clarity - Renamed Lossy class to View for simplicity - Updated all imports and references throughout the codebase - Updated documentation to reflect new terminology - Fixed test files to use new class names - Added proper exports in index files
473 B
473 B
Housekeeping tasks
- Organize tests?
- More documentation in docs/
- Rename/consolidate, hyperview view() and compose() --> composeView()
- Rename Hyperview to HyperView
- Rename Lossy to View
- Consider whether we should use collapsed deltas
- Improve ergonomics of declaring multiple entity properties in one delta
- Use dotenv so we can more easily manage the local dev test environment
- Create test helpers to reduce boilerplate