OctoLinker v5.1.0 Release Notes

Release Date: 2019-08-05 // over 4 years ago
  • ๐Ÿ‘Œ Support for Deno

    ๐Ÿš€ This release comes with a single feature added by @MarkTiedemann. JavaScript URL imports will allow you to load files from another domain using ES6 Modules.

    import \_ from 'https://unpkg.com/[email protected]/underscore.js';
    

    ๐ŸŒ Furthermore, this enables support for Deno which follow this web standard.

    Housekeeping

    • Various version bumps through Dependabot

    All Changes

    v5.0.2...v5.1.0