Skip to content

Releases: tuist/javex

v0.1.4

16 Apr 17:00

Choose a tag to compare

0.1.3 - 2026-04-16

Details

Bug Fixes

  • Only release on feat / fix / perf / refactor commits

v0.1.3

16 Apr 16:23

Choose a tag to compare

<!-- generated by git-cliff -->

v0.1.2

16 Apr 16:01

Choose a tag to compare

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

16 Apr 14:05

Choose a tag to compare

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

15 Apr 19:06

Choose a tag to compare

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

New Contributors

  • @ made their first contribution
  • @pepicrft made their first contribution in #1