- Write docblocks to the head of a single class
- use the start/end tags to detect changes.
- Minor code changes and cleanups to get code quality up
- Added docs at github.io
- Added scrutinizer
- Added CodeClimate
- Improved to better match SilverStripe Module standards
- Implemented phpDocumentor
- Remove start/end tags
- All classes in a single file annotated
- Added DataRecord and Data() annotation for _Controller methods
- Minor fixes
- Check for Controller::curr(); to support cli
- Correct environment checking
- Added warning messages when a file is not writable or class defenition is misspelled
- Support dot notations in relations
- Support for SilverStripe 4
- Updated support for SilverStripe 4
- Added support for the
through
method
- Fixed bug trimming too much whitespace in rc-1
- Support for short classnames instead of FQN
require_once in tests no longer neededNope, still needed