-
Notifications
You must be signed in to change notification settings - Fork 287
Releases versioning
The versioning of EPPlus is based on the Semantic versioning standard and uses the following format for versions:
[Major].[Minor].[Patch]
A major version often comes with larger new features and will most likely contain some breaking changes (we try to avoid these as much as possible).
A minor version often contain smaller new features. It usually don't contain breaking changes, if any it will be documented in the release notes.
A patch - the most frequent release - contains various fixes and no breaking changes.
For each release - major, minor or patch - we create a release on github. Here is a link to our release atom feed.
Before releasing a new major version we normally release pre-release versions so the new functionality can be tested and users can provide feedback.
Pre-release versions are using the following format:
[Major].[Minor].[Patch]-[Pre-release type]
Here are some of the pre-release types we have used in order from the earliest release up until the stable release.
Prerelease type | Description |
---|---|
preview[n] |
Preview, might be several preview versions including a number - for example Preview1 . Development is still ongoing and the interfaces might change in the future stable version. |
beta[n] | Beta - example Beta1, Beta2, etc. Less breaking changes are expected, but testing and minor development is still ongoing. Interfaces might still change if needed |
Rc[n] | Release candidate - example Rc1, Rc2. There will be no breaking changes unless they are needed to fix bugs. |
EPPlus Software AB - https://epplussoftware.com
- What is new in EPPlus 5+
- Breaking Changes in EPPlus 5
- Breaking Changes in EPPlus 6
- Breaking Changes in EPPlus 7
- Addressing a worksheet
- Dimension/Used range
- Copying ranges/sheets
- Insert/Delete
- Filling ranges
- Sorting ranges
- Taking and skipping columns/rows
- Data validation
- Comments
- Freeze and Split Panes
- Header and Footer
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles