Skip to content

Releases: cross-org/service

1.0.3

21 Apr 18:44
Compare
Choose a tag to compare

Changes

  • Fixes typo in windows service installer

Full Changelog: 1.0.2...1.0.3

1.0.2

21 Apr 18:37
Compare
Choose a tag to compare

Changes

  • Fix regression related to Node and Bun
  • Update dependencies

Full Changelog: 1.0.1...1.0.2

1.0.1

21 Apr 18:29
Compare
Choose a tag to compare

Changes

  • Fix PATH in windows services

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Apr 19:09
Compare
Choose a tag to compare

@cross/service 1.0.0

Service is a JavaScript/TypeScript library for managing system services. It offers a convenient way to install, uninstall, and generate service configurations for various service managers. It can be used as either a command line tool, or a typescript library for direct integration in other Node/Deno/Bun programs.

  • First stable release!

Full Changelog: 1.0.0-rc.2...1.0.0

1.0.0-rc.2

01 Apr 20:19
Compare
Choose a tag to compare

Changes

  • Convert to full cross-runtime/cross-platform
  • Fully move from deno.land to jsr. by @Hexagon in #1
  • Remove console logging when using as a library
  • Nicer cli output when using as a cli command

Full Changelog: 1.0.0-rc.1...1.0.0-rc.2

@cross/service 1.0.0-rc.1

17 Mar 20:49
Compare
Choose a tag to compare

1.0.0-rc.1

  • Initial release of @cross/service on jsr.io