Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for this weekend's changes #108

Merged
merged 8 commits into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

### Added

- Better assertions / error messages added to `World` methods that accept
variadic component arguments. At least 1 component must be provided. These
assertions have been added to `get` `insert` `replace` `remove`
- Ability to sort the world inspect table by clicking the table headers (entity
count and component name)

### Changed

- The alt-hover tooltip's text is smaller and the background is slightly darker
for improved legibility.
- Component data now has syntax highlighting applied. This is present in the
**alt-hover tooltip** and the **entity inspector panel** in the debugger.

### Fixed

- The alt-hover tooltip now displays component data properly, with each
component being displayed on a new line.
- Removed extra new-lines in component data strings within the debugger entity
inspect tables.
- Fixed alt-hover erroring when hovered entity is despawned.

## [0.8.3] - 2024-07-02

### Fixed
Expand Down
Loading