Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jan 26, 2018
1 parent 514fc7f commit 5253158
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Changelog
#########

2.0
===

Release data: January 24, 2018
2.0.0
=====

* Re-wrote library to be pure JS (can now load MO files directly)
* Removed `eval`/`new Function`.
* Only distributed as un-processed library.
* Added new `load` function.
Release data: January 26, 2018

* Re-wrote the whole library.
* Ported MO->JS transpiler to Javascript.
* Added webpack loader to load MO files directly in you sources.
* Removed dependency on ``eval`` and ``new Function``.
* Renamed ``gettext.Gettext`` to ``gettext.Translations``.

1.2
===

Release date: January 20, 2017

* Removed `eval` from Javascript runtime.
* Use `yarn` for development Javascript dependencies.
* Removed ``eval`` from Javascript runtime.
* Use ``yarn`` for development Javascript dependencies.


1.1
Expand All @@ -27,7 +27,7 @@ Release date: January 20, 2017
Release date: September 24, 2016

* Made the JavaScript runtime an NPM package.
* Removed the `Gettext.load` API. If you want to load catalogs via AJAX, please
* Removed the ``Gettext.load`` API. If you want to load catalogs via AJAX, please
use the AJAX libary of your choice.
* Added "global" APIs :js:func:`set_catalog`, :js:func:`gettext` and
:js:func:`ngettext`.
Expand Down

0 comments on commit 5253158

Please sign in to comment.