Files
kami-parse-server/CHANGELOG.md

1.8 KiB
Raw Blame History

Changelog

Changelogs are separated by release type for better overview.

Stable Releases

“Stable for production!”

These are the official, stable releases that you can use in your production environments.

Details:

  • Stability: stable
  • NPM channel: @latest
  • Branch: release
  • Purpose: official release
  • Suitable environment: production

⚠️ Beta Releases

“Please try out, wed love your feedback!”

These are releases that are pretty stable, but may have still some bugs to be fixed before official release.

Details:

  • Stability: pretty stable
  • NPM channel: @beta
  • Branch: beta
  • Purpose: feature maturation
  • Suitable environment: development

🔥 Alpha Releases

“If you are curious to see what's next!”

These releases contain the latest development changes, but you should be prepared for anything, including sudden breaking changes or code refactoring. Use this branch to contribute to the project and open pull requests.

Details:

  • Stability: unstable
  • NPM channel: @alpha
  • Branch: alpha
  • Purpose: product development
  • Suitable environment: experimental