Skip to content

phillipj/changelog-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelog-url

Build Status

Resolve URLs to the Node.js changelog. Handles legacy versions of Node.js, aswell as io.js and todays Node.js.

.githubUrl(version)

Resolve the GitHub URL of the changelog for any given version, typically the one you'd reference to in releases.

const url = changelog.githubUrl('v4.2.3')
// -> 'https://github.com/nodejs/node/blob/v4.2.3/CHANGELOG.md'

.rawUrl(version)

Resolve the URL of the raw changelog content for any given version.

const url = changelog.rawUrl('v4.2.3')
// -> 'https://raw.githubusercontent.com/nodejs/node/v4.2.3/CHANGELOG.md'

License

MIT

About

Resolve URLs to the Node.js changelog

Resources

Stars

Watchers

Forks

Packages

No packages published