Skip to content

Commit

Permalink
Merge pull request #24 from SimonFrings/v1.2.0
Browse files Browse the repository at this point in the history
Prepare v1.2.0 release
  • Loading branch information
clue authored Dec 9, 2020
2 parents 3165c06 + 47ecba6 commit 708411c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0 (2020-12-09)

* Improve test suite and add `.gitattributes` to exclude dev files from exports.
Add PHP 8 support, update to PHPUnit 9 and simplify test setup.
(#18 by @clue and #19, #22 and #23 by @SimonFrings)

## 1.1.0 (2020-02-04)

* Feature: Improve error reporting and add parsing error message to Exception and
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ of rows efficiently without having to load the whole file into memory at once.

**Table of contents**

* [Support us](#support-us)
* [NDJSON format](#ndjson-format)
* [Usage](#usage)
* [Decoder](#decoder)
Expand All @@ -35,6 +36,16 @@ of rows efficiently without having to load the whole file into memory at once.
* [License](#license)
* [More](#more)

## Support us

We invest a lot of time developing, maintaining and updating our awesome
open-source projects. You can help us sustain this high-quality of our work by
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
for details.

Let's take these projects to the next level together! 🚀

## NDJSON format

NDJSON ("Newline-Delimited JSON" or sometimes referred to as "JSON lines") is a
Expand Down Expand Up @@ -297,7 +308,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/ndjson-react:^1.1
$ composer require clue/ndjson-react:^1.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 708411c

Please sign in to comment.