This repository was archived by the owner on Jan 22, 2018. It is now read-only.
Releases: stefanbuck/Archive-Octo-Linker-Core
Releases · stefanbuck/Archive-Octo-Linker-Core
v1.9.0
v1.8.1
v1.8.0
Features
Add ES2015 import support (Thanks @eligolding)
v1.7.1
Fix
Align css selectors with GitHub's new DOM structure
v1.7.0
Features
- Add gist.github.com support #11 (Thanks @petereberlecom)
- Link core package to https://iojs.org/api/{package}.html
Misc
- Use github-injection to detect dom changes
- Use validate-npm-package-name for package name validation
- Use builtins to identify core modules
- Personalize update notification
v1.5.0
Improvements
- Watch for DOM changes and reinitialize module if needed.
v1.4.0
Features
- Resolve git urls from manifest files like
package.json
orbower.json
to there GitHub repo page. - Resolve GitHub shorthands via github-linker-resolver
v1.3.0
Features
- Resolve
require()
in GitHub's Pull Request and Issues view. - Resolve
require()
in markdown files, if the syntax highlighting is set to javascript.
v1.1.0
Feature
- Add links to
directories
andbin
field #2 (Thanks @spacewander)
v1.0.0
Initial version