Releases: FlorianRappl/Mages
Releases · FlorianRappl/Mages
3.0.0-alpha-49
3.0.0-alpha-45
3.0.0-alpha-44
3.0.0-alpha-41
2.0.3-alpha-31
- Include checksum in chocolatey package
2.0.2
2.0.2-alpha-28
2.0.1
- 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
toClowd.Squirrel
for the standalone REPL
2.0.1-alpha-24
- 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
toClowd.Squirrel
for the standalone REPL
2.0.0
- 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)