Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Sep 1, 2019
1 parent 31c3e85 commit 62525b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.0 - 2019-09-01
### Added
- Tests for `JsonParser.skipArray()` and `JsonParser.skipObject()` in the middle of array/object.
- Tests for building JSON with collection/map.

## 1.2.0 - 2019-08-04
### Added
- JSON examples with various kinds of indentations.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This project provides a set of tests for implementations of [Java API for JSON Processing (JSR 374)].

## Project Goal
## Project Goals

* Provides comprehensive test suite which is fairly available for all JSON-P implementations.
* Contributes to the quality of JSON-P implementations.
Expand Down Expand Up @@ -35,7 +35,7 @@ The jar-packaged artifact of this test suite is available from [JitPack] reposit
<dependency>
<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 62525b1

Please sign in to comment.