# Revision history for sayable ## 1.2.2.0 -- 2023-10-18 * Added `sez_` helper, which is the same as `sez` but it uses an unlimited output width to ensure the result is not wrapped (unless the output explicitly specifies newlines). ## 1.2.1.0 -- 2023-10-18 * Added default `Sayable` instances for `Float` and `Double`. ## 1.2.0.0 -- 2023-10-01 * Changed `&+*` and `&!+*` to `&:*` and `&!:*` to avoid confusion with normal `+` indication of concatenation. * Added `&+*` which acts like `&*` but does not add a space separator relative to the preceding output. * Added `&+?` operator to show an immediate adjacent `Just` value. * Added various tests. ## 1.1.1.0 -- 2023-06-20 * Add Haddock documentation showing examples for operators. * Support GHC 9.6 ## 1.1.0.0 -- 2023-01-17 * Added `&<`, `&<*`, and `&