Back to Explore

APIDevTools/swagger-methods

GitHub
1 watchersOpen source

Last release:

A small Node.js module that exports an array of lower-case HTTP method names supported by the Swagger 2.0 specification. It is useful when you need a validated list of Swagger 2.0 HTTP methods (for example, to drive validation or code generation based on a spec).

Project status

  • Maintenance status: The source appears largely inactive, with the last upstream push on 2020-07-19 and the most recent recorded package update on 2020-03-15, so it is best described as quiet/dormant rather than actively maintained as of 2026-08-12.
  • Update cadence: Updates are sparse, with changes spread across 2019-10-24, 2020-03-10, 2020-03-15, and 2020-07-19, indicating no ongoing regular cadence in the period leading up to today.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v3.0.1

    Release v3.0.1 contains no code logic changes. The diff only updates metadata and documentation (README badges, changelog formatting) plus bumps the package version in package.json and package-lock.json.

  • v3.0.0

    No release notes were provided for v3.0.0 in the supplied release_notes section. The code diff shows a major packaging change: the library is moved to the scoped package name (@apidevtools/swagger-methods), with the unscoped package (swagger-methods) turned into a thin wrapper that re-exports the scoped module.

  • v2.0.2

    Release v2.0.2 was published on 2019-10-24, but no release notes or change details were provided by the publisher. As a result, there is no documented information here about features, fixes, breaking changes, security updates, or migration steps.

  • v2.0.1

    This release (v2.0.1) appears to be a maintenance bump with no changes to the package runtime code, since only README, tests, and package metadata/lockfiles were modified. The documented release notes are missing, so the key changes are inferred from the diff: link updates in docs, and significant devDependency and lockfile updates.

  • v2.0.0

    Release v2.0.0 contains no published release notes. The diff shows the main functional package code is not modified here, but the project moves to an updated toolchain (ES6 lint config), updates test tooling configuration, and bumps dev dependency versions plus CI Node versions.

  • v1.0.8

    Release v1.0.8 contains no documented release-note content. The code diff shows only a CI configuration formatting change in .travis.yml and a version bump in package.json.

  • v1.0.7

    Release v1.0.7 has no documented release notes. The code-level changes appear limited to quote/style updates in the exported HTTP method list and corresponding tests, while the majority of changes are CI configuration, npm tooling scripts, and large devDependency updates in package-lock.json.

  • v1.0.6

    No release notes were provided for v1.0.6. The code diff indicates this release is primarily tooling and CI related, adding test coverage reporting (nyc, lcov) and integrating coverage uploads to Codacy and Coveralls, along with upgrading several dev dependencies.

  • v1.0.5

    Release v1.0.5 contains only repository/metadata and CI configuration changes. No application or library code diff is shown, and the dependency graph appears unchanged.

  • v1.0.4

    Release v1.0.4 was published on 2017-11-06, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, security changes, or breaking changes in this release.