Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Feresaul
/
Forge
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor - Module
- #1
#1
Merged
Feresaul
merged 11 commits into
main
Feresaul/Forge:main
from
refactor
Feresaul/Forge:refactor
Copy head branch name to clipboard
Jul 18, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Refactor - Module
#1
Feresaul
merged 11 commits into
main
Feresaul/Forge:main
from
refactor
Feresaul/Forge:refactor
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2025
Implement baseForgeType function and string validation method for enhanced type handling and validation flexibility
Feresaul
committed
b631c16
View commit details
Copy full SHA for b631c16
Browse repository at this point
Commits on Jul 16, 2025
Add baseForgeType and type definitions for boolean, number, and string validations; remove legacy proposal.ts
Feresaul
committed
04c742e
View commit details
Copy full SHA for 04c742e
Browse repository at this point
Refactor baseForgeType and related methods: extract ForgeMethodConfig and related types into a new types.ts file; update number and string methods to accept optional config parameter
Feresaul
committed
d75ac12
View commit details
Copy full SHA for d75ac12
Browse repository at this point
Commits on Jul 17, 2025
Implement array validation type and related methods; enhance baseForgeType for improved type handling and validation flexibility
Feresaul
committed
c80ae86
View commit details
Copy full SHA for c80ae86
Browse repository at this point
Refactor number validation methods: replace min/max with lt/lte and gt/gte for improved clarity and consistency in type handling
Feresaul
committed
983766d
View commit details
Copy full SHA for 983766d
Browse repository at this point
Enhance BaseForgeType: clarify method state handling with comments on null and true states for improved readability
Feresaul
committed
f2d702e
View commit details
Copy full SHA for f2d702e
Browse repository at this point
Commits on Jul 18, 2025
Refactor:
Show description for 6dcdfae
Feresaul
committed
6dcdfae
View commit details
Copy full SHA for 6dcdfae
Browse repository at this point
Update devDependencies: upgrade @eslint/js to 10.0.0, @types/node to 24.0.14, typescript-eslint to 8.37.0, and vitest to 3.2.4
Feresaul
committed
a565d93
View commit details
Copy full SHA for a565d93
Browse repository at this point
Add GitHub Actions workflows for npm versioning and PR tests
Feresaul
committed
4db4e99
View commit details
Copy full SHA for 4db4e99
Browse repository at this point
Refactor tests to use async/await syntax for better readability and consistency; update test cases for various data types (boolean, number, string, object, array) to include async handling, method …
Show description for 1e7a672
Feresaul
committed
1e7a672
View commit details
Copy full SHA for 1e7a672
Browse repository at this point
Increase timeout for async checks in tests to 100ms for improved reliability
Feresaul
committed
2877502
View commit details
Copy full SHA for 2877502
Browse repository at this point
You can’t perform that action at this time.