mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 00:46:50 +00:00
- JSON response returns bare array (not wrapped in {"releases": [...]})
- OS names mapped to Node.js conventions: darwin → macos
- Arch names mapped: x86_64 → amd64, aarch64 → arm64
- Version strings stripped of "v" prefix
- Extension stripped of "." prefix
- Empty libc defaults to "none"
- Tab format uses actual TSV (not comma-separated)
- Tab LTS field uses "lts" / "-" (not "true" / "false")
- Tab shows header row only with ?pretty=true
- Releases sorted newest-first by version (using lexver)
- Added comprehensive format tests and production comparison test
37 lines
391 B
Plaintext
37 lines
391 B
Plaintext
# generated artifacts
|
|
install-*.sh
|
|
install-*.bat
|
|
install-*.ps1
|
|
|
|
# Go build outputs (from go run/build in repo root)
|
|
/classify
|
|
/e2etest
|
|
/fetchraw
|
|
/inspect
|
|
/uaparse
|
|
/webicached
|
|
/zigtest
|
|
/distributables.csv
|
|
|
|
# local config
|
|
.env.*
|
|
*.env
|
|
.env
|
|
!example.env
|
|
|
|
# caches
|
|
_cache/
|
|
node_modules/
|
|
|
|
# temporary & backup files
|
|
.*.sw*
|
|
*.bak
|
|
*.bak.*
|
|
|
|
# other
|
|
.DS_Store
|
|
desktop.ini
|
|
.directory
|
|
LIVE_cache
|
|
webid
|