Skip to content

Commit c89c21e

Browse files
committed
chore: prepare initial release 0.1.0
1 parent 9a100aa commit c89c21e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)