Skip to content

feat(yaml): implement yaml based formatting error function#12

Merged
async3619 merged 3 commits into
devfrom
4-library-should-provide-a-function-to-format-zod-errors-with-yaml-payload
Sep 17, 2025
Merged

feat(yaml): implement yaml based formatting error function#12
async3619 merged 3 commits into
devfrom
4-library-should-provide-a-function-to-format-zod-errors-with-yaml-payload

Conversation

@async3619

Copy link
Copy Markdown
Owner

No description provided.

@async3619 async3619 self-assigned this Sep 17, 2025
@codecov

codecov Bot commented Sep 17, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (882a879) to head (93c93f1).
⚠️ Report is 3 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         2    +1     
  Lines           18        36   +18     
  Branches         4         8    +4     
=========================================
+ Hits            18        36   +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@async3619 async3619 merged commit 26a2dac into dev Sep 17, 2025
3 checks passed
@async3619 async3619 deleted the 4-library-should-provide-a-function-to-format-zod-errors-with-yaml-payload branch September 17, 2025 15:33
github-actions Bot pushed a commit that referenced this pull request Sep 17, 2025
## [1.0.0-dev.4](v1.0.0-dev.3...v1.0.0-dev.4) (2025-09-17)

### Features ✨

* **yaml:** implement yaml based formatting error function ([#12](#12)) ([26a2dac](26a2dac))
@async3619

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.0.0-dev.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Sep 17, 2025
## 1.0.0 (2025-09-17)

### Features ✨

* **json:** implement json based formatting error function ([#2](#2)) ([d427bc3](d427bc3))
* **yaml:** implement yaml based formatting error function ([#12](#12)) ([26a2dac](26a2dac))

### Bug Fixes 🐞

* correct typo in json formatting function name and update related tests ([#9](#9)) ([a102ef3](a102ef3))
@async3619

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

library should provide a function to format zod errors with yaml payload

1 participant