Skip to content

Commit 494a416

Browse files
committed
publish v3
1 parent 6fb27dd commit 494a416

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [3.0.0] - Unreleased
8+
## [3.0.0] - 2019-11-03
99
### Added
1010
- Support for ES6 modules.
1111
- The long functions (gettext, ngettext, etc) supports arguments to format the result (before, only short functions __, n__, etc had this)
1212
- You can use objects to format the text by search and replace. For example: `t.gettext('Hello _world', {_world: 'World'})`
1313

1414
### Removed
15-
- Support for AMD.
15+
- Support for AMD and Global js.
1616
- Sprintf dependency by default. Now the library has a (very) limited sprintf implementation but open to extend and improved.
1717

1818
## 2.1.0 - 2018-06-12
@@ -21,4 +21,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2121

2222
[#4]: https://github.com/php-gettext/gettext-translator/issues/4
2323

24-
[3.0.0]: https://github.com/php-gettext/gettext-translator/compare/v2.1.0...HEAD
24+
[3.0.0]: https://github.com/php-gettext/gettext-translator/compare/v2.1.0...v3.0.0

0 commit comments

Comments
 (0)