Skip to content

Releases: codekandis/json-codec

2.0.0

17 Jan 15:29
e798bda
Compare
Choose a tag to compare

2.0.0 - 2021-01-17

Changed

  • composer package dependencies
    • removed
      • sensiolabs/security-checker
      • phpunit/phpunit
    • changed
      • minimum-stability [stable]
      • php [^7.4]
      • codekandis/phlags [^3]
      • codekandis/json-error-handler [^2]
    • added
      • codekandis/phpunit [^3]

1.0.0

27 Dec 19:04
c145948
Compare
Choose a tag to compare

1.0.0 - 2019-08-07

Added

  • JsonEncoderOptions representing PHP's native JSON encoding options
  • JsonDecoderOptions representing PHP's native JSON decoding options
  • JsonEncoder encodes values into a JSON string
  • JsonDecoder decodes values from a JSON string
  • PHPUnit tests
  • README.md
  • CHANGELOG.md