- 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
12 lines
473 B
Markdown
12 lines
473 B
Markdown
# Housekeeping tasks
|
|
|
|
- [x] Organize tests?
|
|
- [x] More documentation in docs/
|
|
- [x] Rename/consolidate, hyperview view() and compose() --> composeView()
|
|
- [x] Rename Hyperview to HyperView
|
|
- [x] Rename Lossy to View
|
|
- [x] Consider whether we should use collapsed deltas
|
|
- [ ] Improve ergonomics of declaring multiple entity properties in one delta
|
|
- [x] Use dotenv so we can more easily manage the local dev test environment
|
|
- [x] Create test helpers to reduce boilerplate
|