Summery
This version has faster and better optimised code and fixes some minor bugs whilst enhancing new features and improving existing code! This version will also have more reliable Link Censors and Link Checks, it even implements a feature to add whitelists to link checks and censors.
New Features
- Implemented
strict
mode incensor
inLinks
class. (blocks bypassing links by censoring TLDs) - Added
Colour
function toTerminal
class to enable RGB Colours to Terminal Text. - Added
whitelist
lists toLinks
class that makes links not get detected when found.
Breaking Changes
- Only allowing
int
values onindent
argument onJSON
class. - Changed
get_data
function toget
inJSON
andGlobalJSON
classes. - Outputting Runtime Errors on
write
function onJSON
andGlobalJSON
classes.
Minor Changes
- Changed indent behaviour in
format
function onJSON
andGlobalJSON
classes.
Other Changes
- Reimplemented how
Link
classes work to make it more reliable.
Full In-dept Code Changelog: v1.3.0...v1.3.2