Releases: refined-github/github-url-detection
Releases · refined-github/github-url-detection
v8.0.0
Breaking changes
- Update dependencies, output ES2022 code by @fregante in #181
- Remove
isSingleTag
fromisReleasesOrTags
by @fregante in #179
Improvements
- Add
isProfileRepoList
by @fregante in #170 - Add
isNewDiscussion
and add it tohasRichTextEditor
by @kang8 in #177 - Add support for logged out 404 pages by @gamemaker1 in #174
Bugfixes
- Exclude special
search
URLs fromisRepoRoot
andisRepoHome
by @kang8 in #178 - Restore
isOrganizationRepo
by @fregante in #176 - Include
isPRCommit
inisPRFiles
by @fregante in #180
New Contributors
- @gamemaker1 made their first contribution in #174
- @kang8 made their first contribution in #177
Full Changelog: v7.1.2...v8.0.0
v7.1.2
Full Changelog: v7.1.1...v7.1.2
v7.1.1
v7.1.0
New
- Add support for Organization Discussions by @fregante in #158
- Allow permalinks in demo by @fregante in #163
Bugfixes
- Add support for new GitHub navigation to
isPublicRepo
by @ambujsahu81 in #159 - Add support for new GitHub navigation to
isArchivedRepo
by @fregante in #167
New Contributors
- @ambujsahu81 made their first contribution in #159
Full Changelog: v7.0.0...v7.1.0
v7.0.0
v6.1.0
v6.0.2
v6.0.1
v6.0.0
Breaking changes
- 1325ca8 Include Repo Search pages in
isRepo
; addhasRepoHeader
(#131) - b93c1f1 Improve Gist detection; exclude Gist profiles from
isProfile
(#132) - 2d1f30e Rename "Conversation" detections to "IssueOrPR" except
isConversation
(#139) - 5ef9213 Rename
isOrganizationDiscussion
toisTeamDiscussion
(#144) - b456414 Rename
canUserEditOrganization
toisUserTheOrganizationOwner
(#138)