Releases: adobe/xmp-toolkit-rs
Releases · adobe/xmp-toolkit-rs
v0.7.6
v0.7.5
- Add reference to API stabilization PR
- New README; propose 1.0 release candidate status
- Port XMP_CoreCoverage.cpp test suite (#108)
- Add
XmpDateTime::convert_to_local_time
andXmpDateTime::convert_to_utc
(#149) - Add
XmpDateTime::set_local_time_zone
(#148) - Add
XmpMeta::compose_field_selector
(#147) - Add
XmpMeta::compose_lang_selector
(#146)
v0.7.4
v0.7.3
v0.7.2
- Add
XmpMeta::set_localized_text
(#133) - Add
XmpMeta::delee_qualifier
(#132) - Add
XmpMeta::delete_struct_field
(#131) - Add
XmpMeta::delete_array_item
(#130) - Add
XmpMeta::contains_qualifier
(#129) - Add
XmpMeta::qualifier
(#128) - Allow
XmpMeta::array_item
to acceptXmpMeta::LAST_ITEM
(#127) - Add
XmpMeta::array_item
(#126) - Add
XmpMeta::delete_property
(#125) - Add
XmpMeta::set_qualifier
(#124) - Add
XmpMeta::compose_qualifier_path
(#123) - Add
XmpMeta::array_len
(#122) - Add
XmpMeta::set_array_item
(#121) - Implement
Display
forXmpMeta
(#120) - Add
XmpMeta::compose_array_item_path
(#119) - Add
XmpMeta::set_struct_field
(#118) - Add
XmpMeta::append_array_item
(#117) - Add
XmpMeta::namespace_prefix
andXmpMeta::namespace_uri
accessors (#116)
v0.7.1
v0.7.0
- Add example (port of MyReadXMP app) (#82)
- Add
XmpMeta::struct_field
(#107) - Add
XmpMeta::contains_struct_field
(#106) - Add
XmpMeta::compose_struct_field_path
(#105) - Fix memory leaks when returning strings from C++ to Rust (#104)
- Implement
Display
forXmpDateTime
(#103) - Add
XmpMeta::localized_text
accessor (#99) - Refactor
XmpMeta
documentation for property accessors (#98) - (MINOR) Rename
XmpMeta::does_property_exist
toXmpMeta::contains_property
(#97) - (MINOR) Rename
XmpMeta.array_property
to.property_array
(#96) - Add typed property setters (#95)
- Add typed property getters (#94)
- Remove
Eq
trait bound onXmpValue<T>
(#93)
v0.6.0
- (MINOR)
XmpMeta::set_property
can now passXmpValue
options (#88) - Add options for setting flags on
XmpValue
(#87) - (MINOR) Rework
XmpDateTime
as a non-opaque type (#86) - (MINOR) Refactor how property values are returned from accessor functions (#81)
- Add new API
XmpIter::array_property
(#78) - Add new API function
XmpMeta::from_str
(#77) - (MINOR) Bump MSRV to 1.56 (#75)