All notable changes to this project will be documented in this file.
unreleased - XXXX-XX-XX
Changes of existing functionality
For any bug fixes
Security vulnerabilities improvements
All changes related to github actions, packages
Other cases
v0.5.4 - 2023-06-02
Extend plugins errors
v0.5.3 - 2023-06-01
Added substitution of ~/ with the home directory.
v0.5.0 - 2023-05-29
Refactored the logic of loading devrc files.
Added the ability to load devrc files from local and remote files. Added the ability to load environment variables from remote files. Added a mechanism for running subtasks. Added execution plugins system.
v0.4.0 - 2022-09-14
- Deno updated to v1.25.2
- Added variables modifiers
v0.3.0 - 2021-03-15
- Changed CI
- Added xtests
- Refactored interpreter option
- Added deno execution runtime
v0.2.0 - 2021-03-03
- Changed format for tasks listing
- Added task parameters
v0.1.0 - 2021-02-23
- Added MVP (minimum viable product) with variables, environment variables and code execution.
- Stabilized loading process
- All tasks can be listed from command line
- Shebang support for commands
- Task dependencies
- Default tasks
- Template engine and variables interpolation are supported
- Environment variables customization
- Command line completion scripts
- devrc supports dotenv files
- Writing task commands in different languages
- Read Devrcfile contents from stdin
- Global and local defined variables and environment variables
- Override variables by command line option