0.4.0
What's Changed
- performance improvement: O(n^2) to O(n) by @MojtabaHs in #5
- test: add test for the new
open
access control by @MojtabaHs in #6 - fix: Support the
fileprivate
access level by @MojtabaHs in #7 - feature: Add Swift action to build and test. by @Mr-Alirezaa in #8
- fix:
open
keyword test to be a valid swift code. by @Mr-Alirezaa in #10 - fix: Handle
static
andclass
properly. by @Mr-Alirezaa in #9 - fix: reversed order access controls by @MojtabaHs in #12
- refactor: Reduce raw string usage by @MojtabaHs in #11
- chore: Cleanup some extra characters and reduce the code size a bit by @MojtabaHs in #13
- refactor: Revise access controls logic by @MojtabaHs in #14
New Contributors
- @MojtabaHs made their first contribution in #5
Full Changelog: 0.3.0...0.4.0