hledger/hledger-api/CHANGES.md

73 lines
1.3 KiB
Markdown
Raw Normal View History

2018-11-26 08:06:33 +03:00
User-visible changes in hledger-api.
See also the hledger changelog.
2019-02-02 03:57:52 +03:00
# 1.13 (2019/02/01)
2019-01-26 22:30:54 +03:00
2019-02-02 03:57:52 +03:00
- use hledger 1.13
2019-01-26 22:30:54 +03:00
2018-12-02 03:29:54 +03:00
# 1.12 (2018/12/02)
2018-11-26 08:06:33 +03:00
- use hledger 1.12
2017-12-31 05:20:41 +03:00
2018-10-06 22:36:20 +03:00
# 1.11.1 (2018/10/06)
- use hledger 1.11.1
2018-10-06 22:36:20 +03:00
2018-10-01 09:05:26 +03:00
# 1.11 (2018/9/30)
- use hledger 1.11
2018-10-01 09:05:26 +03:00
2018-06-30 23:57:06 +03:00
# 1.10 (2018/6/30)
- use hledger-lib 1.10
2018-06-30 23:57:06 +03:00
2018-04-29 21:56:46 +03:00
# 1.9.1 (2018/4/30)
- use hledger-lib 1.9.1
2018-04-29 21:56:46 +03:00
2018-03-31 14:15:16 +03:00
# 1.9 (2018/3/31)
2018-03-28 20:25:01 +03:00
- support ghc 8.4, latest deps
2018-03-28 20:25:01 +03:00
- when the system text encoding is UTF-8, ignore any UTF-8 BOM prefix
found when reading files
2018-03-28 20:25:01 +03:00
2017-12-31 05:20:41 +03:00
# 1.5 (2017/12/31)
- remove upper bounds on all but hledger* and base (experimental)
2017-09-27 05:22:30 +03:00
# 1.4 (2017/9/30)
- api: add support for swagger2 2.1.5+ (fixes #612)
2017-09-27 05:22:30 +03:00
2017-08-25 18:00:54 +03:00
# 1.3.1 (2017/8/25)
- require servant-server 0.10+ to fix compilation warning
2017-08-25 18:00:54 +03:00
- restore upper bounds on hledger packages
2017-08-25 18:00:54 +03:00
2017-07-01 00:26:36 +03:00
# 1.3 (2017/6/30)
Depends on hledger\[-lib\] 1.3, see related changelogs.
2017-07-01 00:26:36 +03:00
2017-06-20 18:40:35 +03:00
# 1.2 (2017/3/31)
see project changes at http://hledger.org/release-notes
2016-12-31 22:24:12 +03:00
# 1.1 (2016/12/31)
- serves on 127.0.0.1 by default, --host option added (#432)
2017-06-20 18:40:35 +03:00
2016-12-31 22:24:12 +03:00
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)