- Compatibility with PHP 8.0
- Compatibility with Elasticsearch 7.x
- Upgrade Symfony Dependencies 3.x >> 5.x
- [!!!] Removed document types - take care of adjusting your config, elasticsearch now requests one index per type
- [!!!] Removed compatibility to PHP < 7.4
- Make ES connection in behat tests configurable via env variables
- Update README, fix test instructions
- Remove unused docs folder
- Bump symfony/dependency-injection from 3.4.22 to 3.4.26
- [TASK] Enable .env.local as last override
- [BUGFIX] Remove break to load also env files from second directory
- [TASK] Update Dependencies
- [FEATURE] Allow .env.dist as base config file
- [FEATURE] Add possibility to truncate documents of specified type
- [BUGFIX] Fix self-update for future versions
- [FEATURE] Add compatibility to elasticsearch 5
- [BUGFIX] Fix broken .env detection
- [BUGFIX] Fix path issue with composer installations
- [FEATURE] Allow new languages to be added by remap
- [FEATURE] Add language aware remapping
- [FEATURE] Add initializing of indices in different languages
- [FEATURE] Add force option to remap and remap only on changes
- [FEATURE] Add behat tests for index:cornify and index:remap
- [FEATURE] Add behat test for index:init
- [FEATURE] Add first behat tests for mapping commands
- [FEATURE] Add longer installation instructions
- [FEATURE] Show command displays in a more readable manner
- [BUGFIX] Lowercase composer package name
- [BUGFIX] Fix paths in phar
- [BUGFIX] Load .env file from outside of the .phar archive
- [FEATURE] Add self-update and rollback capabilities
- [FEATURE] Configurable elastica client settings
- [FEATURE] Add possibility to "cornify" an existing index
- [BUGFIX] Adjusted expected results to Fixtures
- [BUGFIX] Differ diffs stupidly
- [FEATURE] Add possibility to load config path from .env file
- [FEATURE] Add compare and show commands
- [TASK] Added Scrutinizr
- [TASK] Spacing around declare
- [TASK] Code Cleanup
- [TASK] Adjust issue url
- [TASK] Update README.md
- [TASK] Update documentation with language feature
- [TASK] Replace recursion with while
- [TASK] Cleanup and add new tests
- [TASK] Fix comparison and index initialization
- [TASK] Fix tests
- [TASK] Refactor IndexUtility to IndexService
- [TASK] Remove deprecations and adjust Tests
- [TASK] Cleanup IndexUtility
- [TASK] Add contribution and testing part to readme
- [TASK] Update dependencies
- [TASK] Test CI composer validate
- [TASK] Move GitHub pages from branch gh-pages to docs folder.
- [TASK] add cornify command to README
- [TASK] Add homepage to composer.json
- [TASK] Re-use correct differ (merge-conflict foo :()
- [TASK] Update composer.lock
- [TASK] Adjust readme
- [TASK] Add update and rollback only in phar version
- [TASK] Add rollback output
- [TASK] Prepare versioning and signing
- [TASK] Change suffix to uniqid
- [TASK] Remove unused log manager
- [TASK] Remove faker from composer reqs
- [TASK] Beautify code
- [TASK] Use new flatten implementation
- [TASK] Change Tests to namespaced
- [TASK] Show only diff if things changed, show only changed lines
- [TASK] Show only diff if things changed, show only changed lines
- [TASK] Flatten array before diffing
- [TASK] Added more documentation to the README.md
- [TASK] Fix comparison and add unicorn
- [TASK] adjust bin dir
- [TASK] Various bug fixes
- [TASK] Add documentation
- [TASK] Add Test and reformat
- [TASK] Add dependency injection and logging
- [TASK] Cleanup
- [TASK] Add commands and box config
- [TASK] Add basic setup
- [TASK] template with README and .gitignore
- [TASK] Initialize Repository