Skip to content

Commit 9bec6e2

Browse files
authored
Merge pull request #7 from bardoor/release-1.2.0
release-1.2.0
2 parents 2069cea + 2ef989d commit 9bec6e2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2025-08-27
9+
10+
### Added
11+
- Support for aliased module callbacks (`alias IO, as: MyIO` with `@then {MyIO, :puts}`)
12+
- Test coverage for aliased modules functionality
13+
- Documentation examples showing aliased module usage
14+
15+
### Fixed
16+
- Documentation examples now use `IO.puts` instead of `Logger` (no require needed)
17+
- ExDoc configuration for proper main page rendering
18+
- Documentation structure and navigation
19+
20+
### Improved
21+
- Better error messages and examples in documentation
22+
- More comprehensive test suite covering edge cases
23+
824
## [1.1.0] - 2025-08-27
925

1026
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Then.MixProject do
44
def project do
55
[
66
app: :then,
7-
version: "1.1.0",
7+
version: "1.2.0",
88
elixir: "~> 1.18",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)