Skip to content

Releases: gedaiu/fluent-asserts

v2.0.5

Choose a tag to compare

@gedaiu gedaiu released this 22 Jun 09:42

v2.0.4

Choose a tag to compare

@gedaiu gedaiu released this 21 Jun 22:54

v2.0.3

Choose a tag to compare

@gedaiu gedaiu released this 12 Mar 07:48

v2.0.2

Choose a tag to compare

@gedaiu gedaiu released this 07 Mar 14:53
92e1ad3

What's Changed

  • fix: getScope level overwritten by nested assertion blocks by @wilsonjord in #108

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@gedaiu gedaiu released this 04 Mar 08:28

fix: clamp begin for lambda and if block in SourceResult tests

v2.0.0

Choose a tag to compare

@gedaiu gedaiu released this 27 Feb 15:49
fix build errors

v2.0.0-beta.6

Choose a tag to compare

@gedaiu gedaiu released this 02 Feb 08:38
856eb2a

fix: Const/immutable bool string conversion

v2.0.0-beta.5

Choose a tag to compare

@gedaiu gedaiu released this 04 Jan 00:44

1. Improved Diff Output

  • Line-based diff algorithm - Uses LCS (Longest Common Subsequence) instead of naive positional comparison
  • Block grouping - Consecutive insertions/deletions are grouped together
  • Context lines - Shows 2 lines before/after each change block
  • Clear labels - Added --- Expected (missing in actual) --- and +++ Actual (not in expected) +++ headers
  • Visual separators - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ between change blocks
  • Fixed stray period - No longer adds . on its own line after multiline diffs

2. AssertResult Improvements

  • Added copy constructors and assignment operators for better object management

3. Documentation & Refactoring

  • Updated README with extension library usage
  • Enhanced extending guide with examples
  • Simplified import structure in asserts.d
  • Enhanced value evaluation logic

4. Registry Operations

  • Import Registry operations for enhanced functionality

v2.0.0-beta.4

Choose a tag to compare

@gedaiu gedaiu released this 30 Dec 01:21
  • Add a precision parameter to toFloatingString for configurable decimal places

v2.0.0-beta.3

Choose a tag to compare

@gedaiu gedaiu released this 30 Dec 00:09
  • update serializer registry to accept list types