You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## Version 2.10.1 - 2020-02-28
7
+
## Version 2.11.0 - Unreleased
8
+
### Added
9
+
- Added `FileFormatVersions.2019` enum (#695)
10
+
- Added `OpenXmlElementFunctionalExtensions.With` extension methods, which offer flexible means for constructing `OpenXmlElement` instances in the context of pure functional transformations.
8
11
12
+
## Version 2.10.1 - 2020-02-28
9
13
### Fixed
10
-
-Ensures attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
14
+
-Ensured attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
11
15
- Some documentation errors (#681)
12
16
- Removed state that made it non-thread safe to validate elements under certain conditions (#686)
13
17
- Correctly inserts strongly-typed elements before known elements that are not strongly-typed (#690)
@@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
20
### Added
17
21
- Added initial Office 2016 support, including `FileFormatVersion.Office2016`, `ExtendedChartPart` and other new schema elements (#586)
18
22
- Added .NET Standard 2.0 target (#587)
19
-
-Include symbols support for debugging (#650)
23
+
-Included symbols support for debugging (#650)
20
24
- Exposed `IXmlNamespaceResolver` from `XmlPath` instead of formatted list of strings to expose namespace/prefix mapping (#536)
21
25
- Implemented `IComparable<T>` and `IEquatable<T>` on `OpenXmlComparableSimpleValue` to allow comparisons without boxing (#550)
22
26
- Added `OpenXmlPackage.RootPart` to easily access the root part on any package (#661)
0 commit comments