Update the API documentation
[isso.git] / CHANGES
1 3.1.1
2 ===================
3 - Fixed: BSMail::send() would fail if sending a HTML/multipart email because it would call BSFunctions::Rand()
4
5 3.1.0
6 ===================
7 - Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's
8 - Change: Removed the text indent on .input elements in BSPrinter
9 - New: BSPrinterRootPage::setHeaderCode() allows injecting in between the <head> tag of the root page element (creates BSPrinterRootPage::$headerCode)
10 - New: BSPrinterAbstract::setId() allows all elements to have an id attribute added in _prepareStyle()
11 - New: Added an ability to quick-set API information via an array with BSApi::setArray()
12 - New: Made many private members protected or public
13 - Change: Added BSPrinterAbstract::__toString() that merely calls paint()
14 - Change: BSTemplate is completely redone
15 - New: Implement Iterator in BSDBResult
16 - New: In the BSTemplate::$preParseHook method, the second parameter will be the BSTemplate object itself
17 - New: Add BSTemplate::$globalVars to be substituted into every template
18 - Change: BSTemplate will better detect parse errors in nested templates in BSTemplate::evaluate()
19 - Change: ApiException will now report all of its messages in ::getMessage()
20 - New: Added BSExceptionHandler to handle all exceptions in a pretty fasion