Skip to content

Releases: simplyhexagonal/short-unique-id

Release v3.2.0

01 Dec 22:38
Compare
Choose a tag to compare

Includes CLI version of short-unique-id

Patch release v3.0.5

16 Oct 02:41
Compare
Choose a tag to compare

Minor security refactor to use Proxy object in order to achieve class instance usage as a function.

Removes warning regarding possible eval.

Patch release v3.0.4

19 Jul 20:37
Compare
Choose a tag to compare

Minor update to address dependabot security concerns regarding lodash

Also made sure tests pass with Deno v1.2.0

Metadata update v3.0.3

01 Jun 12:53
Compare
Choose a tag to compare

Updated package.json to link to correct docs homepage 👍

Patch release v3.0.2

21 May 18:29
e2b89df
Compare
Choose a tag to compare

Fixes

  • Moved typings to their own file since Deno likes having the .ts in imports and TypeScript doesn't
  • Updated documentation since shuffle option was still shown as the old skipShuffle
  • added .npmignore file since we hadn't realized we were pushing local files to previous releases, from now on only Node and browser related files are included in the npm package

Fix missing typings issue

20 May 08:33
Compare
Choose a tag to compare

Updated package.json so that TypeScript is able to find short_uuid type definitions.

Fixes following error:

Could not find a declaration file for module 'short-unique-id'.

Release v3

14 May 06:23
Compare
Choose a tag to compare

Fully functional and tested for Deno, Node.js, and Browsers.

Release Candidate 2

11 May 08:29
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release

Fully tested against Deno v1.0.0-rc1 and v1.0.0-rc2, Node.js, and Browser

Bumped minimist to 1.2.5

14 Apr 15:17
Compare
Choose a tag to compare

Also forced dependencies to use this version as npm reported security concerns if a version < 1.2.3 was present.

Ran all tests, no breakage from bump. Proceeded with security release.

Removed class property usage in ES6 module

13 Mar 05:56
e96b155
Compare
Choose a tag to compare
Merge pull request #9 from jeanlescure/fix-unexpected-token

Fix unexpected token error due to class property usage