Add changelog

This commit is contained in:
Kevin van Zonneveld 2016-02-16 21:04:22 +01:00
parent 9935335ee8
commit d9a0c11e49

View File

@ -28,7 +28,7 @@ dependency.
- Configuration by environment variables
- Configuration by command-line arguments (definitions parsed from help info,
so no duplication needed)
- Magic variables like `__file__` and `__dir__`
- Magic variables like `__file` and `__dir`
- Logging that supports colors and is compatible with [Syslog Severity levels](http://en.wikipedia.org/wiki/Syslog#Severity_levels)
## Installation
@ -57,6 +57,25 @@ And constructed with the following guidelines:
For more information on SemVer, please visit [http://semver.org](http://semver.org).
## Changelog
### v1.2.0 (Unreleased)
- Add Changelog
- Enable long, GNU style options (thanks @zbeekman)
### v1.1.0 (2015-06-29)
- Add `ALLOW_REMAINDERS` configuration to templater
- Fix typo: debugmdoe -> debugmode (thanks @jokajak)
- Use `${BASH_SOURCE[0]}` for `__file` instead of `${0}`
### v1.0.3 (2014-11-02)
- Add `ini_val`, `megamount`, `parse_url`
- Add re-usable libraries in `./src`
- Use npm for distribution
## Best practices
As of `v1.0.3`, b3bp adds some nice re-usable libraries in `./src`. Later on we'll be using snippets inside this directory to build custom packages. In order to make the snippets in `./src` more useful, we recommend these guidelines.