Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0-rc.15 - Work in progress #51

Merged
merged 14 commits into from
Apr 13, 2024
Merged

1.0.0-rc.15 - Work in progress #51

merged 14 commits into from
Apr 13, 2024

Conversation

Hexagon
Copy link
Owner

@Hexagon Hexagon commented Apr 11, 2024

WIP, This is a roadmap.

PRs to 1.0.0-rc.15 should be based on branch wip-cross to be included in this tracking-pr

Breaking Changes

  • change(cli): Rename cli command run to foreground to not be confused with starting as a service
  • change(cli): Rename cli command install to enable-service to separate from actual pup installation
  • change(cli): Rename cli command uninstall to disable-service to separate from actual pup uninstallation
  • change(config): Support JSON5.
  • change(core): Move .pup.jsonc-tmp, .pup.jsonc-data into .pup

Non-breaking

  • fix(core): Foreground command did not keep an autostarted process running, fixed by refing the watchdog timer.
  • fix(cli): Controlled output of manual rests after installing/uninstalling as service.
  • fix(docs): Docs incorrectly stated that **/_._ is default for watcher config. **/*.* is correct.
  • fix(schema): Expect Record<string, string> for process.env in json schema.

Maintenance

  • chore(deps): Replace deno.land/x/udd with @check/deps
  • chore(deps): Use @cross/deps for cross-runtime filesystem operations
  • chore(deps): Replace deno.land/x/hexagon/service with @cross/service for cross-runtime service installation
  • chore(deps): Replace deno.land/x/std/ with @std/ from jsr
  • chore(deps): Replace deno.land/x/dax with dax-sh for a cross runtime shell
  • chore(deps): Replace deno.land/x/zod with npm:zod
  • chore(deps): Utilize @cross/utils instead of Deno built-ins for cross runtime ansi console output, argument parsing, process management and more.
  • chore(deps): Use @cross/env to handle enviroment variables across runtimes.
  • chore(testing): Use @cross/test insted of Deno test runner, to utilize the native test runners of Node, Deno and Bun.

... remember to update the changelog

@Hexagon
Copy link
Owner Author

Hexagon commented Apr 13, 2024

Leaving

  • chore(docs): Add a PM2 migration guide.
  • change(logging): Make pup logs streaming by default.

out for a future release.

@Hexagon Hexagon merged commit b62c787 into main Apr 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant