Changelog
- d1c52b7 Add GetLatest() method to NodeVersions
- 1c7938a Add bin.mjs and update package.json
- f25c604 Add file copy functionality and update URL format in package.json
- 1e26b6c Add node-versions CLI functionality and API integration
- 05be9ce Add releaser metadata and update package.json template
- 813770a Add support for parsing LTS versions in NodeVersion struct
- 0b67188 Refactor CI workflow and update Go version
- 826f0f3 Refactor CLI command actions to use consistent variable names
- 5b96387 Refactor CLI flag in main.go
- 1c94be2 Refactor CLI usage and add option to get latest version of a specific major version
- 684954c Refactor NodeVersion struct and Lts type
- e0cc68a Update package.json and .gitignore, add .goreleaser.yaml
- 94915c2 add GITHUB_TOKEN
- cda823b add ci file
- 6b1e724 add commands and flags
- e7d5f0d add debug command
- 5253259 add install manager script
- 352ebfe add npmrc
- 18f53d5 add release to npm
- 448c314 add semver dependency
- 22d4485 comment implemented code
- f4b89c1 create release command
- f9ea821 drop TS
- 6d6534e fix data binding
- c9a1f12 fix dependencies
- 589c530 fix name
- 8f391ce fix release command
- ad36e92 ignore dist file
- 38ce419 implement GetAll and simplify NodeVersions
- 03c8e53 implement the basic API
- f382d40 initial file
- 84b9819 only push on tags
- 650e8cd print all versions
- 65d021f remove bin
- d9cbf1e remove biome.json
- a30b9cb remove package lock
- 06b2ec5 remove package.json
- 4b4eaf0 remove pull_request from release
- eb19bb8 remove schema ts
- 9d65c76 remove settings for vscode
- b4e5b96 run CI on PR and push to main branch
- 1d2cc8c run go mod tidy
- d24514e start scripting to generate npm package
- bdd110a start the main program
- 252ec10 start writing the commands
- b412ee3 try goreleaser
- 405a0e0 update deps
- 76f2470 update go
- 73f22c6 update go mod
- 4eef7e4 update package.json template
- 418de9e use goreleaser action