You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix errors not being sent to `STDERR` ([#10](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/10))
23
30
- Fixed typos in CLI documentation
24
31
@@ -32,7 +39,8 @@ Development release. This release adds a tons of new changes and improvements.
32
39
33
40
- elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
34
41
- New `version` command.
35
-
- Formatter APIs (including base API `BaseFormat`) now supports multiple conventional names for formats. E.g., `yaml` and `yml` conventions for `YAMLFormat`.
42
+
- Formatter APIs (including base API `BaseFormat`) now supports multiple conventional names for formats. E.g., `yaml`
0 commit comments