Releases: tuist/javex
Releases · tuist/javex
v0.1.4
v0.1.3
<!-- generated by git-cliff -->
v0.1.2
0.1.1 - 2026-04-16
Details
Chore
- Pin v0.1.0 NIF checksums, drop NIF 2.15 support
Ci
- Publish to hex.pm automatically after GitHub release
Docs
- Simplify quick-start example and drop Roadmap section
- Rewrite README with a more user-oriented structure
Fix
- Install git-cliff as a binary instead of using the action
v0.1.1
0.1.1 - 2026-04-16
Details
Chore
- Pin v0.1.0 NIF checksums, drop NIF 2.15 support
Ci
- Publish to hex.pm automatically after GitHub release
Docs
- Simplify quick-start example and drop Roadmap section
- Rewrite README with a more user-oriented structure
Fix
- Install git-cliff as a binary instead of using the action
v0.1.0
WARN git_cliff_core::changelog > Variables ["commit.github", "commit.gitea", "commit.gitlab", "commit.bitbucket", "commit.azure_devops"] are deprecated and will be removed in the future. Use commit.remote instead.
WARN git_cliff_core::changelog > 1 commit(s) were skipped due to parse error(s) (run with -vv for details)
[0.1.0] - 2026-04-15
Details
🚀 Features
- Initial Javex scaffold
🐛 Bug Fixes
- Drive cargo build directly, skip rustler-precompiled-action
- Shrink release matrix to 4 essential targets
- Declare rustler NIF version features
- Address Codex review comments on PR #1
- Make the NIF actually build and run
🚜 Refactor
- Strip on-disk persistence API
- Runtime startup is the consumer's responsibility
🧪 Testing
- Integration tests for Javex.Runtime + async/tmp_dir cleanup
- Integration tests for Javex.Module
⚙️ Miscellaneous Tasks
- Add release workflow for tag pushes
- Split check pipeline into lint, compile, and test jobs
- Add format, credo, compile-warnings, and test pipeline
- Gitignore the ExUnit :tmp_dir output
- Initial commit