Skip to content

Latest commit

Β 

History

History
65 lines (31 loc) Β· 3.8 KB

CHANGELOG.md

File metadata and controls

65 lines (31 loc) Β· 3.8 KB

Changelog

v0.0.31

compare changes

πŸš€ Enhancements

  • karium.config.ts): add buildkarium configuration file to define build options 🚚 chore(package.json): remove unbuild package and add buildkarium package as a dependency πŸ› fix(init.ts: Fix typos and update package.json fields to match the new project name and structure. Add support for opening files with Visual Studio Code or Visual Studio Code Insider. (bfaace9)

🏑 Chore

  • release: V0.0.30 (4ce639d)
  • package.json): update packageManager to [email protected] πŸ”§ chore(package.json): add consolji dependency to dependencies πŸ”§ chore(package.json: Move engines object to the top level of the file for better readability (41b06fe)

❀️ Contributors

v0.0.30

compare changes

🏑 Chore

  • README.md): update license badge source and repository URL πŸ”§ chore(package.json: Update repository URL and bugs URL The license badge source and repository URL were updated to reflect the new repository location. The repository URL and bugs URL in package.json were also updated to reflect the new repository location. (45f185f)

❀️ Contributors

v0.0.29

compare changes

🏑 Chore

  • github-assets: Add cover image for Nyxi GitHub repository This commit adds a new cover image for the Nyxi GitHub repository. The image is located in the .github/assets directory and is named cover-github-nyxi.png. The image is a visual representation of the Nyxi project and will be used as the cover image for the repository. (2169a88)
  • package.json: Remove 'nyxr test' command from release script The 'nyxr test' command was removed from the release script as it is not necessary to run tests before publishing a new version. (3b54c14)

🎨 Styles

  • README.md): remove background images and update cover image 🚚 chore(README.md): update homepage link πŸ“ docs(package.json: Update package description and add packageManager field The background images were removed from the README.md file and the cover image was updated to a new one. The homepage link was updated to a new URL. The package description was updated to "Always right package manager" to better reflect the purpose of the package. The packageManager field was added to the package.json file to specify the version of pnpm used. (9fe61c8)

❀️ Contributors

v0.0.21...main

compare changes

πŸš€ Enhancements

  • nyxinit): add nyxinit command to create package.json and tsconfig.json files πŸ› fix(init.ts: Fix function name from initPackageJson to createConfigFiles to improve semantics The nyxinit command was added to create package.json and tsconfig.json files. The initPackageJson function was renamed to createConfigFiles to better reflect its purpose. The createConfigFiles function now creates both package.json and tsconfig.json files. The initTsConfig function was moved inside createConfigFiles. The createConfigFiles function now uses the @tyck/prompts package to prompt the user to select which file to create. The tsconfig.json file was formatted to improve readability. (f98c02b)

❀️ Contributors