Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
64.61 KB
MD5: 4e9afeb2d7d48dd338cc58df4697119b
SHA-1: dc71e3816bb2c2e1610c9adac23ffb1229a6b17f
SHA-256: e351a3baaab6da7842861dd68504aa6fe39bd8c652dd1a65d257258cfa6821f0
Download zip
124.98 KB
MD5: 9481d91cc92fa7da3a42564b52e911ed
SHA-1: 75d46139e5283ea9de55692de224ec062a9c15eb
SHA-256: 32c679b197e232aae877feac291a38a2032c4f8bfa360c0eedd6d13fe7d4c901
Release notes
- Improve: Entity template > Easier to implement.
- Improve: at_library() > Support dot character
- Developer tools are moved to at_ui
- YAML config now support wildcard importing
- Introduce at_fn & at_fake classes, make functions mockable.
- Improve: at_conainter() without argument now return container object
- Introduce Key-Value storage
- Improve: Twig Filter > drupalView > Support pager option.
- Improve: drush at-require now support 'working-copy' option.
- Introduce Typed-Data API
- Improved Route data is now validated using Typed Data API
- Support breadcrumbs definition right in route.
- at_eval(), wrapper for expression language, to evaluate expressions.
- Improve: Entity template: Return error message instead of silently failing.
- at_icon() by Tien Vo & Andy Truong, know as Icon API, provide simple way to render icon for developer.
- more…