OctoLinker v6.6.0 Release Notes
Release Date: 2020-10-07 // almost 4 years ago-
๐ 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
orpaket.references
file like we do forpackage.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
- ๐ Ruby require_relative fixes #1014 by @MatthewDG
- โ Add support for url() values in css #905 by @xt0rted
- โ Add support for docker hub actions #1024 by @xt0rted
- ๐ Support extensionless less imports #1034 by @xt0rted
- Exclude urls from css imports #1036 by @xt0rted
Housekeeping
- ๐ฆ Rename dotnet packages for consistency #1051 by @vinmaster
- โก๏ธ Update all repo urls to use main #1053 by @xt0rted
- โ Creating annotations for failed e2e tests #1063 by @xt0rted
- โ Add e2e test NOT annotation #1046 by @stefanbuck
- ๐ Ensure release note is updated #1050 by @stefanbuck
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.
- @xt0rted Core contributor
- @stefanbuck Creator of OctoLinker