File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments