The pull request is done in order to accommodate some changes to the code required for compatibility with the future JADE release, in which all the parsing logic functions which are currently duplicated in f4enix will be removed and a dependency to f4enix will be added.
No new dependencies introduced.
Type of change
Please select what type of change this is.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature
[x] Non-breaking change which adds functionality
[ ] Breaking change fix or feature that would cause existing functionality to not work as expected
Other changes
[x] This change requires a documentation update
Some new public methods were introduced. However, such changes should be automatically updated in the f4enix API section. Such methods are not of primary importance outside JADE, and there is no point in updating the examples or other sections of the documentation.
Testing
All tests were run. Some improvements have been done to current tests to accommodate the ones that were also present in JADE
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ x] I have added tests that prove my fix is effective or that my feature works
[ ] General testing
[x] New and existing unit tests pass locally with my changes
Description
The pull request is done in order to accommodate some changes to the code required for compatibility with the future JADE release, in which all the parsing logic functions which are currently duplicated in f4enix will be removed and a dependency to f4enix will be added.
No new dependencies introduced.
Type of change
Please select what type of change this is.
Other changes
Some new public methods were introduced. However, such changes should be automatically updated in the f4enix API section. Such methods are not of primary importance outside JADE, and there is no point in updating the examples or other sections of the documentation.
Testing
All tests were run. Some improvements have been done to current tests to accommodate the ones that were also present in JADE
Checklist: