Skip to content

Commit

Permalink
Adds the CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
codekandis committed Dec 27, 2019
1 parent faa49b8 commit c145948
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [keep a changelog][xtlink-keep-a-changelog]
and this project adheres to [Semantic Versioning 2.0.0][xtlink-semantic-versioning].

## [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`

[1.0.0]: https://github.com/codekandis/json-codec/tree/1.0.0



[xtlink-keep-a-changelog]: http://keepachangelog.com/en/1.0.0/
[xtlink-semantic-versioning]: http://semver.org/spec/v2.0.0.html

0 comments on commit c145948

Please sign in to comment.