Releases: krzysztofzablocki/Difference
Releases · krzysztofzablocki/Difference
1.1.0
What's Changed
- Update readme to fix deprecation warning by @MontakOleg in #35
- Remove enum and namespace name collision by @Filozoff in #37
New Contributors
- @MontakOleg made their first contribution in #35
- @Filozoff made their first contribution in #37
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- Update quick example by @haifengkao in #28
- Objective-C enums support by @karolpiateknet in #30
- Fix issue with not compiling tests due to UIKit usage by @karolpiateknet in #31
- Handle ObjC enum cases when inside collections or deeply inside objects by @karolpiateknet in #32
New Contributors
- @haifengkao made their first contribution in #28
- @karolpiateknet made their first contribution in #30
Full Changelog: 1.0.1...1.0.2
1.0.1
Merge pull request #27 from ZevEisenberg/master Modernize project and package tools version
1.0.0
- The library is stable so kicking off to 1.0.0
- Adds ability to specify name labels so that the library can be used for different purposes, like TCA instrumentation
0.6.0
Tweaks collection diffing
0.5.0
Use full version specing for spm integration
Swift 5 update
Merge pull request #20 from tahirmt/podspec-swift-5 Bump podspec version to 0.5 and swift version to 5.0
0.4
Includes:
- Proper support for unordered collections (Dictionaries/Sets)
- Updated styling for indentation
- Complete internal rewrite
0.2
docs: metadata update
0.1
feat: remove assertion files for now