Skip to content

Commit

Permalink
Add CHANGELOG to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
bonidjukic committed Jan 20, 2019
1 parent 27caba3 commit dc0e75a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
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

0 comments on commit dc0e75a

Please sign in to comment.