Releases: The-Nazara-Project/Thanix
Release v0.1.0_beta.4 - The feature complete release
What's new?
We are proud to announce that with version beta.4
Thanix is feature complete. Now, there is still a little work to do until we can do the first full release but a large part of it is already done.
We hope you enjoy using Thanix.
Sincerely,
- Your Nazara Team 🦑
# OBS Release
What's new?
We are proud to announce that Thanix is now available as a .rpm
package for openSUSE Tumbleweed
systems!
We will add appropriate install instructions soon, so long please follow these steps:
Add our repository
sudo zypper ar https://download.opensuse.org/repositories/home:/ByteOtter:/nazara-project/openSUSE_Tumbleweed/home:ByteOtter:nazara-project.repo
Refresh your repository list
sudo zypper ref
Install Thanix and have fun
sudo zypper in Thanix
Please note that as long as Thanix is in its alpha state, building it in a home directory is only a temporary solution. We will move Thanix to a permanent home in the future.
Have fun using Thanix!
- Your Nazara Team 🦑
Full Changelog: v0.1.0-alpha.5...v0.1.0_alpha.8
v0.1.0-alpha.5 - Optional Query Parameters
What's new?
We adjusted the Path generation logic to make all fields of the Query parameters public and derive it from Default
.
- The Nazara Team 🦑
What's Changed
- make query parameters optional by @ByteOtter in #19
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
v0.1.0-alpha4 Alpha 4 release
What's new?
We fixed the issues with the ThanixClient object to be used in Nazara.
v0.1.0-alpha.3 Alpha Release 3
What's new?
We updated the way Thanix' output provides a request client to your program.
Now, we use a singleton approach to allow you to inject your API's URI and Authentication token directly to the client.
- The Thanix Team 🦑
What's Changed
- Add singleton class by @ByteOtter in #18
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2 - Packaging hotfix
What's new?
Nothing. Just fixing some problems with our publishing to crates.io.
Stay tuned!
- Your Nazara Team 🦑
v0.1.0-alpha.1 - Alpha-Release
Initial Pre-Rlease
We are proud to announce the first pre-release version of Thanix!
We've worked hard to ensure that Thanix provides a smooth and enjoyable experience for all our users. Even though we try our best, this is an alpha release. This means bugs are bound to happen.
Please report them and we will fix them ASAP.
- Your Nazara Team 🦑
What's Changed
- Create LICENSE by @ByteOtter in #2
- Add contributing guide by @ByteOtter in #3
- Add pre commit infrastructure by @ByteOtter in #4
- Create CODE_OF_CONDUCT.md by @ByteOtter in #5
- Add basic struct generation by @marv7000 in #1
- Add path generation by @marv7000 in #7
- Update README.md by @ByteOtter in #8
- Add compatibility for stable rustc pipeline by @ByteOtter in #10
- Repackage output to crate form by @ByteOtter in #11
- update cargo toml template by @ByteOtter in #15
- Finalize Path Generation by @marv7000 in #16
New Contributors
- @ByteOtter made their first contribution in #2
- @marv7000 made their first contribution in #1
Full Changelog: https://github.com/The-Nazara-Project/Thanix/commits/v0.1.0