All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.3.0 - 2017-09-07
- Helper file with 89 functions!
- Rename _inflector() function to
inflector()
and make it public
1.2.1 - 2017-05-22
- Rename _i18n() function to
i18n()
and make it public
- Bug when two or more
@lang()
or@choice()
were placed in the same line
1.2.0 - 2017-05-17
- 'Slice Execution Time' to benchmark section of the profiler
@lang
and@choice
directives- Autoload CodeIgniter libraries and helpers
- Bug where config items were not initialized
1.1.0 - 2017-05-04
@each
directive@isset
and@empty
directives
- README.md revised to solve some writing errors
- Bug where empty lines were added in the beginning of a rendered view
1.0.1 - 2017-03-31
- Bug when using Modular Extensions - HMVC
1.0.0 - 2017-02-23
First publicly released version.