|
| 1 | + |
| 2 | +# IPlib3 Change Log |
| 3 | + |
| 4 | +All notable changes to this project will be documented in this file. |
| 5 | + |
| 6 | +The format is based on [CHANGELOG.md](http://changelog.md/) |
| 7 | +and this project adheres to [Semantic Versioning](http://semver.org/). |
| 8 | + |
| 9 | +<!-- |
| 10 | +TEMPLATE |
| 11 | +
|
| 12 | +## [major.minor.patch] - yyyy-mm-dd |
| 13 | +
|
| 14 | +A message that notes the main changes in the update. |
| 15 | +
|
| 16 | +### Added |
| 17 | +
|
| 18 | +### Changed |
| 19 | +
|
| 20 | +### Deprecated |
| 21 | +
|
| 22 | +### Fixed |
| 23 | +
|
| 24 | +### Removed |
| 25 | +
|
| 26 | +### Security |
| 27 | +
|
| 28 | +_______________________________________________________________________________ |
| 29 | + |
| 30 | + --> |
| 31 | + |
| 32 | +<!-- |
| 33 | +EXAMPLE |
| 34 | +
|
| 35 | +## [0.2.0] - 2021-06-02 |
| 36 | +
|
| 37 | +Lorem Ipsum dolor sit amet. |
| 38 | +
|
| 39 | +### Added |
| 40 | +
|
| 41 | +- Cat pictures hidden in the library |
| 42 | +- Added beeswax to the gears |
| 43 | +
|
| 44 | +### Changed |
| 45 | +
|
| 46 | +- Updated localisation files |
| 47 | +
|
| 48 | +--> |
| 49 | + |
| 50 | +<!-- |
| 51 | +_______________________________________________________________________________ |
| 52 | +
|
| 53 | +## [0.2.3] - YYYY-MM-DD |
| 54 | +
|
| 55 | +First official documentation. |
| 56 | +
|
| 57 | +### Added |
| 58 | +
|
| 59 | +- Documentation |
| 60 | +- Now using specific versions for the dependencies |
| 61 | +
|
| 62 | +### Changed |
| 63 | +
|
| 64 | +- Changed the filename of `deploy.yml` to `pypi_deploy.yml` to get rid of a YAML validator complaint |
| 65 | +- Updated dependencies |
| 66 | +
|
| 67 | +--> |
| 68 | + |
| 69 | +_______________________________________________________________________________ |
| 70 | + |
| 71 | +## [0.1.0] - 2021-05-01 |
| 72 | + |
| 73 | +This is the beginning of the changelog. Previously made commits have not been |
| 74 | +tracked, and there are no plans to distinguish them. You may consider this |
| 75 | +the initial commit. |
| 76 | + |
| 77 | +### Added |
| 78 | + |
| 79 | +- Added Poetry files and build system |
| 80 | +- Added a Lorem Ipsum example text snippet |
| 81 | +- Added GitHub Actions |
| 82 | +- Added autonatic PyPI releases |
| 83 | +- Added 'clear' as a built-in formatting option |
| 84 | +- Added a `Makefile` |
| 85 | +- Added docstrings thorought the package |
| 86 | + |
| 87 | +### Changed |
| 88 | + |
| 89 | +- The releases are now built on the latest version of Ubuntu, using Python 3.9 |
| 90 | +- `README.md` now has more content, including example usage |
| 91 | +- Default colours are now available from the top level of the package |
| 92 | + (eg. `escapyde.FRED` instead of `escapyde.colours.FRED`) |
| 93 | +- Updated the localisation files |
| 94 | + |
| 95 | +### Fixed |
| 96 | + |
| 97 | +- Fixed an oversight related to chaining ANSI escape sequences |
| 98 | +- Fixed linter issues |
| 99 | + |
| 100 | +<!-- markdownlint-configure-file { |
| 101 | + "MD022": false, |
| 102 | + "MD024": false, |
| 103 | + "MD030": false, |
| 104 | + "MD032": false |
| 105 | +} --> |
| 106 | +<!-- |
| 107 | + MD022: Blanks around headings |
| 108 | + MD024: No duplicate headings |
| 109 | + MD030: Spaces after list markers |
| 110 | + MD032: Blanks around lists |
| 111 | +--> |
0 commit comments