Releases: cross-org/service
Releases · cross-org/service
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
@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
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
1.0.0-rc.1
- Initial release of @cross/service on jsr.io