Skip to content

Commit 708411c

Browse files
authored
Merge pull request #24 from SimonFrings/v1.2.0
Prepare v1.2.0 release
2 parents 3165c06 + 47ecba6 commit 708411c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.0 (2020-12-09)
4+
5+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
6+
Add PHP 8 support, update to PHPUnit 9 and simplify test setup.
7+
(#18 by @clue and #19, #22 and #23 by @SimonFrings)
8+
39
## 1.1.0 (2020-02-04)
410

511
* Feature: Improve error reporting and add parsing error message to Exception and

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ of rows efficiently without having to load the whole file into memory at once.
2626

2727
**Table of contents**
2828

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

39+
## Support us
40+
41+
We invest a lot of time developing, maintaining and updating our awesome
42+
open-source projects. You can help us sustain this high-quality of our work by
43+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
44+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
45+
for details.
46+
47+
Let's take these projects to the next level together! 🚀
48+
3849
## NDJSON format
3950

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

299310
```bash
300-
$ composer require clue/ndjson-react:^1.1
311+
$ composer require clue/ndjson-react:^1.2
301312
```
302313

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

0 commit comments

Comments
 (0)