Releases: Mr-Alirezaa/BuildableMacro
Releases · Mr-Alirezaa/BuildableMacro
0.5.0
What's Changed
- feat: Add support for Swift 5.10 by @Mr-Alirezaa in #15
- chore: Add privacy manifest file. by @Mr-Alirezaa in #1
Full Changelog: 0.4.0...0.5.0
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
0.3.0
What's Changed
- fix: Add support of
open
access-level by @omidgolparvar in #4
New Contributors
- @omidgolparvar made their first contribution in #4
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- fix: Build failure on non-macOS platforms. by @Mr-Alirezaa in #2
- chore: Update README and add code of conduct by @Mr-Alirezaa in #3
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial release contains the base functionality, documentations and tests for @Buildable
, @BuildableTracked
, and @BuildableIgnored
macros.
Full Changelog: https://github.com/Mr-Alirezaa/BuildableMacro/commits/0.1.0