Skip to content

Commit 76e1bc6

Browse files
committed
Ergonomics tweaks
1 parent a7527ea commit 76e1bc6

File tree

9 files changed

+2059
-1739
lines changed

9 files changed

+2059
-1739
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.0.2
9+
10+
### Changed
11+
12+
- **Breaking**: `runSpecAndExitProcess'` now takes named parameters
13+
`defaultConfig` and `parseCLIOptions`, allowing to specify, respectively, the
14+
default config and whether that config should be used as is or CLI options (if
15+
any provided) should be applied on top of it.
16+
- Replaced `runSpecT` with `evalSpecT` as the former is now deprecated.
17+
18+
### Added
19+
20+
- Added comments where appropriate.

0 commit comments

Comments
 (0)