This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Releases: Jaezmien/FiMSharp
Releases Β· Jaezmien/FiMSharp
v0.4.1
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.
v0.4
Major Rewrite
See the test program to see which reports/functions are not supported yet.
v0.3.3
v0.3.2
Breaking changes!
Arrays now use count of
instead of length of
, which grabs the amount of non-null indexes in the array.
Did you know that Apples has the words "Gala" and "Red Delicious" and "Mcintosh" and "Honeycrisp"?
I said count of Apples. (Expected: 4)
Apples 4 is nothing.
I said count of Apples. (Expected: 3)
v0.3.1
v0.3
v0.2.2
v0.2.1
v0.2
bin.zip
includes:
- Linux build
- Win32 build
Both includes a pre-built FiMSharp.Test
FiMSharp.Test Command line arguments:
-report [report name]
- Scans and executes the report at the folder Report/
-js
- Compiles the report into Javascript instead, and exports to the folder Build/
For the program itself, use .help
to print out all the commands.