All notable changes to this project will be documented in this file, with the format recommended at http://keepachangelog.com/. This project adheres to Semantic Versioning.
- Use underscores and dots in glyph names in a more conventional way. [#9]
- Add a small nick to
==
ligature to distinguish from single=
.
- Don't use
=>
ligature in<=>
("spaceship" comparator operator).
- Clean up metadata.
- Add
<-
ligature (not<=
, since that's usually not an arrow).
- Widen
->
ligature to match width of=>.
[#2]
- Add equality ligatures (
==
,===
,!=
,/=
,!==
). - Make all characters monospace by using
calt
for ligatures as in Monoid. [#1] - Add
->
and=>
ligatures.