Skip to content

Releases: refined-github/github-url-detection

v1.2.0

Choose a tag to compare

@fregante fregante released this 11 Jun 10:51

Minor Changes

  • Add true ES Module: ffb779a

    Use it as

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

v1.1.6

Choose a tag to compare

@fregante fregante released this 05 Jun 23:26

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

Choose a tag to compare

@fregante fregante released this 19 May 22:04

Patches

  • Add isEmptyRepo: #7

Credits

Huge thanks to @yakov116 for helping!

v1.1.4

Choose a tag to compare

@fregante fregante released this 19 May 19:32

Patches

  • Add detections for all user profile pages: #4

Credits

Huge thanks to @yakov116 for helping!

v1.1.3

Choose a tag to compare

@fregante fregante released this 18 May 17:12

Patches

  • Add canUserEditOrganization; Rename isRepoWithAccess to canUserEditRepo: #3

Credits

Huge thanks to @yakov116 for helping!

v1.1.2

Choose a tag to compare

@fregante fregante released this 13 May 12:40

Patches

  • Add isRepoMainSettings: #2

v1.1.1

Choose a tag to compare

@fregante fregante released this 08 May 15:57

Patches

v1.1.0

Choose a tag to compare

@fregante fregante released this 08 May 14:13

Minor Changes

  • Accept a URL parameter: #1

Credits

Huge thanks to @iamandrewluca for helping!

v1.0.0

Choose a tag to compare

@fregante fregante released this 07 May 23:19

Initial release