summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 84abbdb15bb56aa248e2f3d74c39bb3514731fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Changelog
=========

HEAD (unreleased)
-----------------

Features:
  * Support for FloatOption #156 (Rick Hull)
  * Support for `limit` config to ArrayOption. (Lee Jarvis)
  * Support for `tail` config to add options to the bottom of
    the help text. (Lee Jarvis)

Minor enhancements:
  * Reset parser every time `parse` is called.

Bug fixes:
  * Remove "--" from unprocessed arguments #157 (David Rodríguez).

v4.0.0 (2014-12-27)
-------------------

Features:
  * Rebuilt from the ground up. See the v3 changelog for all existing
    changes: https://github.com/leejarvis/slop/blob/v3/CHANGES.md