### v2.2.4 - 2023-11-28 - fix wrong handling of some multiline strings - Fix #19 ### v2.2.3 - 2023-11-19 - fix a case of non understood hjson (regression introduced in 2.2.1) - Fix #20 ### v2.2.2 - 2023-11-04 - fix non optional boolean value not parsed after a space in a struct - Fix #18 ### v2.2.1 - 2023-10-27 - performance improvements ### v2.2.0 - 2023-09-09 - Allow single-quoted identifiers and enum values - thanks @jwnrt ### v2.1.0 - 2023-07-09 - discard trailing whitespaces in quoteless strings ### v2.0.0 - 2023-07-09 - `from_reader` function - Error type no longer `Clone` and `PartialEq`, flagged `non_exhaustive` ### v1.2.0 - 2023-05-25 - `from_slice` function ### v1.1.1 - 2023-04-22 - accept quotes in "quoteless" keys - Fix #9 ### v1.1.0 - 2022-12-21 - support for braceless Hjson - Fix #7 ### v1.0.2 - 2021-07-31 - fix tab after quoteless map key being read as part of the key ### v1.0.1 - 2021-06-22 - properly parse single quote strings - fix type guessing in some cases for null, false, and true ### v1.0.0 - 2021-06-15 - it's stable. Calling it a 1.0 ### v0.1.13 - 2021-05-26 - make \r\n behave like \n - allow more liberty for enum variants ### v0.1.12 - 2021-02-13 - more precise number type guessing ### v0.1.11 - 2021-02-11 - fix primitive types (ie not Hjson texts but primitives like integers and floats) needing a space at the end - Fix #1 ### v0.1.10 - 2021-02-11 - make from_str parse a `DeserializeOwned` instead of a borrowed `Deserialize<'a>`