Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.1.0] - 2025-06-20
- Support
List
columns in Postgres.
Requires handlingdev.ParamList
in wrapper - Decodes
JSON
,JSONB
,MONEY
(notDynamic
anymore) - Support for Postgres & MySQL
ENUM
(creates a custom type) - Improved testing for all databases (more data types & operations)
- Use of
assert
syntax (instead ofgleeunit/should
)
[1.0.1] - 2025-06-19
- Provide empty list instead of
Nil
when there are no parameters for a consistent return type
[1.0.0] - 2025-06-19
- 🦜 Initial Release!