# Changelog

## Robotframework_Construct 0.3.1 (2024-12-17)

### Changes

 - fixed readme


## Robotframework_Construct 0.3.0 (2024-12-17)

### Features

 - improved test coverage killing all mutants
 - improved github page, added banners for ruff/radon/mutationtesting/pypireleases/tests/building breakout example
 - improved logging, now the raw hexdump of both the parsed and the generated data is available
 - improved logging, prettier visualization of data
 - added additional examples
 - reorganised github CI to use tasks organised in [xonsh](https://xon.sh/)

## Robotframework_Construct 0.2.3 (2024-11-19)

### Features

- moved from ticks (`´) to quotes ('')
- fixed a typo (thanks Bence https://github.com/MarketSquare/robotframework-construct/issues/21)
- improved type hinting
- rearranged functionality to make do with a single keyword library and no duplications in the documentation

## Robotframework_Construct 0.1.3 (2024-11-11)

### Features

- added reflector functionality. This allows testing server implementations without having a server running, bailing on concurrency.

## Robotframework_Construct 0.1.2 (2024-11-08)

### Features

- initial release first viable implementation
  
