Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: Jaezmien/FiMSharp

v0.4.1

07 Aug 05:53
Compare
Choose a tag to compare

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

30 Jul 06:31
Compare
Choose a tag to compare

Major Rewrite

See the test program to see which reports/functions are not supported yet.

v0.3.3

02 May 10:07
Compare
Choose a tag to compare

Quick update to fix a logic error on FiMSharp.Javascript

v0.3.2

01 May 11:36
Compare
Choose a tag to compare

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

18 Mar 05:44
Compare
Choose a tag to compare
⬆ Finalize for 0.3.1

v0.3

11 Jan 09:06
910a874
Compare
Choose a tag to compare

bin.zip includes:

  • Win64 & Win32 build
  • Linux & Linux ARM build

Both includes a pre-built FiMSharp.Test

v0.2.2

22 Dec 11:13
Compare
Choose a tag to compare

Changes

  • Fixes issue #2 for real this time trust me I checked

v0.2.1

21 Dec 02:59
Compare
Choose a tag to compare

Changes

  • Fixes issue #2

Usage example

win32/FiMSharp.Test.exe -report hello

v0.2

20 Dec 03:06
Compare
Choose a tag to compare

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.

v0.1

18 Dec 06:09
Compare
Choose a tag to compare
🧠 Merge