Skip to content

Releases: scagogogo/npm-skills

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:08

Changelog

  • 74b11bd Add bilingual README support (English and Chinese) with switch links
  • 03cc87e Add sample output comments to code examples in README files
  • 5c0da83 Fix README links and ensure default README is in English
  • b26f3c3 Initial commit
  • c681c68 Remove duplicate README_en.md file and keep only necessary README files
  • d00718e Update TODO.md
  • 295a133 Update files
  • 6b4471d feat(cli): add config command to show effective registry configuration
  • b2438f1 feat(registry): add DownloadTarball method to download package tarballs
  • f0e4cce feat(registry): add GetAbbreviatedPackageInformation, WhoAmI, and requestSettingHeader helper
  • a8e1aa3 feat(registry): add GetDistTags and GetDistTagsAbbreviated methods
  • 67c9f08 feat(registry): add GetDownloadRangeStats, GetDownloadStatsByDateRange, GetBulkDownloadStats, GetBulkDownloadRangeStats
  • 30eaefa feat(registry): add MirrorEntry and ListMirrors to unify mirror metadata source
  • 24d091b feat(registry): add SearchPackagesWithOptions with pagination and score weighting
  • 1bca13c feat(registry): add Token field to Options for authenticated API support
  • dac3e2f feat: add npm-crawler as an AI-native Skill
  • 793e148 feat: rename to npm-skills, add GoReleaser CI/CD, enhance SDK API
  • 8d2a7db feat: 改进 GitHub Pages 自动部署配置
  • f699c02 feat: 添加examples
  • f3c7e7d feat: 添加包搜索、版本查询和下载统计API
  • 7d5aed9 feat: 设置docs目录和VitePress自动部署到GitHub Pages
  • d0664d9 fix(models): change Deprecated field type to interface{} to handle bool values
  • cdcaabe fix: add allow_different_binary_count to goreleaser archive config
  • 9fd4d4b fix: remove brews/scoops from goreleaser config (repos not created yet)
  • 17f5680 fix: standardize language switching links in README files
  • 027df52 fix: 修复代码格式问题
  • ba0251b fix: 修复模型结构变更导致的测试失败问题
  • aa6165d fix: 修复测试文件中的兼容性问题,添加 DefaultRegistryURL 常量
  • f9bca56 init
  • 9a9b6a4 init
  • ba447bd refactor(models): remove unused DistTags struct, change Script to map[string]string for flexibility
  • 7a6d783 refactor: model package rename to models
  • 7a34849 style: run gofmt -s -w on all files
  • 16bd791 style: 优化 README 顶部样式,使用更精致的 NPM logo
  • 0a51a70 test(cli): add unit tests for mirrorToURL, currentMirrorLabel and SDK consistency
  • 4867848 wip: coverage reports, docs, and registry updates
  • 1a7e58f 交换README文档,使README.md默认为英文版本,并修复链接
  • a5ea73a 修复README文档,使默认版本为英文并正确设置链接
  • 210eb30 完善单元测试和GitHub Actions工作流
  • 0a7eef1 📝 Add comprehensive English documentation