forked from mattbertolini/Hermes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
30 lines (27 loc) · 1.22 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Hermes Change Log
=================
Version 1.2.0 -- 2011-05-12
-------------------------------------------------------------------------------
Features:
* Support for GWT 2.2 and above. GWT 2.2 introduced multiple plural arguments,
the @Select annotation, and the @AlternateMessage annotation. Support for these
features has been added. Version 1.2 of Hermes no longer works with GWT 2.1. If
you are using GWT 2.1, use the 1.1.x line of Hermes.
Version 1.1.0 -- 2011-04-24
-------------------------------------------------------------------------------
Features:
* Support for custom plural forms via the GWT PluralRule interface. This
follows the specification and documentation found in the GWT plural forms
documentation.
Bug Fixes:
* Fixed bug in unit test MessagesProxyTest where date related tests would fail
if run outside the America/New_York time zone (Issue #1).
Version 1.0.0 -- 2011-04-02
-------------------------------------------------------------------------------
Features:
* Initial release of Hermes
* Supports minimum GWT version 2.1
* Support for Messages, Constants, and ConstantsWithLookup interfaces
* UTF-8 properties file support
* Basic plural form support
* SafeHtml support