TDoG-Skin/vendor/hoa/ustring/CHANGELOG.md

93 lines
4.2 KiB
Markdown
Raw Normal View History

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