-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG
44 lines (35 loc) · 1.26 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.1] - 2018-05-16
### Removed
- Removed Python 2.6 support
## [1.1.0] - 2018-05-16
### Added
- New _Base class
- Unittests available in /tests
- coverage.py for code coverage
- Travis CI and Codecov services
### Changed
- Moved Error from commands to connections
- Moved tostring and prettify to _Base class
- Moved documentation to /docs
## [1.0.0] - 2018-05-11
### Added
- Gitbook documentation pages
- ModifyOnCondition command
- Start using CHANGELOG file for documented releases
- Start using semantic versioning via commit tags
### Changed
- Updated README.md (related to Gitbook)
- Updated LICENSE with current year
- Updated setup.py version back to 1.0.0
- Updated .gitignore
### Removed
- Removed wiki from repository
- Removed unnecessary static variables from utilities.py
[Unreleased]: https://github.com/23maverick23/oaxmlapi/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/23maverick23/oaxmlapi/compare/v1.1.1...v1.1.0
[1.1.0]: https://github.com/23maverick23/oaxmlapi/compare/v1.1.0...v1.0.0