Skip to content

Releases: oculus42/short-uuid

3.1.1

01 May 13:15
3cc7d9c
Compare
Choose a tag to compare

Switched from Istanbul to nyc.
Updated dependencies
Dropped build for Node 4.x and added Node 12.x

3.1.0

08 Dec 08:31
3110a86
Compare
Choose a tag to compare

Adds .generate() and updates README for easier understanding.
Also updates some devDependencies to eliminate some potential vulnerabilities in the build chain.

3.0.1

18 Oct 00:54
Compare
Choose a tag to compare

Build dependencies update.

3.0.0

24 Mar 17:38
96bc743
Compare
Choose a tag to compare

Updates dependencies, includes a refactor for CodeClimate, and drops Node 0.x support.

Drops build support for Node 0.10 and 0.12, as nested dependencies were updated and breaks the build.
There are no functional changes in 3.0.0 from 2.3.4.

2.3.4

08 Aug 06:50
Compare
Choose a tag to compare

Corrected shortenUUID function to make UUIDs lowercase before conversion to prevent incorrect translations.
Added test cases for uppercase UUIDs.
Refactored "random" test cases so only the assertions loop.
Updated devDependencies for codeclimate-test-reporter.
Included Node 8.x support to integration tests.

2.3.3

08 Aug 06:46
Compare
Choose a tag to compare

Changed .npmignore to remove dist, so the built files end up on the package. No code changes.

2.3.2

16 May 19:35
Compare
Choose a tag to compare

Added TypeScript definitions, thanks to alexturek.

2.3.1

14 May 16:48
Compare
Choose a tag to compare

Merges documentation of 2.1.x updates.

2.3.0

14 May 13:19
Compare
Choose a tag to compare

Moved Snyk to devDependencies & corrected npm scripts to match.
Updated grunt-contrib-uglify.

2.1.3

14 May 15:01
Compare
Choose a tag to compare

Corrects bad package.json in the npm package of 2.1.2.