Releases: toitlang/pkg-cli
Releases · toitlang/pkg-cli
v2.2.0
v2.1.0
v2.0.0
What's Changed
- Port UI. by @floitsch in #40
- Provide 'app' to '--run' lambda. by @floitsch in #41
- Return the help output structured if requested. by @floitsch in #42
- Simplify the UI class. by @floitsch in #43
- Improve README. by @floitsch in #44
- Rename 'App' to 'Application'. by @floitsch in #45
- Update fs and host dependency. by @floitsch in #46
- Use system.program-name. by @floitsch in #50
- Change '-' to '_' for app-name upper. by @floitsch in #51
- Update GitHub actions and add dependabot. by @floitsch in #52
- Fix sorting of examples with global priority. by @floitsch in #53
- Fix application path in examples. by @floitsch in #55
- Update packages. by @floitsch in #57
- Don't use 'tar' to copy directories. by @floitsch in #58
- Add -- test. by @floitsch in #59
- Update to new IO. by @floitsch in #60
- Bump toitlang/pkg-publish from 1.4.0 to 1.5.0 by @dependabot in #62
- Remove debug print. by @floitsch in #65
- Fix spurious new lines. by @floitsch in #66
- Don't show a global-options section if all options were hidden. by @floitsch in #67
- Allow '--foo=true' and '--=foo=false' for flags. by @floitsch in #64
- Refactor and minor features by @floitsch in #63
- Test for "true" and "false" with leading or trailing space. by @floitsch in #68
- Use 'emit --info', 'emit --verbose', ... by @floitsch in #69
- Replace 'text' with 'human' and 'plain' output mode. by @floitsch in #70
- Fix warnings. by @floitsch in #71
New Contributors
- @dependabot made their first contribution in #62
Full Changelog: v1.3.0...v2.0.0