This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Changelog
Experimental Functions
Functions that aren't in FiM++, but added manually by FiMSharp.
For the list of current FiMSharp Experimental Functions, see FiMSharp.CLI.
Changeling
FiMSharp Transpilers, currently just Javascript.
Breaking
- fc5e634 String concatenation will now be done through arithmetic.
- 8107236
count of
is now an experimental function than built in.
Misc
- 3c5d3fb Added unary support for numerical array.
- f60a1a8 Input/Output is now a Delegate instead of a TextWriter and TextReader.
- 024d979 AddParagraph can now take IDictionary as arguments, which can take any Dictionary types. The return type must still be a typed Dictionary however.
- 346284f Added printing without automatic newlines.