# Changelog

All notable changes to this project will be documented in this file.

## [0.13.0] - 2026-05-13

### 🚀 Features

- Added Ark.Timeout utility
- Removed unused PubSub utility
- Paginator will now raise page errors as dedicated exceptions

## [0.12.0] - 2026-05-04

### 🚀 Features

- Added the Ark.Paginator module

## [0.11.0] - 2026-04-21

### 🚀 Features

- Added Ark.Retry for macro-free retry utilities

## [0.10.1] - 2026-03-19

### 🚀 Features

- Added Ark.Ok.flat_map_ok/2

### 📚 Documentation

- Added examples for complex 'ok' functions

## [0.10.0] - 2026-03-19

### 🚀 Features

- [**breaking**] Removed the drip module (extracted as the kota library)
- [**breaking**] Removed the deprecated Ark.Ok.uok function
- [**breaking**] Removed the Ark.PipeIn module
- [**breaking**] Invalid return values in Ark.Ok.map_ok/reduce_ok now raise

### 📚 Documentation

- Build plugin listing in README.md with readmix

### ⚙️ Miscellaneous Tasks

- Introduced credo, dialyzer, etc.
- Formatter configuration
- Fix dialyzer configuration
- Configure versioning for mix version
- Fix readme generator

## [0.9.0] - 2023-12-06

### 🚀 Features

- New BinarySearch feature

## [0.5.0] - 2020-09-14

