UNPKG

debian-control

Version:

Parse package control files from Debian

46 lines (38 loc) 1.36 kB
# 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] ### Added - for new features ### Changed - for changes in existing functionality ### Deprecated - for soon-to-be removed features ### Removed - for now removed features ### Fixed - for any bug fixes ### Security - in case of vulnerabilities ## [1.0.0] - 2019-06-29 ### Added - API documentation in README.md ## [0.0.3] - 2019-06-28 ### Added - Added new functions for control file parsing - Added control parsing functions to the module index - Placeholder stubs for API documentation in README.md ## [0.0.2] - 2019-06-26 ### Added - LineStream class for processing files line by line - ParagraphStream class for processing files paragraph by paragraph ### Fixed - Removed spurious 'rebuild' cake command in README.md ## 0.0.1 - 2019-06-24 ### Added - Project structure and metadata [Unreleased]: https://github.com/blinkdog/debian-control/compare/v1.0.0...HEAD [1.0.0]: https://github.com/blinkdog/debian-control/compare/v0.0.3...v1.0.0 [0.0.3]: https://github.com/blinkdog/debian-control/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/blinkdog/debian-control/compare/v0.0.1...v0.0.2