Packages
Qx is an Elixir library providing convenient utilities and helpers for Elixir projects.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2026-08-21
### Added
- `Qx.String` — `blank?/1`, `present?/1`, `slugify/2` and `truncate/3`.
- `Qx.Map` — `deep_merge/2`, `atomize_keys/1`, `stringify_keys/1` and
`compact/2`.
- `Qx.Result` — `ok/1`, `error/1`, `map/2`, `and_then/2`, `unwrap/2` and
`collect/1`.
- Delegates on the top-level `Qx` module for the most common string and map
helpers.
### Removed
- The generated "hello world" placeholder function.
## [0.1.0] - 2025-08-27
### Added
- Initial release.