Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 899 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 899 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2018-11-07

  • Compatibility with original Javascript implementation NanoID 2.0.

Added

  • Ability to generate non-secure hashes

Changed

  • Replaced default alphabet character ~ (tilde) with - (dash)

[1.0.0] - 2018-11-06

  • Same as 0.2.0, published as compatibility version with original Javascript Nanoid implementation.

[0.2.0] - 2017-10-27

Compatibility with javascript nanoid 1.0

Changed

  • Calculating mask based on logarithm.
  • Default generated ID size changed from 22 to 21.

[0.1.0] - 2017-09-16

First implementation