File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## 0.1.0 - TBD
8+ ## 0.1.0 - 2021-11-15
99
1010### Added
1111
12- - Nothing.
12+ - Initial release of base functionality:
13+ - ` FormatPHP\FormatPHP::formatMessage() ` to format messages
14+ - Message extraction from application source code through ` formatphp extract `
15+ console command
16+ - Message loading of locale messages in 3 formats: FormatPHP, Simple, and
17+ Smartling
18+ - ` FormatPHP\Intl\Locale ` and ` FormatPHP\Intl\MessageFormat ` for basic
19+ conformance with [ ECMA-402] ( https://tc39.es/ecma402/ ) and
20+ [ FormatJS] ( https://formatjs.io )
1321
1422### Changed
1523
You can’t perform that action at this time.
0 commit comments