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
Added interface-forge/json-schema with JsonSchemaFactory for optional AJV-backed JSON Schema data generation and validation.
Added JSON Schema support for object, primitive, array, nested object, enum, const, common string/number/array constraints, selected formats, and shallow local $defs/definitions references.
Added factory.sequence.increment(), factory.sequence.template(), and factory.sequence.date() helpers for stateful sequence values in factory schemas.
Added IncrementSequenceGenerator, TemplateSequenceGenerator, and DateSequenceGenerator exports for direct generator usage.
Documentation
Added JSON Schema integration documentation and installation guidance.
Updated generator documentation to cover factory.sequence and direct generator usage.