Pengoose
Pengoose
Update Changelog_KO - add update features - Remove implemented features
# Feature ### '23.12.29 - [x] add README-ko.md - [x] update README.md(add README-ko.md link) - [x] update README-ja.md(add README-ko.md link) ### '24.01.01 - [x] sync upstream docs update(resolve conflict &...
## PR Context This PR is based on Issue #699 to `Refactoring exception(Error class)` ## Need Feedbacks ### 1. unused Field (originalError) ```ts export class RequestError extends Error { public...
# Issue Summary: In our current TypeScript error management implementation, there are opportunities to enhance consistency and debuggability. Specifically, ensuring error names match class names for easier tracing, and improving...
### Description Fixes [#5714](https://github.com/vitest-dev/vitest/issues/5714) This PR ensures the ObjectContaining matcher compares objects properly. It fixes an issue where extra properties in the actual object were not correctly handled, ensuring only...
### Description This PR adds support for the Korean(ko-KR) page & Docs >- Added KR pages >- Added i18n asset(`ko_KR.json`) >- Added Korean documentation --- ### TODO: We need to...
### Description - Added README.md(KR) - Added links to KR Docs Always grateful for the Amazing projects and for the updates. :)
### Description Following [#33138](https://github.com/microsoft/playwright/pull/33138#issuecomment-2419620367) >- Improved readability by adding subheaders in the "Make a change" section of the contribution guide. >- Grouped `TypeScript Type Generation` and `Write documentation` for better...
Closes #31249 - Add new `toHaveAccessibleErrorMessage` matcher for `expect(locator)`. Looking forward to teams feedback. Thanks! :)
### Version 1.54.0-next ### Steps to reproduce I’d like to resolve the `open-to-a-pull-request` labeled issues that have been left unattended in UI mode, as well as a few others I...