-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27caba3
commit dc0e75a
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.3.0] - 2019-01-20 | ||
### Added | ||
- Alias arguments functionality | ||
- luacov support (with cluacov) | ||
- README: Codecov version badge, alias arguments functionality | ||
|
||
### Changed | ||
- Switch to LuaJIT instead of pure Lua | ||
- Improve `path_join` helper function | ||
|
||
## [1.2.0] - 2018-12-23 | ||
### Added | ||
- Recursive config file search functionality | ||
- README: nomenclature section, LuaRocks version badge, list functionality | ||
|
||
### Changed | ||
- Switch to LuaJIT instead of pure Lua | ||
- Improve `path_join` helper function | ||
|
||
## [1.1.0] - 2018-12-10 | ||
### Added | ||
- List all aliases functionality | ||
- `core` module tests | ||
- Travis-CI support | ||
|
||
### Changed | ||
- README: asciicast, badges | ||
|
||
## [1.0.0] - 2018-12-07 | ||
### Added | ||
- First usable version of the project | ||
|