All Versions
87
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v3.0.2 Changes
March 29, 2020- ๐ Fix docs (by Dylan Irlbeck ).
-
v3.0.1 Changes
March 28, 2020- ๐ Fix React Native warning on
non-secureimport (by Jia Huang).
- ๐ Fix React Native warning on
-
v3.0 Changes
Migration guide: https://github.com/ai/nanoid/releases/tag/3.0.0
- ๐ Move to ES2016 syntax. You need to use Babel for IE 11.
- ๐ Move to named exports
import { nanoid } from 'nanoid'. - ๐ Move
import url from 'nanoid/url'toimport { urlAlphabet } from 'nanoid'. - Replace
format()tocustomRandom(). - Replace
generate()tocustomAlphabet(). - โ Remove
async/format. - โ Remove React Native support for
nanoid/async. - โ Add
nanoid.jsto use directly in browser from CDN. - โ Add TypeScript type definitions.
- โ Add ES modules support for bundlers, Node.js, and React Native.
- ๐ Fix React Native support.
- โฌ๏ธ Reduce size.
- ๐ Improve docs (by Dair Aidarkhanov).
-
v2.1.11 Changes
January 30, 2020- โฌ๏ธ Reduce size (by Anton Evzhakov).
-
v2.1.10 Changes
January 22, 2020- โฌ๏ธ Reduce size by 10% (by Anton Khlynovskiy).
-
v2.1.9 Changes
January 07, 2020- โฌ๏ธ Reduce
formatandasync/formatsize (by Dair Aidarkhanov).
- โฌ๏ธ Reduce
-
v2.1.8 Changes
December 14, 2019- ๐ Improve React docs (by Nahum Zsilva).
-
v2.1.7 Changes
November 16, 2019- โฌ๏ธ Reduce
index,asyncandnon-securesize (by @polemius).
- โฌ๏ธ Reduce
-
v2.1.6 Changes
October 24, 2019- โฌ๏ธ Reduce size (by Stas Lashmanov).
- Return fast mask for Node.js.
-
v2.1.5 Changes
October 23, 2019- โฌ๏ธ Reduce size (by Max Graey).
- ๐ Fix IE support.