Releases: oculus42/short-uuid
Releases · oculus42/short-uuid
3.1.1
Switched from Istanbul to nyc.
Updated dependencies
Dropped build for Node 4.x and added Node 12.x
3.1.0
Adds .generate()
and updates README for easier understanding.
Also updates some devDependencies to eliminate some potential vulnerabilities in the build chain.
3.0.1
Build dependencies update.
3.0.0
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
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
Changed .npmignore to remove dist, so the built files end up on the package. No code changes.
2.3.2
Added TypeScript definitions, thanks to alexturek.
2.3.1
Merges documentation of 2.1.x updates.
2.3.0
Moved Snyk to devDependencies & corrected npm scripts to match.
Updated grunt-contrib-uglify.
2.1.3
Corrects bad package.json in the npm package of 2.1.2.