Version 0.7.0 (2019-12-20) ========================== New features: - Added \MensBeam\Intl\Encoding abstract class with createDecoder() and matchLabel() static methods Version 0.6.0 (2019-12-18) ========================== New features: - Added $allowSurrogates parameter to Encoding constructor - Added posErr public instance property to Encoding Version 0.5.0 (2019-12-13) ========================== Breaking changes: - Rename Encoding::len() to Encoding::lenChar() New features: - Add Encoding::lenByte() method - Add Encoding::eof() method Version 0.4.0 (2018-09-15) ========================== New features: - Implemention of UTF-16 encoding - Implemention of Big5 encoding - Implemention of EUC-KR encoding - Implemention of x-user-defined encoding Version 0.3.0 (2018-08-29) ========================== New features: - Implemention of gb18030 and GBK encodings Version 0.2.0 (2018-08-11) ========================== New features: - Implementation of all single-byte WHATWG encodings Version 0.1.0 (2018-08-10) ========================== Initial release