1.0.0-Beta10
August 16, 2024
Release notes - BoxLang - 1.0.0-Beta10
New Features
BL-435 transpile queryGetRow() to queryRowData()
BL-436 Ini files support
[General]
appName=MyApplication
version=1.2.3
author=John Doe
boxlang=rocks
[Database]
host=localhost
port=5432
username=dbuser
password=dbpass
dbname=mydatabase
[Logging]
logLevel=DEBUG
logFile=/var/log/myapp.log
maxFileSize=10MB
[Features]
enableFeatureX=true
enableFeatureY=false
maxConnections=100BL-437 JSStringFormat BIF
BL-439 xml component
BL-444 Add getClientVariablesList() to compat
BL-448 New getDescendantsOfType() AST method with predicate
BL-449 Implement single quote escapes in queries and preserveSingleQuotes
BL-450 Allow .cfm and .cfs files from the boxlang CLI runner
BL-440 Add isNumericDate BIF
BL-441 Add getHTTPTimeString BIF to web-support
BL-143 Writedump label support

BL-447 java.math.BigInteger caster
Improvements
BL-425 When doing class serialization make sure to identify which properties have `serialize=false` on them
Bugs
Last updated
Was this helpful?
