This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Releases: atdrupal/at_base.module
Releases · atdrupal/at_base.module
v7.2.0
v7.2.0-RC2
- Reformat code
- Rename classes, more like PSR-0.
- Use mostly latest version of libraries.
- …
v7.2.0-RC1
No more features since this release, just improvement and add more test cases.
New features
Bug fixes:
- Fix AwesomeFont
- Fix
helper.content_renderservice definition - Fix Breadcrumb API
- Fix extra space in render helper
View full change logs since previous release.
v7.2.0-BETA12
- 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…
v7.2.0-BETA11
- Change: Use pimple 2.0.0
- Change: Use Twig v1.15.1
- Improve: Throw exception if yaml_parse_file() can not parse data.
- Fix: Wong entity_id() usage in Entity Template
- Fix: helper.real_path service should not include full system path for web assets
- Fix: Make Twig render compatible with Solr views
- Fix: Use drush/drush:dev-master to make Travis run better
- New: Attack blocks to page: Easy config for blocks which are defined using easy block.
- New: Check for module status at /admin/reports/status
- New: Introduce at_fn(), at_fn_fake(), make it easy to override functions.
- New: Introduce hook_node_save()
- New: Introduce entity_bundle() function
- New: Introduce Breadcrumb API
v7.2.0-BETA10
Fix broken Travis test bot.
v7.2.0-BETA9
- Fix twig filter drupalView
- Twig: Support lazy functions/filtes
- Route: Attach blocks with route/entity template
- Improve helper.config_fetcher
- Improve helper.content_render
v7.2.0-BETA8
- Fix entity template
7.x-2.0-beta7
- Test case for multiple template feature in route.
- More flexible helper.content_render http://j.mp/1b7kVED
- Twig: Provide request_path as global variable.
- Twig: Support constructive-class as callback for filters.
- Reduce complexity for code, fix bugs, documentation per scrutinizer-ci.com’s reports.
- Service Container: Finnally support
calls - Read more at http://j.mp/1iKW2qk
7.x-2.0-beta5
- Fix: Could not download dependencies
- Support ./%module/config/twig_functions.yml
- Twig > twig filter: get_defined_vars
- Twig > Filter > drupalView > Support custom template
- Fix #83: Make sure cached-config is flushed before other config data rebuilt
- Twig > Easy debug: /at/twig is the form similiar to /devel/php, allow us to run input Twig template
- Twig > Default template for views: %at_base/templates/views_view.html.twig
- Twig > Filter > New: dsm
- Say hello to simplytest.me
- Service > New: cache.tag_flusher — Service to flush cached data by tag.
- Service > New: cache.tag_discover
- Service > New: cache.warmer
- Service > New: helper.config_fetcher
- Service > New: wrapper.db — Wrap db_* functions
- Service > New: wrapper.cache — Wrap cache_* functions
- Service > Can find services by tag, support weight
- Test > Convert many test cases to UnitTest
- More