- 🚀 Add support for node 18.16.0
- ✏️ Change library import from
{}
todefault
- Example -
import generatePassword from '@nikitababko/password-generator'
- Example -
- 📦 Update package versions
rollup
@rollup/plugin-typescript
@rollup/plugin-terser
typescript
- 📦 Add packages
eslint
cspell
- 🗑 Remove packages
rollup-plugin-terser
- ✏️ Rename some methods and types
- 📋 Add jsDoc for each method
- 🔧 Fix jsDoc for 'generatePassword' method
- 📋 Add unit tests
- 🏗️ Refactor all code
- 📦 Add rollup config
- 📝 Add
CHANGELOG
- 🔧 Fix flags args
- 🏗️ Refactor all code
- 🏗️ Refactor method 'getStringWithoutDuplicates'
- 🔧 Add test version 'noDuplicatesChars'
- 🏗️ Refactor code and added method 'getStringWithoutSequentialChars'
- 🚀 Add 'NoSimilarChars' alphabet and new logic
- 🔥 Remove prev option code
- 🛠 Refactor and optimized all code
- 🏗️ Add fixed deps
- 🚀 Add method 'sortRandom'
- 🚀 Add includes abilities
- 🏗️ Refactor 'stringDontBeginNumberOrSymbol'
- 🚀 Add base methods
- 🔧 Configure config
- ✨ Initial project - v0.0.1-alfa.1 is the first release
- 🚀 Add husky
- 📝 Add .prettierrc and keywords