This section is to tell people about which versions of this project are currently being supported with security updates.
Version | Codename | Safe | Supported | Release date |
---|---|---|---|---|
0.0 | NEEDABLE START | ✅ | ❌ | Undefined |
1.0 | ❌ | ❌ | Undefined | |
1.1 | ❌ | ❌ | Undefined | |
2.0 | REDLINE | ✅ | ✅ | 21.06.2021 |
The basic newcpp
. Time creation is approximately: 2020 in May; while newcpp
was previous named NeedableFunctions
, which creation time is unknown.
It is not fully tested because of function GetLastValueInt
.
- Removed
Print
function, changedRealisticPrint
toPrint
. - Performance slowed bit down in
Print
(wasRealisticPrint
). - Added
GnomeSort
function(insortfunctions
namespace). - Added
namespace COLORS
.
- Removed
UpStr
function. - Fixed
GetJunk
function. - Fixed
Write
function(division by zero error). - Added
Random
function. - Added time as parameter in
Press
andDoublePress
functions.
This section to tell people how to report a vulnerability.
In case of finding any of a vulnerability, please open new issue(https://github.com/JeniaD/newcpp/issues).
Write
function: can be passed argumentmaxTime
as0
. Function may crush, by dividing by zero.Print
function also.const int GetJunk(T r = 10) { if (r == r) return 10; }
- not returning junk.
💹 Legend:
- ⚔️ - revolution in progress
- 📈 - gaining popularity
- ⚓ - ~stable release