Category Selected:

releases

Blog

ColdBox & ContentBox HTML Compressors

Luis Majano |  May 07, 2012

We have released today a cool module that will do HTML compression for your ColdBox and ContentBox applications.  This module is based off the HTML Compressor and Minifier project (http://code.google.com/p/htmlcompressor/).  This module will compress your HTML with certain compiler rules, compress your inline CSS and even your inline JavaScript.  It can also keep track of compressed HTML in any CacheBox provider for you,...

Read More

ColdBox Platform 3.5.0 is now available!

Luis Majano |  March 27, 2012

After almost 9 months worth of intense development, testing, research and hard work, ColdBox Platform 3.5.0 Final has been released.  This is a tremendous release that focuses on optimizations, speed, RESTful services, ORM integration and finally object/form validation.  So a big congratulations goes out to the ColdBox Engineering Team and the entire community for testing and contributing to ColdBox.

To read the entire pres...

Read More

ColdBox Platform 3.5.0 Released!

Luis Majano |  March 27, 2012

 

We are so proud to announce the 3.5 final version of the ColdBox Platform!  After almost 9 months of development, research and testing, we are ready for more great stuff to come.  There are tons and tons of fixes and updates in the release, which actualy makes it the fastest ColdBox release ever (Especially under Railo, wow it is fast, with vanilla framework requests executing at 1ms!).  So let's look at some resources for you:

Read More

WireBox v1.3.1 Released!

Luis Majano |  March 27, 2012

We are so proud to announce a new release for WireBox, our Dependency Injection and AOP framework for ColdFusion.  This release is packed with great fixes and lots of enhancements when doing AOP and dynamic ColdFusion co...

Read More

WireBox DI & AOP v1.3.1 Released

Luis Majano |  March 27, 2012

 

As part of release week, we are proud to announce yet another release to WireBox, our Dependency Injection and AOP Framework.  Here are the resources:

WireBox is a ColdFusion Dependency Injection and AOP Framework that can work with any ColdFusion framework or no framework at all.  The major features of this release are laid out below or you can read our What's New Guide for full Geeky details!

  • Lots of fixes on concurrency and DI automation
  • Binder declarations now take precendence over annotations
  • Setter injections now allow you to declare the name of the argument used in the setter instead of by convention.
Read More

CacheBox: Caching Engine & Cache Aggregator v1.3.1 Released

Luis Majano |  March 27, 2012

We have just launched a new version to our favorite caching engine and aggregator: CacheBox.  To read the full details and milestone news, please click on the resources below:

 

Read More

CacheBox 1.3.1 Released

Luis Majano |  March 27, 2012

Welcome to release week! Our first release in our list is CacheBox version 1.3.1.  Here are some useful resources:


JSMin Compressor v1.7 Released!

Luis Majano |  March 02, 2012

JSMin Compressor is a plugin that interfaces with our own flavor of JSMin to minify css and js files.  It can also compress several files of the same type into a single include, that can be cached in your ColdBox applications.  This release fixes our java parser to compress more complicated CSS3 notations correctly.

Using our compressor can be as easy as this:

#getMyPlugin("...

Read More

ColdBox Platform Extensions v2.8 Released

Luis Majano |  February 22, 2012

We are glad to announce the new release of our ColdBox Platform Extensions version 2.8.  You can either do an Auto-Update from the extension itself or just manually download it from ForgeBox: http://coldbox.org/forgebox/view/ColdBox-Platform-Utilities.

Version 2.8

  • Updated to use new Forg...
Read More

FileBrowser v1.4 released!

Luis Majano |  February 15, 2012

Just a quick note that our ColdBox FileBrowser module that helps you manage files in an application has an update.

 

Version 1.4
  • Fixes to  missing interception points
  • Changed all interception points to be namespaced with fb_ (Please update your interceptors)
  • Addition of new events: 
  •     "fb_postF...
Read More