2020-05-27 09:55:52 +02:00
|
|
|
# Changelog
|
|
|
|
|
2020-06-10 22:44:54 +02:00
|
|
|
## 2.0.0
|
|
|
|
|
|
|
|
Restructuring to split different Option types and keep specific parameters separate
|
|
|
|
|
|
|
|
### Breaking Changes
|
|
|
|
|
|
|
|
- new structure
|
|
|
|
- option 'required' has been removed
|
|
|
|
- automatic console parameters have been removed
|
|
|
|
- help page
|
|
|
|
- quiet switch (interactive prompts can be disabled using the sources option)
|
|
|
|
|
2020-05-28 09:20:53 +02:00
|
|
|
## 1.8.0
|
|
|
|
|
|
|
|
callback in case an option could not be assigned instead of silently skipping
|
|
|
|
|
2020-05-27 17:39:32 +02:00
|
|
|
## 1.7.0
|
|
|
|
|
|
|
|
parsing config files with [hjson](https://github.com/hjson/hjson-js)
|
|
|
|
|
2020-05-27 15:11:40 +02:00
|
|
|
## 1.6.0
|
|
|
|
|
|
|
|
option to change the message displayed on invalid input
|
|
|
|
|
2020-05-27 09:55:52 +02:00
|
|
|
## 1.5.0
|
|
|
|
|
|
|
|
- added changelog
|
|
|
|
- config files: include other config files
|
|
|
|
|
|
|
|
## 1.4.0
|
|
|
|
|
|
|
|
option to end the program when the user interrupts a prompt
|
|
|
|
|
|
|
|
## 1.3.0
|
|
|
|
|
|
|
|
new source: config files
|
|
|
|
|
|
|
|
## 1.2.0
|
|
|
|
|
2020-05-27 17:39:32 +02:00
|
|
|
preset option: an array of strings to choose from when using one of the string
|
|
|
|
types
|
2020-05-27 09:55:52 +02:00
|
|
|
|
|
|
|
## 1.1.0
|
|
|
|
|
|
|
|
- readme file
|
|
|
|
- options to select which sources should be used
|
|
|
|
- array type
|
|
|
|
|
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
initial version
|