Betterlol
  • Joined on 2026-05-31
Betterlol synced commits to refs/tags/v0.8.2 at Betterlol/moon_zod from mirror 2026-07-25 01:16:33 +08:00
Betterlol synced new reference refs/tags/v0.8.2 to Betterlol/moon_zod from mirror 2026-07-25 01:16:33 +08:00
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-25 01:16:32 +08:00
b223091d47 [docs]: update INTRO
11dcf90b0c [examples]: add mock/pipe_agent/
5d3064d4fa [fix]: block type-specific methods after transform(); add is_builtin flag
621e215175 [examples]: add examples for 'exclude/extract' and 'pipe'.
Compare 4 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-24 05:55:47 +08:00
b223091d47 [docs]: update INTRO
11dcf90b0c [examples]: add mock/pipe_agent/
5d3064d4fa [fix]: block type-specific methods after transform(); add is_builtin flag
621e215175 [examples]: add examples for 'exclude/extract' and 'pipe'.
Compare 4 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-19 09:35:48 +08:00
5eeab6a062 [fix]: moon fmt.
09de42e8bb [Phase 45][feat]: add enum exclude() and extract() (Phase 45)
667911c47a [docs]: update moonbit_syntax_pitfalls.md
2a24a26dd5 [Phase 44][feat]: add PipeType for explicit two-stage validation
3d3fccdcba [Phase 43][fix]: review issues — DU rules passthrough, docstring, valid_keys allocation
Compare 10 commits »
Betterlol synced commits to doc at Betterlol/moon_zod from mirror 2026-07-19 09:35:47 +08:00
38738701d3 [docs]: finish phase 45.
02b6bb725d [docs]: finish phase 44.
fbedc61ad5 [docs]: finish phase 43.
Compare 3 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-19 09:35:45 +08:00
5eeab6a062 [fix]: moon fmt.
09de42e8bb [Phase 45][feat]: add enum exclude() and extract() (Phase 45)
667911c47a [docs]: update moonbit_syntax_pitfalls.md
2a24a26dd5 [Phase 44][feat]: add PipeType for explicit two-stage validation
3d3fccdcba [Phase 43][fix]: review issues — DU rules passthrough, docstring, valid_keys allocation
Compare 6 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-18 14:25:34 +08:00
9ba690fc0e [docs]: update test counts in readme.
Betterlol synced commits to doc at Betterlol/moon_zod from mirror 2026-07-18 14:25:33 +08:00
342f1b49d2 [docs]: update readme.
a057834f92 [docs]: update docs.
47e679af89 [docs]: finish phase 42.
d521cda5ae [docs]: add phase 42 design docs.
32cfcef3b9 [docs]: add MOON_ZOD_VS_ZOD_ERROR_GAP_ANALYSIS.md
Compare 6 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-18 14:25:32 +08:00
f6ad1f4e60 [fix]: moon fmt.
ab123991ee [Phase 42][fix]: constraint_extractor uses IssueCode; collect_raw_errors takes path_stack
f96091e310 [Phase 42][fix]: address review feedback
5ba5342d39 [Phase 42][feat]: add IssueCode + ErrorMap + ParseParams error system
9ba690fc0e [docs]: update test counts in readme.
Compare 5 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-17 19:04:23 +08:00
cd1e2498e7 [fix] format moon.pkg: options("is-main": true) -> pkgtype(kind: "executable")
ef8c95b9fd [fix] ci: remove redundant Build with Warnings Check steps; use --deny-warn in 'moon check'.
eee080d25a [fix] 开始修复 ambiguous_braces 编译器警告:Map({}) → Map([]),Json::object({}) → Json::empty_object()
42419ad039 [release]: update version.
Compare 4 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-17 19:04:23 +08:00
cd1e2498e7 [fix] format moon.pkg: options("is-main": true) -> pkgtype(kind: "executable")
ef8c95b9fd [fix] ci: remove redundant Build with Warnings Check steps; use --deny-warn in 'moon check'.
eee080d25a [fix] 开始修复 ambiguous_braces 编译器警告:Map({}) → Map([]),Json::object({}) → Json::empty_object()
42419ad039 [release]: update version.
Compare 4 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-12 23:03:43 +08:00
60f955dbcc [docs]: update API.md
d52dc5030c [feat]: implement '.required_error()' / '.invalid_type_error()', and update docs.
7d46147e9b [feat]: add 'pub fn json_schema_to_prompt' in combinators.
60e8ac7715 [fix]: delete combinators/reexporter.mbt; and change refer with @importers and @exporters in schema_combinators.mbt.
3d6fdcc8dd [docs & fix]: fix enum and additionalProperties support in from_json_schema.mbt; add importers/README.md; update docs.
Compare 8 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-12 23:03:39 +08:00
60f955dbcc [docs]: update API.md
d52dc5030c [feat]: implement '.required_error()' / '.invalid_type_error()', and update docs.
7d46147e9b [feat]: add 'pub fn json_schema_to_prompt' in combinators.
60e8ac7715 [fix]: delete combinators/reexporter.mbt; and change refer with @importers and @exporters in schema_combinators.mbt.
3d6fdcc8dd [docs & fix]: fix enum and additionalProperties support in from_json_schema.mbt; add importers/README.md; update docs.
Compare 8 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-11 15:48:58 +08:00
575e861e0a [docs]: update DESIGN and readme, add branch 'doc' badge, change ci.yml name.
1ef7eab2c1 [docs]: add FUTURE.md
a9ddc384db [docs]: update readme, add 'about' and 'installation'.
Compare 3 commits »
Betterlol synced commits to doc at Betterlol/moon_zod from mirror 2026-07-11 15:48:56 +08:00
ad67454157 [docs]: add README
7a1af5b2e0 [docs]: update GAPS.md
33ebb224c2 [docs]: update phase 41.
6223603af7 [docs]: update phase 40.
0f7a50a10e [docs][add]: add step_phase41_1...
Compare 8 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-11 15:48:53 +08:00
575e861e0a [docs]: update DESIGN and readme, add branch 'doc' badge, change ci.yml name.
1ef7eab2c1 [docs]: add FUTURE.md
a9ddc384db [docs]: update readme, add 'about' and 'installation'.
3d73c49c51 [docs]: add 'CI' and 'Mooncakes' badges.
Compare 4 commits »
Betterlol synced commits to develop at Betterlol/moon_zod from mirror 2026-07-10 02:13:14 +08:00
5b2362e8da [docs][fix]: version document files, update to v0.8.1
9ba4d8885c [docs]: update real_llm_agent/README.md for which llm suggested.
Compare 2 commits »
Betterlol synced commits to master at Betterlol/moon_zod from mirror 2026-07-10 02:13:14 +08:00
3d73c49c51 [docs]: add 'CI' and 'Mooncakes' badges.
5b2362e8da [docs][fix]: version document files, update to v0.8.1
Compare 2 commits »
Betterlol synced new reference refs/tags/v0.8.1 to Betterlol/moon_zod from mirror 2026-07-08 11:43:31 +08:00