Changelog (v8.0.3...v8.0.4)
- bug #63136 Fix is/has/can accessor naming to strip prefix unless colliding (nicolas-grekas)
- bug #63052 Fix NameConverter not detecting wrong input format with
allow_extra_attributes=false(xersion22) - bug #62953 Fix removing nested values (gnoddep)
- bug #62838 Fix serialization of method with same name than property (VincentLanglet)
- bug #62886 Skip methods that look like getters but return void or never (@jordikroon)