Skip to content

Tags: Ahoo-Wang/Wow

Tags

v5.10.5

Toggle v5.10.5's commit message
test(wow-core): update StateJsonRecordTest to use state() method

- Replace toState<MockState>() with state<MockState>() in StateJsonRecordTest
- This change improves code readability and follows the recent refactoring

Signed-off-by: Ahoo Wang <[email protected]>

v5.10.4

Toggle v5.10.4's commit message
test: replace Hamcrest with AssertJ for unit testing

- Remove Hamcrest dependency from various test configurations
- Add AssertJ dependency to testImplementation configuration- Update test code to use AssertJ assertions instead of Hamcrest
- Refactor test expectations to use AssertJ's fluent API
- Remove redundant Hamcrest imports and replace with AssertJ

Signed-off-by: Ahoo Wang <[email protected]>

v5.10.3

Toggle v5.10.3's commit message
docs(guide): update query example to use DeletionState.ALL

- Replace deleted(false) with deleted(DeletionState.ALL) in the query example
- This change reflects the use of the DeletionState enum for better clarity and flexibility

Signed-off-by: Ahoo Wang <[email protected]>

v5.10.2

Toggle v5.10.2's commit message
feat(schema): improve Kotlin ignore check for methods

- Refactor KotlinIgnoreCheck to support both FieldScope and MethodScope
- Introduce KotlinFieldIgnoreCheck and KotlinMethodIgnoreCheck for specific use cases
- Update KotlinModule to use separate ignore checks for fields and methods

Signed-off-by: Ahoo Wang <[email protected]>

v5.10.1

Toggle v5.10.1's commit message
fix(deps): update dependency me.ahoo.simba:simba-bom to v2.8.6

v5.10.0

Toggle v5.10.0's commit message
feat(command): introduce @Blocking annotation for command builder rew…

…riter

- Replace blocked property with @Blocking annotation for better code organization
- Implement isBlocked() method to check for @Blocking annotation
- Update register method to use isBlocked() instead of blocked property
- Add import for @Blocking annotation

Signed-off-by: Ahoo Wang <[email protected]>

v5.9.9

Toggle v5.9.9's commit message
fix(query): correct handling of deleted conditions and adjust range q…

…ueries

- Update range queries to use correct operators (gt/lt instead of gte/lte)- Add support for deleted conditions with DeletionState enum
- Deprecate boolean deleted() method in favor of enum-based deleted()
- Update tests to reflect new behavior of deleted conditions

Signed-off-by: Ahoo Wang <[email protected]>

v5.9.8

Toggle v5.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version

v5.9.6

Toggle v5.9.6's commit message
refactor(wow-openapi): update RouteSpec to accept only JSON content type

- Modified the accept property in RouteSpec to return only APPLICATION_JSON
- Removed TEXT_PLAIN content type from the accepted list

Signed-off-by: Ahoo Wang <[email protected]>

v5.9.5

Toggle v5.9.5's commit message
fix(deps): update dependency me.ahoo.simba:simba-bom to v2.8.5