Current section

Files

Jump to
wx_ex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be 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).
## [Unreleased]
## [0.4.0] - 2024-09-19
### Added
- Add (incomplete) `WxObject` wrapper for `wx_object`
- Add OpenGL constants ([Ian Harris](https://github.com/harrisi))
## [0.3.0] - 2024-08-31
### Added
- Allow one-line setup with `use WxEx`
## [0.2.0] - 2024-08-31
### Added
- `Records` module, wrapping Erlang records in Elixir `Record`s
## [0.1.0] - 2024-08-26
### Added
- Initial version, exposing function wrappers for :ex constant macros.