Deprecations
First of all apologies, most of the deprecations DO NOT support backwards compatibility. This is because through some discussion on the "pear developers" mailing list.
We have decided that this changes are nescessary in order to meet standards and make the package as easy to use for as many developers as possible.
a list of deprecations are listed below by release.
VERSION 0.2.1
- columnExists will be renamed to hasColumn
- rowExists will be renamed to hasRow
VERSION 0.2.2
Method renaming
- column > getColumn
- headers > getHeaders
- row > getRow
- rows > getRows
- cell > getCell
- uses > load (also loadable as an optional argument in the contructor method) // will keep alias
- rawArray > getRawArray
- coordinatable > hasCell
- injectHeaders > setHeaders
- symmetric > isSymmetric // will keep alias
- settings > setConfig
- asymmetry > getAsymmetricRows // will keep alias
Dropped classes
- File_CSV_GetSql
File removal (from package.xml)
- doc/phpdoc/
- misc/output
package.xml changes
- README (change role from "data" to "doc")
- LICENCE (change role from "data" to "doc")
README
- add link to google-code documentation
VERSION 1.0.0
Package name renamed from
to
Alias methods in previous release have been removed. all documentation has been updated, please refer to it for examples and guidance.