Skip to content

Releases: FlorianRappl/Mages

3.0.0-alpha-49

05 Sep 22:47
a055a82
Compare
Choose a tag to compare
3.0.0-alpha-49 Pre-release
Pre-release
  • Improved GC allocations (#81)
  • Added wrapping of Task in Future (#64)
  • Added JSX syntax (#120)
  • Added default jsx and html function (#120)
  • Added events to Engine to handle uncaught errors (#121)

3.0.0-alpha-45

07 Aug 16:29
Compare
Choose a tag to compare
3.0.0-alpha-45 Pre-release
Pre-release
  • Improved GC allocations (#81)
  • Added wrapping of Task in Future (#64)
  • Added JSX syntax (#120)
  • Added default jsx and html function (#120)
  • Added events to Engine to handle uncaught errors (#121)

3.0.0-alpha-44

28 Jul 09:09
Compare
Choose a tag to compare
3.0.0-alpha-44 Pre-release
Pre-release
  • Improved GC allocations (#81)
  • Added wrapping of Task in Future (#64)
  • Added JSX syntax (#120)
  • Added default jsx and html function (#120)

3.0.0-alpha-41

28 Jul 08:47
Compare
Choose a tag to compare
3.0.0-alpha-41 Pre-release
Pre-release
  • Improved GC allocations (#81)
  • Added wrapping of Task in Future (#64)
  • Added JSX syntax (#120)
  • Added default jsx and html function (#120)

2.0.3-alpha-31

07 Jan 20:35
Compare
Choose a tag to compare
2.0.3-alpha-31 Pre-release
Pre-release
  • Include checksum in chocolatey package

2.0.2

07 Jan 00:53
Compare
Choose a tag to compare
  • Fixed vulnerability using outdated version of System.Drawing.Common for plugins
  • Fixed ordering of parameters with likelihood (#118)
  • Added SwitchableScope class to achieve scope switching easily (#119)
  • Added improved auto usage of IEnumerable<> constructors (#116)

2.0.2-alpha-28

07 Jan 00:46
Compare
Choose a tag to compare
2.0.2-alpha-28 Pre-release
Pre-release
  • Fixed vulnerability using outdated version of System.Drawing.Common for plugins
  • Fixed ordering of parameters with likelihood (#118)
  • Added SwitchableScope class to achieve scope switching easily (#119)
  • Added improved auto usage of IEnumerable<> constructors (#116)

2.0.1

17 Jun 09:54
Compare
Choose a tag to compare
  • Fixed potential overflow in number scanning (#110)
  • Enhanced documentation about list types (#109)
  • Enhanced documentation about results when expecting complex result type (#108)
  • Added phase function for complex numbers (#107)
  • Added tooltip comments when manipulating scopes directly (#106)
  • Improved handling of min / max in combination with complex numbers (#101)
  • Changed Squirrel.windows to Clowd.Squirrel for the standalone REPL

2.0.1-alpha-24

17 Jun 09:48
Compare
Choose a tag to compare
2.0.1-alpha-24 Pre-release
Pre-release
  • Fixed potential overflow in number scanning (#110)
  • Enhanced documentation about list types (#109)
  • Enhanced documentation about results when expecting complex result type (#108)
  • Added phase function for complex numbers (#107)
  • Added tooltip comments when manipulating scopes directly (#106)
  • Improved handling of min / max in combination with complex numbers (#101)
  • Changed Squirrel.windows to Clowd.Squirrel for the standalone REPL

2.0.0

08 Jun 14:44
6e283ae
Compare
Choose a tag to compare
  • Migrated to use GitHub actions
  • Added missing helpers and constants (#98)
  • Added complex helpers (#97)
  • Added complex numbers support (#96)
  • Changed the range operator from : to .. (#76)
  • Changed library target to .NET Standard 2 (#68)
  • Changed application to run on .NET Core 3.1 (#68)
  • Changed types to be reflected as objects (#60)