Releases: EFTEC/mapache-commons
Releases · EFTEC/mapache-commons
1.24
- 1.24
- Fixed an exception with FileLib. It also stores every error in a field.
- Completed README.md
- Cleaned PHPDocs.
1.23
- 1.23 Modified .gitattributes and .gitignore to streamline the final version.
1.22
- 1.22 The next classes have been renamed:
- Text (deprecated) => TextLib
- Collection (deprecated) => CollectionLib
- Debug (deprecated) => DebugLib
- It is because there are a dozen of libraries who use the same name for the classes.
- You can still use the same library without changes but for new code I suggest to use the new names.
- [new] FileLib::getDirFirstFile()
1.21
- 1.21 added FileLib class
- getDirFiles()
- getDirFolders()
- getExtensionPath()
- getDirPath()
- getBaseNamePath()
- getFileNamePath()
- fixUrlSeparator()
- safeFileGetContent()
- safeFilePutContent()
- isAbsolutePath()
1.20
- 1.20 New methods Collection::xmlToString,Collection::arrayToXML,Collection::stringToXML,Collection::xmlToArray
1.16
- 1.16 New methods Text::wildcardComparison() and Text::endsWith()
1.14
- 1.14 Text::camelCase() solved a small bug