1.3.0 - Compromise Updates
In this version, we were forced to remove the
JSONPreview
diagonal sliding feature. There were too many problems with this feature due to personal incompetence, and we couldn't fix it at the same time. Finally we removed this feature.
Add
- Add
JSONPreviewDelegate
, which is used to replace the previous use ofUITextViewDelegate
to realize the URL click.
Change
- Since JSON is now displayed in line breaks, the line height is no longer a fixed value.
- Improved the judgment rules for URLs, and now IP addresses can be correctly identified as URLs.
Remove
- Removed the diagonal swipe feature.