Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.61 KB

changelog.md

File metadata and controls

61 lines (41 loc) · 1.61 KB

Changelog

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

Added

  • Helper file with 89 functions!

Changed

  • Rename _inflector() function to inflector() and make it public

1.2.1 - 2017-05-22

Changed

  • Rename _i18n() function to i18n() and make it public

Fixed

  • Bug when two or more @lang() or @choice() were placed in the same line

1.2.0 - 2017-05-17

Added

  • 'Slice Execution Time' to benchmark section of the profiler
  • @lang and @choice directives
  • Autoload CodeIgniter libraries and helpers

Fixed

  • Bug where config items were not initialized

1.1.0 - 2017-05-04

Added

  • @each directive
  • @isset and @empty directives

1.0.2 - 2017-04-23

Changed

  • README.md revised to solve some writing errors

Fixed

  • Bug where empty lines were added in the beginning of a rendered view

1.0.1 - 2017-03-31

Fixed

  • Bug when using Modular Extensions - HMVC

1.0.0 - 2017-02-23

First publicly released version.