Skip to content

Tags: GuiaBolso/fixed-length-file-handler

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add custom exception handling (#21) 

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add LineParseException (#18) Sometimes, when parsing a line with some sort of unexpected content, is hard to track down the line where this occurred, specially on large files. This pull request adds the LineParseException, which encapsulates all sort of errors which might occur when trying to parse any line. If necessary, it will be possible to access the line which generated the error.

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md 

0.3.0

Toggle 0.3.0's commit message
Release 0.3.0 

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add special parsing for decimals (#5) Closes #4

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add shields to README