summaryrefslogtreecommitdiffstats
path: root/src/Modifier/QueryFilter.php
Commit message (Collapse)AuthorAgeFilesLines
* bug fix BOM stripping #184Ignace Nyamagana Butera2016-10-031-1/+1
|
* 8.1.1 release8.1.1ignace nyamagana butera2016-09-051-1/+1
|
* Change getInputBom() method name to getInputBOM() to be consistent ↵Hugo Hamon2016-08-011-3/+3
| | | | everywhere in the API.
* Update project settingsignace nyamagana butera2016-07-181-3/+3
| | | | | | | | | - adding .editorconfig - adding github ISSUE_TEMPLATE md - updating composer package (fabpot/php-cs-fixer dev dependency updated) - updating .gitattributes to include editorconfig - improve QueryFilter
* prepare 8.1.0 release8.1.0ignace nyamagana butera2016-05-301-1/+1
|
* parameters should be in snake caseignace nyamagana butera2016-05-301-2/+2
|
* Adding an autoloader scriptignace nyamagana butera2016-05-231-30/+30
|
* All properties are now camelCaseignace nyamagana butera2016-02-151-24/+24
|
* docblock improvementsignace nyamagana butera2016-01-281-3/+3
|
* adding fetchPairsWithoutDuplicates methodignace nyamagana butera2015-12-091-49/+0
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-2/+2
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-5/+6
|
* Improve QueryFilter codeignace nyamagana butera2015-12-011-48/+43
|
* remove useless QueryFilter methodsignace nyamagana butera2015-12-011-89/+13
|
* Improve QueryFilter codeignace nyamagana butera2015-11-301-47/+51
|
* Improve v8 code qualityignace nyamagana butera2015-11-301-7/+31
| | | | | - Improve Reader::fetchPairs when the offsetIndex or the valueIndex are undefined - Internal refactoring
* Remove useless method in QueryFilterignace nyamagana butera2015-11-261-10/+0
|
* Improve Internal codeignace nyamagana butera2015-11-261-7/+25
|
* Improve Reader classignace nyamagana butera2015-11-261-0/+39
| | | | | - Bug fix Reader::fetchAssoc to align with v8 behavior - returnType mechanism is moved to the QueryFilter Trait
* Preparing 8.0.0ignace nyamagana butera2015-11-241-1/+1
|
* Update filterInteger docblockignace nyamagana butera2015-10-301-1/+1
|
* Improving code qualityignace nyamagana butera2015-10-291-9/+7
| | | | | - remove the need for the $newline argument in createFromString #132 #130 - improve integer filtering
* Simplify codeignace nyamagana butera2015-10-271-6/+2
|
* Prepare for 7.2.0 releaseignace nyamagana butera2015-10-231-1/+1
| | | | | | | - Introduce Controls::fetchDelimitersOccurrences - Introduce Reader::fetch - Deprecate Reader::query - Deprecate Controls::detectDelimiterList
* Improve codeignace nyamagana butera2015-10-211-2/+2
| | | | | | - using call_user_func to avoid PHP bug https://bugs.php.net/bug.php?id=68475 - improve regexp documentation - add more excluded files to gitattributes
* Fixed typoPascal Borreli2015-10-161-1/+1
|
* Fix docblocksmortenhauberg2015-10-151-1/+1
|
* Improve Package Testing toolsignace nyamagana butera2015-09-251-3/+3
| | | | | | - The package uses PHP CS Fixer to validate the coding standard - Improve Travis settings - Improve Scrutinizer settings
* bug fix SplFileObject flags in testIgnace Nyamagana Butera2015-06-041-4/+4
|
* make scrutinizer happyIgnace Nyamagana Butera2015-06-041-17/+29
|
* Resolve issue #102Ignace Nyamagana Butera2015-06-041-4/+12
| | | | | The enclosure character should also be stripped when The BOM character is removed to properly output CSV content
* bug fix for issue #99Ignace Nyamagana Butera2015-05-201-1/+5
|
* improve QueryFilter internal codeIgnace Nyamagana Butera2015-04-231-83/+83
|
* bug fix strip_bom property resetIgnace Nyamagana Butera2015-04-231-0/+2
|
* prepare for 7.1 releaseIgnace Nyamagana Butera2015-04-221-1/+1
|
* bug fix getConversionIteratorIgnace Nyamagana Butera2015-04-221-1/+1
|
* adding QueryFilter::stripBom methodIgnace Nyamagana Butera2015-04-221-0/+63
|
* prepare for 7.0.1 release7.0.1Ignace Nyamagana Butera2015-03-231-1/+1
|
* final package structureIgnace Nyamagana Butera2015-02-191-0/+269