From 494a4163e9c4b5de0f8665479d735df3d7712fed Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 3 Nov 2019 16:35:03 +0100 Subject: [PATCH] publish v3 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04322da..7a88475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.0.0] - Unreleased +## [3.0.0] - 2019-11-03 ### Added - Support for ES6 modules. - The long functions (gettext, ngettext, etc) supports arguments to format the result (before, only short functions __, n__, etc had this) - You can use objects to format the text by search and replace. For example: `t.gettext('Hello _world', {_world: 'World'})` ### Removed -- Support for AMD. +- Support for AMD and Global js. - Sprintf dependency by default. Now the library has a (very) limited sprintf implementation but open to extend and improved. ## 2.1.0 - 2018-06-12 @@ -21,4 +21,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#4]: https://github.com/php-gettext/gettext-translator/issues/4 -[3.0.0]: https://github.com/php-gettext/gettext-translator/compare/v2.1.0...HEAD +[3.0.0]: https://github.com/php-gettext/gettext-translator/compare/v2.1.0...v3.0.0