Skip to content

Release 1.3.2 (The All Around Update!)

Latest
Compare
Choose a tag to compare
@BenitzCoding BenitzCoding released this 08 May 16:05
· 15 commits to main since this release

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 in censor in Links class. (blocks bypassing links by censoring TLDs)
  • Added Colour function to Terminal class to enable RGB Colours to Terminal Text.
  • Added whitelist lists to Links class that makes links not get detected when found.

Breaking Changes

  • Only allowing int values on indent argument on JSON class.
  • Changed get_data function to get in JSON and GlobalJSON classes.
  • Outputting Runtime Errors on write function on JSON and GlobalJSON classes.

Minor Changes

  • Changed indent behaviour in format function on JSON and GlobalJSON classes.

Other Changes

  • Reimplemented how Link classes work to make it more reliable.

Full In-dept Code Changelog: v1.3.0...v1.3.2