Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.19 KB

1.0.0-beta12.md

File metadata and controls

32 lines (25 loc) · 2.19 KB
description
This update contains 9 features and improvements and 8 bug fixes.

1.0.0-Beta12

New Features

  • BL-438 - Zip Components, Utility and incorporating BIFS
  • BL-487 - Implement pagePoolClear()
  • BL-491 - Add the ability to configure the CF transpiler
  • BL-490 - Transpiler doesn't handle attributeCollection
  • BL-438 - Zip Components, Utility and incorporating BIFS

Improvements

  • BL-486 - Compiler thread safety
  • BL-485 - Implements SystemCacheClear()
  • BL-483 - Allow "object" passed to throw to be a struct representation of an exception
  • BL-480 - Added all missing boxlang types to BoxLangType class
  • BL-479 - Address parser performance by limiting operator reserved words
  • BL-478 - Change template parsers to use SLL prediction mode
  • BL-477 - Improve parsing performance by only calculating lines of code on error
  • BL-474 - Add ValueRequiresOneOf Validator

Bugs

  • BL-484 - Lock expects timeout to be minimum of 1
  • BL-481 - numeric literals with leading zeros are confused with octal values in java source
  • BL-482 - getApplicationMetadata() fails before application listener is defined
  • BL-476 - AST string values incorrectly unescaped outside of cfoutput
  • BL-475 - Pretty printer incorrect for default case ending tag