mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
32d5428197
[ci skip]
44 lines
881 B
Plaintext
44 lines
881 B
Plaintext
User-visible changes in hledger-api.
|
|
See also the hledger and the project change logs.
|
|
|
|
|
|
# 1.4 (2017/9/30)
|
|
|
|
* api: add support for swagger2 2.1.5+ (fixes #612)
|
|
|
|
|
|
# 1.3.1 (2017/8/25)
|
|
|
|
* require servant-server 0.10+ to fix compilation warning
|
|
|
|
* restore upper bounds on hledger packages
|
|
|
|
|
|
# 1.3 (2017/6/30)
|
|
|
|
Depends on hledger[-lib] 1.3, see related changelogs.
|
|
|
|
|
|
# 1.2 (2017/3/31)
|
|
|
|
see project changes at http://hledger.org/release-notes
|
|
|
|
|
|
# 1.1 (2016/12/31)
|
|
|
|
- serves on 127.0.0.1 by default, --host option added (#432)
|
|
|
|
Consistent with hledger-web: serves only local requests by default,
|
|
use --host=IPADDR to change this.
|
|
|
|
- fixed the version string in command-line help and swagger info
|
|
|
|
|
|
# 1.0 (2016/10/26)
|
|
|
|
## misc
|
|
|
|
- new hledger-api tool: a simple web API server with example clients (#316)
|
|
|
|
- start an Angular-based API example client (#316) (Thomas R. Koll)
|