Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

2022.01.21.0

Latest
Compare
Choose a tag to compare
@ByteChkR ByteChkR released this 21 Jan 18:25
· 9 commits to master since this release

Language

  • Add Plugin System
  • Add Insert function to BSArray
  • Add Remove function to BSTable
  • Add "cs_exception" property to captured exceptions inside try blocks
  • Add Range Operator
  • Add BSObject Extension system
  • Improve Error Output
  • Improve Line Positions of error messages

String Interface

  • Add RegexEscape/RegexUnescape
  • Add String Extensions

Environment

  • Add Environment.Throw/Environment.Rethrow functions

App

  • Add -s/--secure flag for BS Apps
  • Add GetAllItemPaths to App Script Interface

Threading

  • Add Threading Interface

Math

  • Add Round Function to math script interface

Misc

  • General Stability and Performance Improvements