Commit graph

31 commits

Author SHA1 Message Date
Aric Camarata
a62239c019 build: use prepack hook so npm pack/publish reliably emit index.d.mts 2026-06-13 10:30:56 -04:00
Aric Camarata
49d880b751 ci: fix eslint config and add missing @typescript-eslint devDeps 2026-05-31 08:48:38 -04:00
Aric Camarata
2d18b68794 docs: update README, wiki examples, and CI coverage (P1) 2026-05-30 20:16:06 -04:00
Aric Camarata
2908ae7fa0 docs: refresh TypeDoc API output (T-E8-03 QA-A verify) 2026-05-30 17:48:48 -04:00
Aric Camarata
208f7ffba1 docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config
targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to
package.json. Generate initial API reference pages.

Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
2026-05-30 16:42:00 -04:00
Aric Camarata
800a74670e chore: adopt shared config packages (tsconfig, eslint, prettier) 2026-05-30 15:13:20 -04:00
Aric Camarata
866ea69ce2 ci(moon-cycle): enable corepack before setup-node, emit d.mts 2026-05-29 20:06:53 -04:00
Aric Camarata
0284076ea0 chore: E6 polish wiki content + ADR-015 CI updates (P1) 2026-05-29 07:15:59 -04:00
Aric Camarata
53ff3db716 chore: untrack AGENTS.md (AI working memory, not source code) 2026-05-29 06:36:40 -04:00
Aric Camarata
8e1d53a440 chore(config): add AGENTS.md for dual-harness parity 2026-05-25 15:51:11 -04:00
Aric Camarata
130d025e63 chore: align repository structure with portfolio documentation standards 2026-05-15 15:27:14 -04:00
Aric Camarata
bfcdc91411 Add GitHub Sponsors funding config 2026-03-28 18:18:51 -04:00
Aric Camarata
bf92d67a56 style: fix prettier table formatting in wiki 2026-03-08 17:30:34 -04:00
Aric Camarata
0744ae0080 style: replace em dashes with colons in docs and wiki 2026-03-08 17:28:03 -04:00
Aric Camarata
c80a139d4f fix: update stale Related link from moon-calc to moon-sighting 2026-03-08 16:37:58 -04:00
Aric Camarata
9b9abb99c8 refactor: code quality improvements across the board
- Add input validation (TypeError) to cycleMonth and cycleYear
- Convert tests to node:test runner with describe/it structure
- Add ESLint + Prettier with lint, format, and format:check scripts
- Update CI workflow with lint job, frozen-lockfile, and pack-check
- Add noImplicitReturns, noFallthroughCasesInSwitch, skipLibCheck to tsconfig
- Add invalid Date tests for both ESM and CJS suites
2026-03-08 11:32:47 -04:00
Aric Camarata
24db90e9f5 feat: v2.0.0 — TypeScript rewrite, npm-publishable, off-by-one fix
Port to TypeScript with dual CJS/ESM build via tsup. Fix off-by-one bug
in both cycleMonth and cycleYear (images are 1-indexed; v1 returned
000.webp/0000.webp which don't exist). Add imageFolder and cdnUrl helpers
for jsDelivr CDN integration. Export constants and types. Separate the
~438 MB image dataset from the npm package via the files field, making
moon-cycle publishable to npm for the first time. Add CI workflow with
Node 20/22/24 matrix, typecheck, and pack-check jobs. Add wiki-sync
workflow and full .wiki/ documentation (Home, API Reference, Architecture,
Migration Guide).
2026-02-25 15:34:10 -05:00
aa80f7c53d
Update README.md 2025-03-19 09:16:13 -04:00
ff9abd14d8
Update README.md 2025-03-19 09:13:13 -04:00
uny-dev
ff8cd2c562 Updated package.json repository field for NPM 2025-03-18 06:13:46 -04:00
c0e8a02c4b
Update LICENSE 2025-03-07 09:49:17 -05:00
fbd2b62673 adding my-512-85 images 2023-11-14 12:14:19 +07:00
d0a47029b6 added transparent moon image 2023-11-14 12:13:23 +07:00
7ecc73d704 adding my-512-75 images 2023-11-14 12:10:57 +07:00
987047bed0 adding my-256-85 images 2023-11-14 12:08:59 +07:00
86efc17dd5 adding my-256-75 images 2023-11-14 12:07:32 +07:00
5da0f734ab adding mm-512-85 images 2023-11-14 12:06:43 +07:00
085d04e264 adding mm-512-75 images 2023-11-14 12:05:55 +07:00
c09b43e0ea adding mm-256-85 images 2023-11-14 12:02:14 +07:00
fc42f10ede adding mm-256-75 images 2023-11-14 11:54:46 +07:00
31d27cd6c0 initial commit 2023-11-14 11:52:49 +07:00