Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 10:17
· 135 commits to main since this release
0c9be0b

Changelog

  • 0c9be0b Merge pull request #23 from kyoshidajp/v0.2.0
  • 579d824 Release v0.2.0
  • 41f03ea Merge pull request #22 from kyoshidajp/update_readme_2023-10-29
  • be93592 Delete dead comments
  • e629ce2 Add execution sample, and how works image
  • 27e654d Change an overview image
  • 034f8d0 Add separator for ignores list description
  • 7562a1e Add overview descriptions
  • 498cfd5 Merge pull request #21 from kyoshidajp/support_composer
  • dff592d Support composer
  • bb74198 Merge pull request #20 from kyoshidajp/change_report_messages
  • fd76321 Report results sorted by dependency's name
  • f814a21 Declare same category variables at once
  • 4a34ce7 Change report messages
  • b3410f7 Report not-mainteined packages as WARN
  • 7c6e2ab Merge pull request #19 from kyoshidajp/goroutine_registry_requests
  • e285bb7 Change function name
  • 0d4c2db Error handling when requesting to package registry
  • e92f4d5 Close HTTP response body
  • 7d5987c Refactor re-use HTTP client
  • 2fdb5dd Make GitHub search request using a goroutine
  • 666ec22 Make registry request using a goroutine
  • cb48098 Merge pull request #18 from kyoshidajp/refactor_diagnose_func
  • 19af265 Refactor diagnose functions for scaling out other package managers
  • aad5a18 Merge pull request #17 from kyoshidajp/refactor_params
  • ee7d052 Refactor make GITHUB_TOKEN const
  • 643e4e7 Refactor adding vars
  • 4436713 Refactor a fucntion name
  • b70555e Refactor names
  • 37e98f3 Merge pull request #16 from kyoshidajp/year_option
  • 961b877 Support maximum years of inactivity option
  • ae86bd6 Merge pull request #15 from kyoshidajp/add_ignore_option
  • 7d5d72c Add an ignore option
  • d3abcfa Merge pull request #14 from kyoshidajp/support_npm
  • 9ece663 Change doc
  • dddd4d7 Support npm
  • c75aede Merge pull request #13 from kyoshidajp/refactor_registry
  • d8cc652 Refactor pick up registry
  • 2081ea3 Refactor search repository count in GitHub
  • 544936b Delete unused code
  • 24b98b5 Merge pull request #12 from kyoshidajp/validations
  • d4564b6 Refactor names
  • 307fb0a Validate a package name value
  • 859426c Merge pull request #11 from kyoshidajp/support_pip
  • 78cc132 Support pip
  • 5b1f322 Merge pull request #10 from kyoshidajp/refactor_strategy_methods
  • a06d857 Refactor names