Releases: simplyhexagonal/short-unique-id
Release v3.2.0
Includes CLI version of short-unique-id
Patch release v3.0.5
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
Minor update to address dependabot security concerns regarding lodash
Also made sure tests pass with Deno v1.2.0
Metadata update v3.0.3
Updated package.json
to link to correct docs homepage 👍
Patch release v3.0.2
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 oldskipShuffle
- 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
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
Fully functional and tested for Deno, Node.js, and Browsers.
Release Candidate 2
Fully tested against Deno v1.0.0-rc1 and v1.0.0-rc2, Node.js, and Browser
Bumped minimist to 1.2.5
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
Merge pull request #9 from jeanlescure/fix-unexpected-token Fix unexpected token error due to class property usage