Skip to content

Releases: box/brainy

2.1.0 Release - The great cleanup

04 Aug 21:43
Compare
Choose a tag to compare

Brainy 2.1 includes a huge amount of cleanup work, mostly removing unsafe, deprecated, and unused features.

Please see the Brainy 2.1 Changelog for information on what has changed.

2.0.0 Release

23 Apr 19:29
Compare
Choose a tag to compare

Brainy 2.0 offers a whole suite of new security features, and contains heavily-refactored code. Improvements in this release remove many potentially unsafe or otherwise unmaintained features to help pare the project to its fundamental components.

  • Strict Mode is now available!
  • New {load} and {store} functions to help eliminate security risk.
  • Better security defaults, like enforce_expression_modifier.
  • Fixes for whitespace stripping inside {strip}
  • Performance enhancements
  • Lots of code cleanup, refactoring, and removal of unused or broken features.

You can see the full changelog here: https://github.com/box/brainy/wiki/Brainy-2.0-Changelog

Plans for upcoming releases:

  • Namespacing and exclusive use of Composer's autoloader
  • Giving classes sane names
  • Removal of SmartyBC

1.0.0 Release

15 Jan 21:36
Compare
Choose a tag to compare

This includes Brainy's initial release and several minor updates.