# Revision history for string-interpreter ## 0.1.0.0 -- 2021-08-16 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2021-08-16 * Second version. Added a possibility to specify also splitting of the word. ## 0.3.0.0 -- 2021-08-31 * Third version. Added the possibility to specify dividing using negative second part that is counting from the end of the word in the opposite direction. ## 0.4.0.0 -- 2021-09-03 * Fourth version. Added a new function readFileIfAny that catches all IOException's so that returns empty String. Some documentation improvements.