- Enh: added modalCallbackForm method into Content helper
- Enh: added inlineCallbackForm method into Content helper
- Enh: added tests instrution for PHP7.3
- Enh: added searchInput method into Content helper
- Enh: added accordion method into Content helper
- Enh: added rating method into Content helper
- Enh: added ownVideo method into Content helper
- Enh: added externalVideo method into Content helper
- Enh: added adBlockPosition method into Content helper
- Enh: added slider method into Content helper
- Enh: added additionalContent method into Content helper
- Enh: upgraded autoload to PSR-4
- Doc: add documentation and examples for using Content helper
- Enh: added possibility to enable infinity mode for related items
- Fix: pubDate for items is not required for now
- Enh: added possibility to add custom counter;
- Enh: added possibility to add turbo:topic and turbo:source attributes for Item;
- Enh: added Content helper with next methods: header, img, gallery, share, button, comments;
- Dep: TurboContentHeader marked as deprecated. Should used Content::header instead;
- Ref: refactored Channel and Item methods for best cyclomatic complexity value;
- Enh: added possibility to add yandex:full-text for compatibility with Yandex News;
- Enh: added requiring for mbstring;
- Enh: added title length limitation;
- Enh: turboAdId attribute is required now for adNetwork method.
- Enh: added class for generating Header for turbo content;
- Enh: added test covergae for TurboContentHeader class;
- Doc: fix some PHPDoc comments.
- Enh: Added test coverage for all classes (sokolnikov911)
- Initial release (sokolnikov911)