Skip to content

Latest commit

 

History

History
132 lines (77 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

132 lines (77 loc) · 6.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.3 - 2024-06-26

Fixed

  • [Fix] avoid node 22 url.parse deprecation warning #30 #15
  • [meta] create SECURITY.md #27
  • [Fix] Handle blob and tree being in owner and project name #16

Commits

  • [eslint] add eslint 06c2423
  • [readme] update readme e764de9
  • [meta] use auto-changelog 12b542f
  • [Tests] migrate from travis to GHA 10b3f6c
  • [Tests] switch from mocha to tape 6da7b67
  • Only apps should have lockfiles 1a7063e
  • [Robustness] use a null object cache 4d46f90
  • [Fix] properly parse a repo whose name starts with a dot abcd683

v1.0.2 - 2017-12-08

Merged

  • add cli support #12

Commits

v1.0.1 - 2017-10-31

Merged

  • Return the correct host for git@ URLs #11

Fixed

  • Return the correct host for git@ URLs #10

Commits

  • upgrade devDependencies, run update bd5041e

v1.0.0 - 2016-12-31

Merged

  • Add support of filepath #9

Commits

v0.3.2 - 2016-09-02

Merged

  • Return null for URLs not containing a path #7

v0.3.1 - 2016-04-17

Merged

  • Include host in the result object #5

Fixed

Commits

v0.3.0 - 2016-01-17

Commits

v0.2.1 - 2015-10-17

Merged

  • Return null if user is undefined #4

Commits

v0.2.0 - 2015-10-12

Commits

  • add failing tests a56639a
  • adding tests with a commit hash for githubusercontent.com files 23e4319
  • add fix for branches on githubusercontent.com c0848fa

v0.1.1 - 2015-06-28

Merged

  • Handle dots in repo. Fixes #2. #3

Fixed

  • Merge pull request #3 from adjohnson916/dotted-repo #2
  • Handle dots in repo. Fixes #2. #2

Commits

v0.1.0 - 2015-03-14

Commits