Releases: jonpereiradev/jfile-reader
Releases · jonpereiradev/jfile-reader
0.8.0
- Removing commons-lang dependency
- Refactory JFileLine.getRow() method to JFileLine.getLineNumber() method
- Refactory JFileColumn.getPosition() method to JFileColumn.getColumnNumber() method
- Refactory JFileLine class to LineValue class
- Refactory JFileColumn class to ColumnValue class
- Moving JFileReader validate() method to JFileValidator class
- Refactory Report class to ValidationReport class
- Refactory Report isInvalid method to isNotValid method
- Refactory ReaderConfiguration class to JFileReaderConfig class
- Add throws IOException in JFileReaderFactory methods
- Removing exception suppress from ColumnValue getter methods
- Removing internal complexities
- Removing JFileValidator.validate(fileReader) method
- Adding JFileReader.stream() non-parallel support
- String Rule for exactLength
- Rename rule min and max to minLength and maxLength for string types
- Enrich the API documentation
- MIT License
Performance issues
0.7.0 Update README.md
0.6.1
Fix in the string trim.
0.6.0
Fix rules and getArray column value implementation.
0.5.0
Update README.
0.4.0
Update readme.
0.3.0
StringTypeRule node implementation.
0.2.0
Update version.