Releases: MooVC/Monify
Releases · MooVC/Monify
1.3.2: Duplicate Conversions
Fixed
- Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.
Full Changelog: 1.3.1...1.3.2
1.3.2-rc.3: Duplicate Conversions
Fixed
- Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.
Full Changelog: 1.3.2-rc.2...1.3.2-rc.3
1.3.2-rc.2: Duplicate Conversions
Fixed
- Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.
Full Changelog: 1.3.2-rc.1...1.3.2-rc.2
1.3.2-rc.1: Duplicate Conversions
Fixed
- Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.
Full Changelog: 1.3.1...1.3.2-rc.1
1.3.1: Nested Classes
1.3.1-rc.1: Nested Classes
1.3.0: Passthrough Conversions, & Operators
Added
- Binary operators supported by the encapsulated type are now propagated to the
Monifytype (#44). - Conversions supported by the encapsulated type are now propagated to the
Monifytype (#44). - Unary operators supported by the encapsulated type are now propagated to the
Monifytype (#44).
Fixed
- MONFY03 should no longer be raised for types that do not explicitly capture state (#22).
Full Changelog: 1.2.0...1.3.0
1.3.0-rc.1: Passthrough Conversions, & Operators
Added
- Binary operators supported by the encapsulated type are now propagated to the
Monifytype (#44). - Conversions supported by the encapsulated type are now propagated to the
Monifytype (#44). - Unary operators supported by the encapsulated type are now propagated to the
Monifytype (#44).
Fixed
- MONFY03 should no longer be raised for types that do not explicitly capture state (#22).
Full Changelog: 1.2.0...1.3.0-rc.1
1.2.0: Passthrough Equality & Conversions
Added
- When the encapsulated type is for a type that also uses
Monify, constructors, equality checks and implicit conversion operators to enable conversion directly to the nested encapsulated type (#34).
Fixed
- Equality checks now correctly handle null values for reference types.
Full Changelog: 1.1.4...1.2.0
1.2.0-rc.1: Passthrough Equality & Conversions
Added
- When the encapsulated type is for a type that also uses
Monify, constructors, equality checks and implicit conversion operators to enable conversion directly to the nested encapsulated type (#34).
Fixed
- Equality checks now correctly handle null values for reference types.
Full Changelog: 1.1.4...1.2.0-rc.1