Skip to content

v6.6.0

Compare
Choose a tag to compare
@stefanbuck stefanbuck released this 07 Oct 20:42
· 834 commits to main since this release

If this release deserves a name, I would call it Brian aka @xt0rted. Brian's contributions are remarkable and I'm so grateful for his contributions and help. Thank you Brian!

PHP

Until now, support for PHP was limited to composer files. We want to change this! This release adds support for classes and functions that will link to their respective php.net page.

use ArrayAccess; // => https://www.php.net/manual/en/class.arrayaccess.php
use function preg_last_error; // => https://www.php.net/manual/en/function.preg-last-error.php

Added in #1033 by @stefanbuck

Paket

Paket is a dependency manager for .NET projects. OctoLinker links dependencies defined in paket.dependencies, paket.local or paket.references file like we do for package.json files.

nuget Chessie >= 0.6  // => https://www.nuget.org/packages/Chessie
github fsharp/FAKE modules/Octokit/Octokit.fsx // => https://github.com/fsharp/FAKE/blob/master/modules/Octokit/Octokit.fsx

Added in #1064 by @xt0rted

Other improvements

Housekeeping

Like what we do?

Unlike many other browser extensions, OctoLinker is maintained and constantly updated since 2013. Please consider supporting our ongoing efforts. Thank you.