Releases: markSmurphy/codename-generator
Releases · markSmurphy/codename-generator
v1.2.0 - Changed all `nsf` references to `nsfw` as it should have been and it annoyed me a little. The old `--nsw` switch still works, as does `--nsfw`
v1.2.0 - Changed all `nsf` references to `nsfw` as it should have been and it annoyed me a little. The old `--nsw` switch still works, as does `--nsfw`
Latest
Change Log
[1.2.0] - June 7th 2022
Changed
- Changed all
nsf
references tonsfw
as it should have been and it annoyed me a little. The old--nsw
switch still works, as does--nsfw
. - Updated
debug
to version4.3.4
.
v1.1.4 - Dependency Updates
Changelog
[v1.1.4] - February 20th 2022
Changed
- Updated
debug
to version4.3.3
.
v1.1.3 - Dependency Updates
Changelog
[1.1.3] - November 12th 2021
Changed
- Updated
chalk
to version4.1.2
. - Updated
debug
to version4.3.2
.
v1.1.2 - Dependency Updates
[1.1.2] - June 17th 2021
Changed
- Updated
pretty-error
to version3.0.4
.
v1.1.1 - Security update for dependency
[1.1.1] - June 11th 2021
Security
- Updated
css-what
package deep in the dependency tree to mitigate CVE-2021-33587.
v1.1.0 - New feature and dependency updates
[1.1.0] - May 11th 2021
Added
- Added
--nsw
mode which generates Not Safe for Work code names.
Changed
- Updated dependency
chalk
to version4.1.1
.
v1.0.15 - Bug fix and dependency updates
Changelog
[1.0.15] - January 28th 2021
Added
- Added
CHANGELOG.md
. - Added Required Node Version badge to
README.md
. - Added link to
CHANGELOG.md
toREADME.md
.
Changed
- Fixed a bug with random number generation which could cause
undefined
to be returned due to out-of-bounds array access. - Updated dependency
pretty-error
to version3.0.3
. - Updated dependency
supports-color
to version8.1.1
. - Removed broken Size badge from
README.md
.