Skip to content

Releases: kika/fixedsys

Fixed `0` position (#12)

29 Nov 01:02
Compare
Choose a tag to compare

Also fixed compilation warnings from new fonttools about table versions being "float" (1.0)

Added <==

19 Dec 11:35
Compare
Choose a tag to compare

Added <==
Updated list of compatible software (@ForNeVeR)

More ligatures and conditional compilation with alt version

22 Nov 03:09
Compare
Choose a tag to compare
Added long right arrow --> (closes #4)
Added "less or equal" and "greater or equal" ligatures
Added support for conditional compilation using C preprocessor
  Default compilation enables =< and >= ligatures for the above
  Alt compilation enables <= (used to be fat arrow) and >= (closes #3)

<|> <=< >=>

12 Aug 02:02
Compare
Choose a tag to compare

Alt operator and Kleisli arrows

<~> <^> /\ and shortened >>= and =<<

30 Jul 02:54
Compare
Choose a tag to compare

<~> and <^> are purescript-template-strings combinators by @Risto-Stevcev
/\ is Data.Tuple.Nested

<~ and ~>

05 Jun 02:45
Compare
Choose a tag to compare
v3.02.4

Added <~ and ~> ligatures

New ligatures

11 May 23:52
Compare
Choose a tag to compare

Added Elm compose ligatures ( <| and |> ) celebrating Elm 0.17 release
Go Signals, go!

Added more ligatures

09 May 09:40
Compare
Choose a tag to compare

Added <<< >>> :: := <> /= {- -}

More ligatures added

07 May 00:58
Compare
Choose a tag to compare

Added apply <*> and map <$>

3.02

05 May 23:09
Compare
Choose a tag to compare

Implemented the following list of ligatures:
a<->b
a->b
a<-b
a=>b
a<=b
a++b
a!=b
a!==b
a===b
a>>=b
a=<<b
a<=>b
a==b