Releases: ergebnis/json-printer
Releases · ergebnis/json-printer
3.0.0
- Fix: Wording (#40), by @localheinz
- Enhancement: Update
localheinz/php-cs-fixer-config
(#41), by @localheinz - Enhancement: Switch to travis-ci.com (#42), by @localheinz
- Enhancement: Configure code owners (#43), by @localheinz
- Fix: Remove sudo configuration (#44), by @localheinz
- Fix: Drop support for PHP 7.0 (#45), by @localheinz
- Enhancement: Update
localheinz/php-cs-fixer-config
(#46), by @localheinz - Enhancement: Update
localheinz/test-util
(#47), by @localheinz - Enhancement: Update
phpunit/phpunit
(#48), by @localheinz - Enhancement: Add PHP 7.3 to Travis CI build matrix (#39), by @localheinz
- Enhancement: Update
localheinz/php-cs-fixer-config
(#49), by @localheinz - Enhancement: Add
FUNDING.yml
(#50), by @localheinz - Enhancement: Update
localheinz/php-cs-fixer-config
(#52), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/php-library-template
(#51), by @localheinz - Enhancement: Update
phpunit/phpunit
(#53), by @localheinz - Enhancement: Synchronize project tooling configuration with
localheinz/php-library-template
(#54), by @localheinz - Fix: Drop support for PHP 7.1 (#55), by @localheinz
- Build(deps-dev): Bump
phpunit/phpunit
from7.5.17
to8.4.3
(#56), by @dependabot-preview[bot] - Build(deps-dev): Bump
localheinz/test-util
from0.7.0
to0.8.0
(#57), by @dependabot-preview[bot] - Enhancement: Use
ergebnis/php-cs-fixer-config
(#58), by @localheinz - Build(deps-dev): Bump
ergebnis/php-cs-fixer-config
from1.0.0
to1.1.0
(#59), by @dependabot-preview[bot] - Build(deps-dev): Bump
phpunit/phpunit
from8.4.3
to8.5.0
(#60), by @dependabot-preview[bot] - Enhancement: Use
ergebnis/test-util
instead oflocalheinz/test-util
(#61), by @localheinz - Fix: References after move to @ergebnis (#62), by @localheinz
- Enhancement: Use reference style links in
CHANGELOG.md
(#64), by @localheinz - Enhancement: Synchronize with
ergebnis/php-library-template
(#63), by @localheinz - Fix: Remove unused configuration for probot stale (#65), by @localheinz
- Enhancement: Run builds on PHP 7.4 (#66), by @localheinz
- Fix: Rename namespace after move to @ergebnis (#67), by @localheinz
- Enhancement: Update
CHANGELOG.md
(#68), by @localheinz
2.0.1
- Enhancement: Update
localheinz/php-cs-fixer-config
(#34), by @localheinz - Enhancement: Split auto review tests from unit tests (#35), by @localheinz
- Fix: Editorconfig (#36), by @localheinz
- Fix: Reject mixed tabs and spaces as indent (#37), by @localheinz
- Enhancement: Add configuration for probot-stale bot (#38), by @localheinz
2.0.0
- Enhancement: Update
infection/infection
(#30), by @localheinz - Enhancement: Update
localheinz/php-cs-fixer-config
(#31), by @localheinz - Fix: Update
phpunit/phpunit
(#32), by @localheinz - Enhancement: Allow to specify new-line character (#33), by @localheinz
1.1.0
- Fix: Remove extra space (#24), by @localheinz
- Fix: Docblock (#25), by @localheinz
- Fix: Normalize
composer.json
(#26), by @localheinz - Enhancement: Leverage
Makefile
rule syntax (#27), by @localheinz - Enhancement: Add project URLs to
composer.json
(#28), by @localheinz - Fix: Add missing docblock (#29), by @localheinz
1.0.0
- Enhancement: Adopt
Composer\Json\JsonFormatter
(#1), by @localheinz - Enhancement: Add type declarations (#2), by @localheinz
- Fix: Update
localheinz/test-util
(#3), by @localheinz - Enhancement: Rename classes, parameters, and variables (#4), by @localheinz
- Enhancement: Turn
static
methodprint()
into instance method (#5), by @localheinz - Enhancement: Extract
PrinterInterface
(#6), by @localheinz - Fix: Add missing closing parentheses (#7), by @localheinz
- Fix: Adjust comments (#8), by @localheinz
- Fix: Remove unnecessary parentheses (#9), by @localheinz
- Enhancement: Reject invalid JSON (#10), by @localheinz
- Fix: Run
make cs
(#11), by @localheinz - Fix: Continue after handling colon (#13), by @localheinz
- Enhancement: Ensure
print()
is idempotent (#12), by @localheinz - Fix: Move condition (#16), by @localheinz
- Fix: Inline variable and use
PHP_EOL
constant (#15), by @localheinz - Fix: Collapse empty arrays and objects (#14), by @localheinz
- Fix: Improve legibility (#17), by @localheinz
- Enhancement: Provide default values for boolean parameters (#18), by @localheinz
- Fix: Inline method (#19), by @localheinz
- Fix: Remove duplicate tests (#20), by @localheinz
- Enhancement: Allow to pass in indent (#21), by @localheinz
- Fix: Move tests taken from external source closer together (#22), by @localheinz
- Enhancement: Remove unescaping capabilities (#23), by @localheinz