Commit graph

13 commits

Author SHA1 Message Date
Aric Camarata
1308ee107f
add opt-in anonymous telemetry (#1)
Some checks failed
CI / Test (Node 20) (push) Failing after 43s
CI / Test (Node 22) (push) Failing after 35s
CI / Test (Node 24) (push) Failing after 37s
CI / Lint (push) Failing after 33s
CI / Typecheck (push) Failing after 32s
CI / Pack check (push) Failing after 29s
CI / Coverage (push) Failing after 3s
* add Forgejo CI mirror and telemetry disclosure

Mirrors .github/workflows/ci.yml to .forgejo/workflows/ for self-hosted
runner on git.ariccamarata.com. Adds failure-reporting hook stub (server
registration via nself sentry ci enable is a server-side step). Adds
telemetry disclosure section to README.

* add opt-in telemetry via @acamarata/telemetry (off by default)

* chore: update lockfile for @acamarata/telemetry devDep

* chore: fix prettier formatting on telemetry import
2026-06-30 15:56:48 -04:00
Aric Camarata
a0643e0b86 chore: bump to v1.0.4 2026-06-13 11:52:42 -04:00
Aric Camarata
ab908e6eba build: use prepack hook so npm pack/publish reliably emit index.d.mts 2026-06-13 10:11:20 -04:00
Aric Camarata
903fa34896 chore: bump to v1.0.3 2026-06-10 16:50:42 -04:00
Aric Camarata
1e3044c859 ci: fix coverage corepack order, eslint parser devDeps, pack-check d.mts
- Add @typescript-eslint/parser and @typescript-eslint/eslint-plugin to devDependencies
- Fix eslint.config.mjs: add files pattern and parserOptions.project for typed linting
- Fix prettier formatting in src/index.ts and src/types.ts
- Add coverage/ to .gitignore and untrack committed coverage artifacts
- postbuild cp already handles dist/index.d.mts (verified)
2026-05-31 08:48:36 -04:00
Aric Camarata
b1fba5f68d chore: bump to v1.0.2 2026-05-30 19:19:21 -04:00
Aric Camarata
b96b21a861 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:41:59 -04:00
Aric Camarata
50b6665035 chore: adopt shared config packages (tsconfig, eslint, prettier) 2026-05-30 15:11:48 -04:00
Aric Camarata
60f2ac366a ci: corepack before setup-node, scope prettier to src/, emit d.mts 2026-05-29 20:05:42 -04:00
Aric Camarata
308e5e2c48 chore: bump to v1.0.1
- Flatten exports map to ADR-015 standard
- Add coverage script (c8)
- Migrate CI to corepack enable
2026-05-28 13:55:02 -04:00
Aric Camarata
7d7e723555 refactor: code quality improvements across the board 2026-03-08 11:37:55 -04:00
Aric Camarata
a872c5b5ed chore: CR/QA polish for v1.0.0 release
Fix documentation style (no em dashes). Update hijri-core devDep
from file: path to ^1.0.0. Add wiki-sync workflow permissions.
Correct UAQ range to 1318-1500 AH / 1900-2076 CE throughout.
2026-02-25 15:12:10 -05:00
Aric Camarata
295dbf8680 feat: initial release of moment-hijri-plus v1.0.0
Moment.js plugin adding Hijri calendar support via hijri-core. Adds
toHijri(), fromHijri(), hijriYear/Month/Day(), isValidHijri(), and
formatHijri() to all Moment instances via fn prototype and module
augmentation. Format token escaping wraps substituted values in
moment bracket syntax [...] to prevent re-interpretation. UTC-midnight
date shift corrected by using getUTC* components + moment([y, m, d])
construction. 14 ESM + 8 CJS tests passing. Dual CJS/ESM build.
2026-02-25 14:15:18 -05:00