Skip to content

Commit

Permalink
chore: prepare initial release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Nov 15, 2021
1 parent 9a100aa commit c89c21e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.1.0 - TBD
## 0.1.0 - 2021-11-15

### Added

- Nothing.
- Initial release of base functionality:
- `FormatPHP\FormatPHP::formatMessage()` to format messages
- Message extraction from application source code through `formatphp extract`
console command
- Message loading of locale messages in 3 formats: FormatPHP, Simple, and
Smartling
- `FormatPHP\Intl\Locale` and `FormatPHP\Intl\MessageFormat` for basic
conformance with [ECMA-402](https://tc39.es/ecma402/) and
[FormatJS](https://formatjs.io)

### Changed

Expand Down

0 comments on commit c89c21e

Please sign in to comment.