File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4051NDJSON ("Newline-Delimited JSON" or sometimes referred to as "JSON lines") is a
@@ -297,7 +308,7 @@ This project follows [SemVer](https://semver.org/).
297308This 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
303314See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments