Skip to content

Releases: refined-github/github-url-detection

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!

v1.1.5

19 May 22:04
Compare
Choose a tag to compare

Patches

  • Add isEmptyRepo: #7

Credits

Huge thanks to @yakov116 for helping!

v1.1.4

19 May 19:32
Compare
Choose a tag to compare

Patches

  • Add detections for all user profile pages: #4

Credits

Huge thanks to @yakov116 for helping!

v1.1.3

18 May 17:12
Compare
Choose a tag to compare

Patches

  • Add canUserEditOrganization; Rename isRepoWithAccess to canUserEditRepo: #3

Credits

Huge thanks to @yakov116 for helping!

v1.1.2

13 May 12:40
Compare
Choose a tag to compare

Patches

  • Add isRepoMainSettings: #2