Skip to content

v0.0.4

Compare
Choose a tag to compare
@nyxb nyxb released this 21 May 12:51
· 6 commits to main since this release

compare changes

📖 Documentation

  • README.md: Update README.md with more descriptive and informative content The README.md file has been updated to provide a more informative and descriptive introduction to the project. The new content includes a brief description of the project, a link to try it out online, and a recommendation for a more robust tool. Additionally, the support section has been updated to encourage users to star and share the project and to follow the author for updates on other projects. (68f6203)

🏡 Chore

  • package.json: Remove unused scripts The following scripts were removed from the package.json file as they were either unused or redundant: prepack, build, test:dts, type-check, lint, lint:fix, release, and test. (668d5e4)
  • package.json: Add new scripts for build, linting, testing, and releasing Added new scripts to the package.json file to improve the development workflow. The new scripts include prepack, build, test:dts, type-check, lint, lint:fix, release, and test. The prepack script runs the nyxr build command and cleans the package.json file. The build script runs the buildkarium command. The test:dts script runs the tsd command. The type-check script runs the tsc command with the --noEmit flag. The lint script runs the eslint command with the .ts and .js extensions. The lint:fix script runs the eslint command with the --fix flag. The release script runs the nyxr test command, generates a changelog with nyxlx changelogen, publishes the package with pnpm publish, and pushes the changes with git push --follow-tags. The test script runs the lint script (ba39440)
  • package.json: Remove git push command from release script The git push command was removed from the release script to avoid automatically pushing changes to the repository. This allows for more control over when changes are pushed to the repository. (8b9a2de)

❤️ Contributors