Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 19, 2024
1 parent 816092d commit fecbfb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,39 @@

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.0.0/),
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]


## [3.2.2] - 2022-05-06
## [3.3.0] - 2024-12-19

### Changed
- minimum required Haxe version is now 4.2.x


## [3.2.2] - 2023-05-06

### Fixed
- Compilation fails with false-positive Null Safety errors on Haxe >4.3


## [3.2.1] - 2022-02-24
## [3.2.1] - 2023-02-24

### Fixed
- Results of tests comparing numbers with null values are inconsistent across targets


## [3.2.0] - 2022-02-23
## [3.2.0] - 2023-02-23

### Added
- method `DocTestRunner.assertNull`
- method `DocTestRunner.assertNotNull`


## [3.1.10] - 2022-01-25
## [3.1.10] - 2023-01-25

### Changed
- Explicitly flush stdout/stderr before exiting
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"description": "Python inspired doc-testing for Haxe. Allows unit-testing based on test assertions in haxedoc. Integrates with Haxe Unit, MUnit, Tink Testrunner and UTest",
"contributors": ["vegardit"],
"releasenote": "See https://github.com/vegardit/haxe-doctest/blob/main/CHANGELOG.md",
"version": "3.2.2",
"version": "3.3.0",
"dependencies": {"hscript": ""}
}

0 comments on commit fecbfb8

Please sign in to comment.