* New: Interface for obtaining internal representation of regular expressions ([29](https://github.com/avast/yaramod/issues/29)). * New: Interface for visitor over regular expressions ([33](https://github.com/avast/yaramod/pull/33)).
2.8.0
* New: Added support for `pe.iconhash()` function.
2.7.0
* New: Methods for manipulation of rule name and tags ([27](https://github.com/avast/yaramod/issues/27)). * Fix: Support for anonymous string has been fixed ([26](https://github.com/avast/yaramod/issues/26)).
2.6.0
* New: Class `Rule` now has interface for direct manipulation with meta of the rules.
2.5.0
* New: Expression builder now contains `doubleVal` for building double expressions ([22](https://github.com/avast/yaramod/issues/22)). * Fix: Compilation now works in Cygwin environment ([25](https://github.com/avast/yaramod/issues/25)).
2.4.2
* Fix: `pe.data_directories` is now correctly an array and not a structure.