2025-04-24 - 2026-04-24

Overview

52 Active Pull Requests
Excluding merges, 0 authors have pushed 0 commits to main and 127 commits to all branches. On main, 0 files have changed and there have been 0 additions and 0 deletions.

11 Releases published by 1 user

Published v0.1.7 v0.1.7 2026-01-14 19:14:35 +00:00

Published v0.1.6.post1 v0.1.6.post1 2025-12-08 22:07:19 +00:00

Published v0.1.6 v0.1.6 2025-12-06 20:09:21 +00:00

Published v0.1.5.post1 v0.1.5.post1 2025-11-28 21:30:38 +00:00

Published v0.1.5 v0.1.5 2025-11-26 18:31:10 +00:00

Published v0.1.4 v0.1.4 2025-11-26 13:55:32 +00:00

Published v0.1.3.post2 v0.1.3.post2 2025-09-15 22:18:20 +00:00

Published v0.1.3.post1 v0.1.3.post1 2025-09-14 13:51:26 +00:00

Published v0.1.3 v0.1.3 2025-09-14 04:42:11 +00:00

Published v0.1.2 v0.1.2 2025-08-20 03:31:46 +00:00

Published v0.1.1 v0.1.1 2025-06-23 19:28:40 +00:00

52 Pull requests merged by 1 user

Merged #78 feat: support object-level descriptions 2026-01-14 19:14:35 +00:00

Merged #76 chore: adds python3.14 metadata 2025-12-08 22:07:19 +00:00

Merged #74 chore: updates project to be python3.14 compatible 2025-12-06 20:09:21 +00:00

Merged #73 feat: duration string parser 2025-12-06 19:53:27 +00:00

Merged #71 fix: fixes annotation definition in anyof parser 2025-11-28 21:30:38 +00:00

Merged #68 chore: minor adjustment of docs 2025-11-26 18:31:10 +00:00

Merged #67 feat: adds caching per namespace 2025-11-26 18:28:17 +00:00

Merged #66 feat: adds support for list of types 2025-11-26 13:55:32 +00:00

Merged #65 chore: improves documentation and readme 2025-11-26 12:50:38 +00:00

Merged #64 feature: stabilized the new instance method and adds docs 2025-11-26 03:05:15 +00:00

Merged #63 feature: add instance level ref cache 2025-11-25 00:07:55 +00:00

Merged #62 ci(github-actions): correct label of bug 2025-11-24 21:04:07 +00:00

Merged #61 fix: fixes invalid subobject required 2025-11-24 17:38:48 +00:00

Merged #58 Feature/oneof unique subtypes naming 2025-11-24 01:11:01 +00:00

Merged #57 feat: adds title and deprecated to the list of default mappings in th… 2025-11-23 23:19:19 +00:00

Merged #54 feat: Add examples 2025-11-23 23:10:27 +00:00

Merged #50 Fix Field deprecation warning resulting from building models with formatted strings 2025-09-15 22:18:20 +00:00

Merged #51 chore: adds pyright config to project 2025-09-15 16:55:26 +00:00

Merged #49 fix: fixes docs build 2025-09-14 13:51:26 +00:00

Merged #48 feat: more pythonic error parent class 2025-09-14 04:42:11 +00:00

Merged #47 Feature/explicit exception type 2025-09-14 04:13:28 +00:00

Merged #46 Better Internat Static Typing 2025-09-13 22:49:17 +00:00

Merged #45 chore: fixes license in pyproject - no change was made 2025-09-12 14:36:55 +00:00

Merged #44 feat: Add py.typed marker file for proper typing support 2025-09-12 13:23:13 +00:00

Merged #43 (improvement): Formats and Lints Code - Minor Changes 2025-08-20 04:13:25 +00:00

Merged #42 (improvement): Adds More Type Formats to String Parser 2025-08-20 03:31:46 +00:00

Merged #41 (fix): Fixes docs 2025-08-20 03:00:30 +00:00

Merged #40 (fix): Adds check for discriminator type 2025-08-20 01:31:02 +00:00

Merged #39 (project): Fixes Readme 2025-08-19 23:48:27 +00:00

Merged #37 [FEATURE] Implements OneOf 2025-08-19 23:45:30 +00:00

Merged #38 [FEATURE] Adds Better Const Typing 2025-08-19 22:02:09 +00:00

Merged #32 Add null type parser 2025-08-19 02:39:12 +00:00

Merged #35 add string duration -> timedelta 2025-08-19 02:05:08 +00:00

Merged #36 Fix/required array field not honored 2025-08-19 02:00:59 +00:00

Merged #31 Revises Roadmap 2025-06-23 19:28:40 +00:00

Merged #30 Feature/adds const 2025-06-23 18:32:37 +00:00

Merged #29 Adds Aditional Validations in Enum 2025-06-22 20:39:54 +00:00

Merged #28 [Feature] Adds Enums 2025-06-22 20:25:27 +00:00

Merged #27 Create FUNDING.yml 2025-06-22 13:16:58 +00:00

Merged #26 Fix ReadTheDocs Config File 2025-06-22 11:45:32 +00:00

Merged #25 Fixes RTD Build 2025-06-22 11:38:28 +00:00

Merged #24 Fixes RTD Build 2025-06-22 11:37:35 +00:00

Merged #23 Fixes RTD Build 2025-06-21 23:55:41 +00:00

Merged #22 Fixes Config ReadTheDocs 2025-06-21 21:47:40 +00:00

Merged #21 Feature/add doc 2025-06-21 21:43:38 +00:00

Merged #20 [FEATURE] Implementation of $ref JSON Schema Keyword 2025-06-20 01:09:11 +00:00

Merged #19 Update issue templates 2025-06-12 03:53:38 +00:00

Merged #17 Update issue templates 2025-06-12 03:45:39 +00:00

Merged #16 Better Object Internal Structure and Type Selection 2025-06-04 04:27:29 +00:00

Merged #15 Fixes Typing Output 2025-06-02 23:43:13 +00:00

Merged #12 feat(parser): first‑class support for JSON string.format 2025-05-10 23:09:14 +00:00

Merged #13 Adds PRs to the Test Execution GithubAction 2025-05-10 23:06:40 +00:00