• 0.9.2 88dbf8398a

    0.9.2 Stable

    jking released this 2023-01-25 17:15:59 -05:00 | 0 commits to master since this release

    Bug fixes

    • Define properties which were accidentally created dynamically
    • Avoid use of @ operator to play nice with custom error handlers
    Downloads
  • 0.8.1 95d573c014

    0.8.1 Stable

    jking released this 2021-03-06 22:56:31 -05:00 | 13 commits to master since this release

    Changes:

    • Support PHP 8
    Downloads
  • 0.8.0 5c8116afb8

    0.8.0 Stable

    jking released this 2020-10-27 19:17:36 -04:00 | 15 commits to master since this release

    New features:

    • Implementation of EUC-JP encoding
    • Implementation of Shift_JIS encoding
    • Implementation of ISO-2022-JP encoding
    • Implementation of replacement encoding
    • Added missing encoder for x-user-defined encoding
    • Added general-purpose \MensBeam\Intl\Encoding\Encoder class
      also accessible via \MensBeam\Intl\Encoding::createEncoder()
      static method

    Bug fixes:

    • Fixed errors in Big5, gb18030, and GBK encoders
    • Plugged potential memory leak when using the rewind() method of
      Big5, gb18030, GBK, and EUC-KR decoders

    Changes:

    • Added new labels for UTF-8 and UTF-16
    • Improved performance of Big5, gb18030, GBK, and EUC-KR encoders
    • Corrected requirement of PHP 7.1
    Downloads
  • 0.7.0 c4a2ae1714

    0.7.0 Stable

    jking released this 2019-12-20 20:56:59 -05:00 | 90 commits to master since this release

    New features:

    • Added \MensBeam\Intl\Encoding abstract class with createDecoder() and
      matchLabel() static methods
    Downloads
  • 0.6.0 200a310f72

    0.6.0 Stable

    jking released this 2019-12-18 14:57:54 -05:00 | 93 commits to master since this release

    New features:

    • Added $allowSurrogates parameter to Encoding constructor
    • Added posErr public instance property to Encoding
    Downloads
  • 0.5.0 2e47fde774

    0.5.0 Stable

    jking released this 2019-12-13 11:05:01 -05:00 | 94 commits to master since this release

    Breaking changes:

    • Rename Encoding::len() to Encoding::lenChar()

    New features:

    • Add Encoding::lenByte() method
    • Add Encoding::eof() method
    Downloads
  • 0.4.0 58328b7524

    0.4.0 Stable

    jking released this 2018-09-15 19:52:16 -04:00 | 97 commits to master since this release

    New features:

    • Implemention of UTF-16 encoding
    • Implemention of Big5 encoding
    • Implemention of EUC-KR encoding
    • Implemention of x-user-defined encoding
    Downloads
  • 0.3.0 61993bb900

    0.3.0 Stable

    jking released this 2018-08-29 17:37:44 -04:00 | 119 commits to master since this release

    New features:

    • Implemention of gb18030 and GBK encodings
    Downloads
  • 0.2.0 58444b9545

    0.2.0 Stable

    jking released this 2018-08-11 22:04:45 -04:00 | 128 commits to master since this release

    New features:

    • Implementation of all single-byte WHATWG encodings
    Downloads
  • 0.1.0 d8af9600ee

    0.1.0 Stable

    jking released this 2018-08-10 15:12:29 -04:00 | 133 commits to master since this release

    Initial release

    Downloads