Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
v0.0.4 - 2020-04-21
Added
- Add parameter check (#5)
Fixed
- Fixed the processing flow (#4)
Changed
None.
v0.0.3 - 2020-04-21
Added
None.
Fixed
- Fixed a data race issue that may be caused when the seed length is less than the number of threads (#2)
- Fixed
processorfunction generation pipe line to capitalize and transform at the right time
Changed
- Update Chinese documentation with error link of CHANGELOG
- Improved the coverage of generated data and optimized processing performance
v0.0.2 - 2020-04-20
Added
- Add thread number control parameter when initialize
PasswordMaker - Add license notice for third-part libraries
- Add command line parameters
-c/--configand-t/--thread
Fixed
- Fix the timing of serialization (#1)
Changed
- Use
cbegin/cendto replacebegin/endin const variables - Remove unusable
_appedLock - Update README
- Add
size()function to get worker number inThreadPool
v0.0.1 - 2020-04-19
- Initial repo.