0.24.5 (by Library Fixing)

Fixed
- Fix some wrong behaviour during comparing JSON objects

Improved
- Reactive values are now shown more smoothly (Logs,a status line.
This commit is contained in:
vorotamoroz
2024-12-13 10:59:05 +00:00
parent 3e657b38a9
commit 2338601fae
4 changed files with 23 additions and 12 deletions

View File

@@ -14,6 +14,17 @@ Thank you, and I hope your troubles will be resolved!
---
## 0.24.5
### Fixed
- Fixed incorrect behaviour when comparing objects with undefined as a property value.
### Improved
- The status line and the log summary are now displayed more smoothly and efficiently.
- This improvement has also been applied to the logs displayed in the log pane.
## 0.24.4
### Fixed