1.0.0-Beta13
September 6, 2024
Last updated
Was this helpful?
September 6, 2024
Last updated
Was this helpful?
This release introduces several new features aimed at enhancing the usability and functionality of BoxLang. We have closed a tremendous amounts of bugs on this release in order to bring more compatibility and stability to BoxLang. We have also started to introduce performance enhancements and more innovations as we progress towards final release.
Enjoy!
We have finalized the console
output for the dump component, but we have also added the following ticket:
New dump event to listen when an non-core output is detected so modules can handle it. onMissingDumpOutput
Which will allow module developers to collaborate their own output destinations for any dump in the language. This is something we have wanted for years and it's now a possibility. Just listen to the onMissingDumpOutput
interception point, you get all the arguments to the BIF or component and you decide where things will go. VScode Dump Panel, here we come.
The console
output has also been enhanced where everything will be pretty printed, including labels.
This is more of an internal documentation process for the team.
Java Instants will now be dumped nicely with an internal representation and a human readable representation.
All the arguments for dumps are now available including this one for controlling the dumping of UDFs on classes.
Simplify BoxLang class dumps
Add output and format to dump
Some BIFs not fully supporting BigDecimal values
access e.cause as shortcut for e.getCause()
When creating an abstract class a new `AbstractClassException` is thrown. Great for testing frameworks
queryaddcolumn ignores the datatype
Issue with #dateTimeFormat(now(),'mm-dd-yyyy')# function returning incorrect results
structnew( "linked" ) doesn't work
argumentCollection doesn't work with implicit constructor
directory component must always return query
BoxNewTransformer using hard-coded context name
toNumeric() not accepting radix values of 2-36
cannot cast [x to object] on generic caster when using `QuerySetCell()`
Issue with `Duplicate()` Function Causing Null Pointer Exception in BoxLang
final keyword not working on this scope
directoryList() filters are not working as closures/lambdas as they are hardcoded as strings
Cannot invoke "ortus.boxlang.runtime.types.Query.isEmpty()" because "this.query" is null
Multiple pipe-delimited glob patterns are not working as directoryList filters
DuplicationUtil not doing deep clones of structs according to all types
Throwing custom type exceptions just shows `custom` as the type instead of the actual type in the throw
remote access not treated as public but as private for functions
Interfaces don't support multiple inheritance
CFC source type not detected correctly for abstract or final classes
Metadata with : in them in cfml mode not treated correctly
xml entity parsing issue when calling `toString()` on Java objects