Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-13 | ✨ (Cargo.toml): Bump package version to 0.1.8 for new changes | ||
♻️ (item_update.rs): Refactor ItemUpdate struct and related methods to store only non-null changed fields ♻️ (ls_client.rs): Refactor data update handling to store updates in a HashMap and call on_item_update for each listener 🐛 (ls_client.rs): Fix item index off-by-one error in data update handling 🐛 (main.rs): Update on_item_update implementation to handle new ItemUpdate structure ♻️ (subscription_listener.rs): Refactor on_item_update method to take a reference to ItemUpdate | |||
2024-04-12 | Implemented part of the item update logic. | ||
2024-04-07 | ⬆️ (Cargo.toml): bump version from 0.1.6 to 0.1.7 for new release | ||
♻️ (various): refactor code to use underscore prefix for unused variables ✨ (ls_client.rs): add constants for WebSocket connection setup ✨ (various): add unimplemented!() stubs for methods to be implemented 🔥 (main.rs): remove unused imports and commented code 🔥 (ls_client.rs): remove unused HashMap import and commented code 🐛 (subscription.rs): fix get_command_value to correctly format key before lookup 🔧 (Cargo.toml): remove hyper dependency as it's no longer used | |||
2024-03-24 | Created structure and scaffolding for the Lightstreamer client. | ||