mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
fixed ChangeLog.txt line feeds to Windows friendliness
git-svn-id: http://parsecsv-for-php.googlecode.com/svn/trunk@10 339761fc-0c37-0410-822d-8b8cac1f6a97
This commit is contained in:
182
ChangeLog.txt
182
ChangeLog.txt
@@ -1,91 +1,91 @@
|
|||||||
parseCSV 0.2.0 beta
|
parseCSV 0.2.0 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 2-Jan-2007
|
Date: 2-Jan-2007
|
||||||
|
|
||||||
- Added auto() function to automatically detect
|
- Added auto() function to automatically detect
|
||||||
delimiter character.
|
delimiter character.
|
||||||
Useful for user upload incase delimiter is
|
Useful for user upload incase delimiter is
|
||||||
comma (,), tab, or semi-colon (;). Some
|
comma (,), tab, or semi-colon (;). Some
|
||||||
versions of MS Excel for Windows use
|
versions of MS Excel for Windows use
|
||||||
semi-colons instead of commas when saving to
|
semi-colons instead of commas when saving to
|
||||||
CSV files.
|
CSV files.
|
||||||
It uses a process of elimination to eliminate
|
It uses a process of elimination to eliminate
|
||||||
characters that can not be the delimiter,
|
characters that can not be the delimiter,
|
||||||
so it should work on all CSV-structured files
|
so it should work on all CSV-structured files
|
||||||
almost no matter what the delimiter is.
|
almost no matter what the delimiter is.
|
||||||
|
|
||||||
- Generally updated some of the core workings
|
- Generally updated some of the core workings
|
||||||
to increase performance, and offer better
|
to increase performance, and offer better
|
||||||
support for large (1MB and up) files.
|
support for large (1MB and up) files.
|
||||||
|
|
||||||
- Added code examples to header comment.
|
- Added code examples to header comment.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.6 beta
|
parseCSV 0.1.6 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 22-Dec-2006
|
Date: 22-Dec-2006
|
||||||
|
|
||||||
- Updated output() function.
|
- Updated output() function.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.5 beta
|
parseCSV 0.1.5 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 22-Dec-2006
|
Date: 22-Dec-2006
|
||||||
|
|
||||||
- Added output() function for easy output to
|
- Added output() function for easy output to
|
||||||
browser, for downloading features for example.
|
browser, for downloading features for example.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.4 beta
|
parseCSV 0.1.4 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 17-Dec-2006
|
Date: 17-Dec-2006
|
||||||
|
|
||||||
- Minor changes and fixes
|
- Minor changes and fixes
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.3 beta
|
parseCSV 0.1.3 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 17-Dec-2006
|
Date: 17-Dec-2006
|
||||||
|
|
||||||
- Added GPL v2.0 license.
|
- Added GPL v2.0 license.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.2 beta
|
parseCSV 0.1.2 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 17-Dec-2006
|
Date: 17-Dec-2006
|
||||||
|
|
||||||
- Added encoding() function for easier character
|
- Added encoding() function for easier character
|
||||||
encoding configuration.
|
encoding configuration.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1.1 beta
|
parseCSV 0.1.1 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 24-Nov-2006
|
Date: 24-Nov-2006
|
||||||
|
|
||||||
- Added support for a PHP die command on first
|
- Added support for a PHP die command on first
|
||||||
line of csv files if they have a .php extension
|
line of csv files if they have a .php extension
|
||||||
to protect secure data from being displayed
|
to protect secure data from being displayed
|
||||||
directly to the browser.
|
directly to the browser.
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
parseCSV 0.1 beta
|
parseCSV 0.1 beta
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
Date: 23-Nov-2006
|
Date: 23-Nov-2006
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user