Fix: RGB/RGBA color detection with resolved merge conflicts#39
Merged
melihbirim merged 7 commits intomainfrom Dec 27, 2025
Merged
Fix: RGB/RGBA color detection with resolved merge conflicts#39melihbirim merged 7 commits intomainfrom
melihbirim merged 7 commits intomainfrom
Conversation
- Merged RGB_COLOR pattern with existing EMOJI, TIME, SEMANTIC_VERSION - Fixed indentation throughout PATTERNS object - Resolved isBoolean function formatting conflict - Fixed toJSONSchema function brace mismatch - Updated test count from 77+ to 99+ in README - All 99 tests passing (3 new RGB color tests) - Linting clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes and merges PR #36 with all merge conflicts resolved and formatting issues corrected.
Changes
✅ RGB/RGBA Color Detection
RGB_COLORpattern with proper validation (0-255 for RGB, 0-1 for alpha)isRgbColor()functiondetectFieldType()function✅ Merge Conflict Resolution
RGB_COLORpattern alongsideEMOJI,TIME, andSEMANTIC_VERSIONisBoolean()function formatting conflicttoJSONSchema()function✅ Documentation & Tests
Test Coverage
Validation
npm run lintcleanCloses #23