mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-18 16:18:26 +02:00
3.8 KiB
3.8 KiB
VERSION 5 AFTERNOON
-
Version 5.2 - clean up
- 2019-05-15 00:17 5.2.2 Final Release for v5
- 2bd27d4 Update deps
- fa189fa Update deps
- 6b30019 Update deps
- abc0d8a $ composer fix
- 7cb5a75 Update deps
- 70f66a2 Update .travis.yml for 7.4snapshot
- e7e1839 Update deps
- 1cee802 Update readme
- 756970a Add .editorconfig
- e6350bc Change screenshot size
- 55748a5 Update deps
- 03b0c55 Freeze documentation assets for v5
- bd61843 Freeze documentation assets for v4
- 2019-03-04 23:03 5.2.1 tiny fixes
- ed2bf46 Fix Diff::getOldNewComparison() should use finalize()
- ecde729 Fix codacy's complaint
- 5efa215 Revise the Language class (no BC break)
- 3b369f8 Type-safe for Language::getTranslationsByLanguage()
- d442360 Remove unneccesary phan error suppression
- 8dffcb3 Fix readme badge
- 2019-03-04 04:05 5.2.0 initial release
- ef500d0 Deprecate AbstractRenderer::getIdenticalResult()
- 88648e3 nits
- 0861774 $ php-cs-fix fix
- bfbdd3d [php-cs-fixer] Add new rules: @PhpCsFixer, @PhpCsFixer:risky
- dfeb1b8 Improve JSON decoding in Language::getTranslationsByLanguage()
- 414eb29 Release of new version 4.2.3
- 9d51c33 Make Language::getTranslationsByLanguage() safer
- 8acb535 Fix a typo
- 2b620b3 Use native class name
- b76301a Fix a typo in readme
- 8745678 Release of new version 4.2.2
- 6117ab9 Adapt some non-breaking changes from the master branch
- 8b06983 nits
- 5659dc4 Update deps
- cfb2652 Move CHANGELOG and UPGRADING
- 28216ed Release of new version 4.2.1
- 2019-05-15 00:17 5.2.2 Final Release for v5
-
Version 5.1 - helper methods
- 2019-02-27 01:47 5.1.1 fix typo
- 868c542 Fix DiffHelp::getTemplatesInfo() typos
- 80cd8e7 Revise phpdoc
- 0a202c8 Add (private) Diff::finalize() to help maintain cache vadility
- 2019-02-26 14:57 5.1.0 initial release
- 00ae199 Fix .rmt.yml
- 7a700fa Release of new version 4.2.0
- 770636a php-cs-fixer
- 0304537 Add INFO['type'] for renderers
- a9bee51 Rewrite DiffHelper::getTemplatesInfo() and DiffHelper::getStyleSheet()
- 9f9809e Add DiffHelper::getProjectDirectory()
- 4d739c4 Add DiffHelper::getStyleSheet()
- ec11495 require-dev at least phpunit/phpunit 7.5
- 2553620 Add DiffHelper::calculateFiles()
- a4f07c0 No need to clear cached value if $old/$new does not change
- ff019a9 Code tidy
- 02b30c8 Update deps
- 742c096 Update UPGRADING_v5.md
- 0ffd644 Code tidy
- b619f91 Update readme
- 2019-02-27 01:47 5.1.1 fix typo
-
Version 5.0 - AFTERNOON
- 2019-02-22 02:55 5.0.2 fix Json renderer with empty changes
- 6ca5b97 Fix Json renderer with empty changes
- e512f2d Update CHANGELOG_v4.md
- 2019-02-22 02:35 5.0.1 fix dep
- 7757363 squizlabs/php_codesniffer should be in require-dev
- 6ac0c99 Update .rmt.yml
- 2019-02-22 02:24 5.0.0 initial release
- 9f85206 Update .rmt.yml
- 064a3b3 Add renderer option: outputTagAsString
- 23c59f8 Update jfcherng/php-sequence-matcher ^3.0
- 1eb6bbb Update example/old_file.txt and the new one.
- b9f2f7b Fix AbstractHtml::expandTabs() $tabSize undeclared
- 469abb7 Fix problem caused by in OP_EQ, it still may be $old !== $new
- 82ed9ca AbstractHtml::expandTabs() add argument: $onlyLeadingTabs
- dd6d8dc Code tidy
- 4750267 Move upgrading guide from readme to other files
- 12b6024 Separate CHANGELOG by major version
- ebbb509 Update readme
- ef735c9 Code tidy
- 4518927 Uniform more "from, to" into "old, new"
- 079a5ec Update readme
- dbcf0b8 Update readme
- b84bef5 Remove deprecated APIs
- 5330cd2 Uniform the term "base, changed" into "old, new"
- 2019-02-22 02:55 5.0.2 fix Json renderer with empty changes