#summary Baja 0.2 Release Notes = New Features = * File Deletion = Details = * Replaced the FileInfo class with the more versatile BoxFile interface * It is no longer necessary to obtain a file object from the findFileByName() or getRootDirectory() methods BoxConnection in order to download or stream a file; a BoxFilePath can be created directly and used for this. * Removed the dependency on the [http://www.jdom.org JDOM] library, changed all of the XML processing to SAX and XPath * Added unit tests using the [http://www.easymock.org easymock] library