1# 4.17.01.16
2
3  * Quality: Happy new year! (Alexis von Glasow, 2017-01-12T14:01:18+01:00)
4  * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:58:13+02:00)
5  * Documentation: New `README.md` file. (Ivan Enderlin, 2016-10-18T15:10:49+02:00)
6  * Documentation: Update `support` properties. (Ivan Enderlin, 2016-10-11T08:45:51+02:00)
7
8# 4.16.01.11
9
10  * Quality: Drop PHP5.4. (Ivan Enderlin, 2016-01-11T09:15:27+01:00)
11  * Quality: Run devtools:cs. (Ivan Enderlin, 2016-01-09T09:11:00+01:00)
12  * Core: Remove `Hoa\Core`. (Ivan Enderlin, 2016-01-09T08:27:47+01:00)
13  * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T22:11:40+01:00)
14  * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T13:19:42+01:00)
15
16# 3.15.11.09
17
18  * Fixed leftover typos (string -> ustring) (David Thalmann, 2015-09-08T14:45:12+02:00)
19  * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:49:32+02:00)
20
21# 3.15.08.03
22
23  * `ext/iconv` is suggested, no longer required. (Ivan Enderlin, 2015-08-03T07:06:46+02:00)
24  * Fix CS. (Ivan Enderlin, 2015-08-03T07:05:10+02:00)
25  * Test `ext/mbstring` availability globally. (Ivan Enderlin, 2015-08-03T07:04:30+02:00)
26
27# 3.15.07.28
28
29  * Fix CS. (Ivan Enderlin, 2015-07-28T14:13:48+02:00)
30  * Fix the CHANGELOG. (Ivan Enderlin, 2015-07-28T14:13:27+02:00)
31  * Prepare 3.15.05.29. (Ivan Enderlin, 2015-05-29T15:36:54+02:00)
32
33# 3.15.05.29
34
35  * Update installation section. (Ivan Enderlin, 2015-05-29T14:13:22+02:00)
36  * Rename `Hoa\String` to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T12:24:23+02:00)
37  * Move to PSR-1 and PSR-2. (Ivan Enderlin, 2015-05-18T09:49:37+02:00)
38
39# 2.15.03.25
40
41  * `toCode` supports invalid UTF-8 character. (Ivan Enderlin, 2015-03-25T08:52:52+01:00)
42  * Fix a typo in an exception message. (bureX, 2015-01-27T01:41:08+01:00)
43
44# 2.15.02.19
45
46  * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-19T09:11:32+01:00)
47  * Add `require-dev` with `hoa/test`. (Ivan Enderlin, 2015-01-29T14:55:20+01:00)
48  * Add `hoa string:fromcode` and `hoa string:tocode`. (Ivan Enderlin, 2015-01-23T22:29:55+01:00)
49  * Translate the documentation in English. (Ivan Enderlin, 2015-01-23T19:27:04+01:00)
50  * Add examples, present new features and update links in the documentation. (Ivan Enderlin, 2015-01-23T19:27:00+01:00)
51  * Implement the `getCharWidth` method. (Ivan Enderlin, 2015-01-07T11:00:06+01:00)
52  * Accept other `intl` implementations. (Ivan Enderlin, 2015-01-06T13:42:20+01:00)
53  * Remove a useless test. (Ivan Enderlin, 2015-01-06T11:24:39+01:00)
54  * Add more tests for Math symbols. (Ivan Enderlin, 2015-01-06T11:22:53+01:00)
55  * Add emoji and other symbols supports to `toAscii`. (Ivan Enderlin, 2015-01-06T11:17:32+01:00)
56  * Update `toAscii` to use a transliterator. (Ivan Enderlin, 2015-01-06T10:58:07+01:00)
57  * Add transliterator support. (Ivan Enderlin, 2015-01-06T10:57:30+01:00)
58  * Happy new year! (Ivan Enderlin, 2015-01-05T14:52:34+01:00)
59
60# 2.14.12.24
61
62  * Clean code. (Julien Bianchi, 2014-12-24T08:44:59+01:00)
63  * Add tests for `Hoa\String\Search`. (Ivan Enderlin, 2014-12-23T14:15:21+01:00)
64  * `toBinaryCode` has a better semantics. (Ivan Enderlin, 2014-12-23T14:11:02+01:00)
65  * Use hexadecimal everywhere. (Ivan Enderlin, 2014-12-23T12:33:00+01:00)
66  * Tests are green now. (Ivan Enderlin, 2014-12-23T12:27:38+01:00)
67  * New `toCode` method, without UCS-2. (Ivan Enderlin, 2014-12-23T12:07:22+01:00)
68  * Add tests. (Ivan Enderlin, 2014-12-23T02:15:55+01:00)
69  * Fix flags between global and local in `match`. (Ivan Enderlin, 2014-12-23T02:13:50+01:00)
70  * Fix `compare` if `Collator` is not present. (Ivan Enderlin, 2014-12-23T02:13:16+01:00)
71  * Wrong append and prepend algorithm. (Ivan Enderlin, 2014-12-23T02:12:30+01:00)
72  * Move to PHP5.4 and remove `from`/`import`. (Ivan Enderlin, 2014-12-22T22:44:40+01:00)
73
74# 2.14.12.10
75
76  * Move to PSR-4. (Ivan Enderlin, 2014-12-09T18:48:53+01:00)
77
78# 2.14.11.09
79
80  * Format code. #mania (Ivan Enderlin, 2014-10-05T15:09:31+02:00)
81  * Implement the `String::copy` method. (Marc Lemay, 2014-10-05T15:08:33+02:00)
82
83# 2.14.09.23
84
85  * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:55:55+02:00)
86
87# 2.14.09.16
88
89  * Drop PHP5.3. (Ivan Enderlin, 2014-09-17T17:20:54+02:00)
90  * Add the installation section. (Ivan Enderlin, 2014-09-17T17:20:46+02:00)
91
92(first snapshot)
93