What's New With 4.2.0
Last updated
Was this helpful?
Last updated
Was this helpful?
ColdBox 4.2.0 is a minor release that addresses several issues and introduces some enhancements. You can see below the release notes.
[] - Bundling Modules w/ module excludes does not respect excludes
[] - API docs have broken links
[] - adobe CF incompatibillty on restful template response object
[] - addAsset does not recognize urls that ends with say "app.js?123" as js, not css.
[] - fix for tomcat 8 not removing repeating slashes on path info
[] - HTML Helper's startForm() doesn't pick up if current request is HTTPS
[] - doctype default switch case was on the wrong type, thanks to Hector Cruz
[] - _counter does not increment in rendering query-based view collections
[] - Bean Populator not working correctly when ORM entity inherits from other
[] - Bean populator errors on null values in JSON string
[] - syntax and wrong argument type matching on exception bean object
[] - double forward slash generated in buildLink
[] - SES interceptor has poor query string parsing, updated to new algorithm
[] - Update testing docs for collaboration and update core for CommandBox development
[] - Add a test browser by default to the test harness
[] - Integration testing execute
method has two new arguments: route,querystring
to alow you to do SES route testing
[] - Added a memento
argument to the populateModel
method to allow for overriding of what struct to populate with instead of the request collection
[] - Added json,xml,query additions to the populateModel()
method to allow for more populations from different types of data structures
[] - Update build process for DocBox and travis integrations
[] - Update and Cleanup of app templates
[] - Allow for applications with no ColdBox.cfc
config, full convention mode
[] - new convenience method on testing request context to retrieve rendered content: getRenderedContent()
[] - Refactor app templates to their own repositories
[] - New context method: getHTMLBaseURL()
to get a http protocol sensitive request context base url
[] - New setting directive viewCaching
to turn view caching on/off
[] - Autowire remote proxies, changed to manual instead of automatic due to ORM issues
[] - Remove requirement to have at least one handler in your application for ColdBox to work.
[] - Update the documentation URL in box.json
[] - Support for german characters for slugify for HTML helper
[] - Load internal system modules first rather than last in module hierarchy discovery
[] - Error detail, message empty on CF10 CF11
[] - Replace StringBuffer with StringBuilder for performance improvements on later JDKs