Skip to content

Releases: pratyushly/ytid

v1.3.0

25 Nov 13:56
23457c6
Compare
Choose a tag to compare

Minor Changes

  • edeefdc: expand dataset to include words / phrases from French

v1.2.0

04 Nov 15:13
4943de1
Compare
Choose a tag to compare

Minor Changes

  • e43def7: expand dataset to include words / phrases from German

v1.1.0

03 Jul 17:51
8a721f5
Compare
Choose a tag to compare

Minor Changes

  • c109c85: expand dataset to include words / phrases from Spanish

v1.0.0

24 Jun 00:55
2263bc0
Compare
Choose a tag to compare

Major Changes

  • ace2831: first release

    Create URL friendly short IDs just like YouTube.

    Installation

    Using npm:

    npm i ytid

    Using yarn:

    yarn add ytid

    Using pnpm:

    pnpm i ytid

    Usage

    With ES6 (ECMAScript):

    import { ytid } from "ytid";
    
    console.log(ytid()); // gocwRvLhDf8

    With CommonJS:

    const { ytid } = require("ytid");
    
    console.log(ytid()); // dQw4w9WgXcQ

v0.3.0

19 Jun 18:51
ac2759e
Compare
Choose a tag to compare

Minor Changes

  • 746b243: ensure that id doesn't contain any profane word

v0.2.0

19 Jun 18:32
9a35366
Compare
Choose a tag to compare

Minor Changes

  • cf21329: package now creates IDs just like YouTube