Skip to content

Releases: refined-github/github-url-detection

v2.0.4

11 Sep 00:26
Compare
Choose a tag to compare
  • Use canonical URL in utils.getRepoURL: #26
  • Clarify and fix isRepoRoot: #25

v2.0.3

16 Jul 09:03
Compare
Choose a tag to compare
  • Fix canUserEditRepo for "Repository refresh" (#23) 91f020d

v2.0.2

07 Jul 21:19
Compare
Choose a tag to compare

v2.0.1

07 Jul 20:44
Compare
Choose a tag to compare

v2.0.0

01 Jul 13:57
Compare
Choose a tag to compare

Major Changes

  • Rename discussionconversation: #17
  • Drop deprecated functions: #18

Minor Changes

  • Detect isRepoRoot on branches with slashes: #16

Credits

Huge thanks to @FloEdelmann for helping!

v1.2.3

22 Jun 12:38
Compare
Choose a tag to compare

Patches

  • Add isRepoHome: #13

Credits

Huge thanks to @yakov116 for helping!

v1.2.2

18 Jun 21:18
Compare
Choose a tag to compare

Patches

  • Add isPRCommit404 detection: #12

Credits

Huge thanks to @FloEdelmann for helping!

v1.2.1

16 Jun 20:19
Compare
Choose a tag to compare

Patches

  • Add isEditingRelease: #11

Credits

Huge thanks to @yakov116 for helping!

v1.2.0

11 Jun 10:51
Compare
Choose a tag to compare

Minor Changes

  • Add true ES Module: ffb779a

    Use it as

     import {isPR} from 'github-url-detection/esm/index.js'

v1.1.6

05 Jun 23:26
Compare
Choose a tag to compare

Patches

  • Deprecate isEmptyRepo in favor of isEmptyRepoRoot: 0c36c4c
  • Rename isConflict to isPRConflicts: #10
  • Exclude isConflict from isPR: #9

Credits

Huge thanks to @yakov116 for helping!