Releases: hackwaly/ocamlearlybird
Releases · hackwaly/ocamlearlybird
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
CHANGES:
Added
- Add OCaml 4.13, 4.14 and 5.0 support.
- Add
--version
command line option.
Changed
- Relicense under MIT (from GPL).
- Deprecate own VSCode extension in favor of VSCode OCaml Platform integration: ocamllabs/vscode-ocaml-platform#1148.
Fixed
- Fix being stuck if program doesn't exist (#49).
Removed
- Remove OCaml 4.11 support.
1.1.0
1.0.3
1.0.2
CHANGES:
Added
- Show %accu pseudo variable at Event_after event.
- Added variable context menu "Goto Closure Code Location".
Fixed
- Respect linesStartAt1 and columnsStartAt1 options.
- Fix occasional breakpointLocations command exception.
- Fix stopped at first event in main module cannot display stack frames when using onlyDebugGlob option.