All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Features:
- Orderfile v0.1.0 features (see ROADMAP.md v0.1.0 section)
- Documentation:
- Project documentation
- README.md with project description / instalation guide etc.
- Contribution guide CONTRIBUTING.md
- This changelog
- Quality assurance:
- Github actions configuration
- More golangci-lint restrictions (full code documentation requirement)
- Tests (with 100% coverage)
- Dependabot support
- Other:
- Orderfile.yml (order now uses itself to run project tasks)
- Project structure:
- now main package is kept in project root
- this allows for command installation with
go get -u github.com/DamianSkrzypczak/order
- this allows for command installation with
- order components code is defined within internal directory
- now main package is kept in project root
- Examples directory
- Basic project structure with:
- Go package structure
- Developer tool configs like:
- ROADMAP.md with information about planned features
- LICENSE file