OctoLinker v6.7.0 Release Notes

Release Date: 2020-11-16 // over 3 years ago
  • ๐Ÿ”‹ Feature

    ๐Ÿ›  Fix

    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.


Previous changes from v6.6.0

  • ๐Ÿš€ 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.phpuse 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.