This release was important for us, as it was the final refinement of the product to a serious release state. Also, the writing of tests for the module was completed, which also affected the new release.
https://github.com/hmpl-language/hmpl
What was changed?
- Major rework of `Error` handling in the code
- Fix bugs with `pre` tag when parser didn't process it
-Returning a `Comment` when a request fails
The goals that were achieved in this release:
- Reduced many features that were unnecessary and took up disk space
- Logically correct processing of erroneous requests has been completed (if there was an indicator, then in case of an error in previous versions it remained)
- If the response was not `text/html`, then errors in previous versions were not handled quite correctly, but this has now been fixed.
In the new releases we want to achieve
- Accessing errors in the indicator
- Make interval requests to the server
This release was made as a small step towards something big, and I think it turned out great.