Skip to content

Releases: cyteon/modu

Modu v3.3.0

Choose a tag to compare

@cyteon cyteon released this 24 Mar 16:48

Full Changelog: v3.2.0...v.3.3.0

Modu v3.2.0

Choose a tag to compare

@cyteon cyteon released this 23 Mar 13:16

What's Changed

Full Changelog: v3.1.0...v3.2.0

Modu v3.1.0

Choose a tag to compare

@cyteon cyteon released this 18 Mar 18:19
2b98a07

What's Changed

Full Changelog: v3.0.0...v3.1.0

Modu v3.0.0

Choose a tag to compare

@cyteon cyteon released this 10 Mar 16:43
7c73552
Merge pull request #56 from cyteon/v3

Modu 3.0.0

Modu v2.8.0

Choose a tag to compare

@cyteon cyteon released this 08 Mar 14:53

What's Changed

Full Changelog: v2.7.0...v2.8.0

Modu v2.7.0

Choose a tag to compare

@cyteon cyteon released this 01 Mar 12:58

What's Changed

Full Changelog: v2.6.0...v2.7.0

Modu v2.6.0

Choose a tag to compare

@cyteon cyteon released this 26 Feb 13:06

What's Changed

Full Changelog: v2.5.0...v2.6.0

Modu v2.5.0

Choose a tag to compare

@cyteon cyteon released this 26 Feb 09:56

What's Changed

  • Big math update by @cyteon in #44
  • REPL rewritten with major improvements including syntax highlighting

Full Changelog: v2.4.0...v2.5.0

Modu v2.4.0

Choose a tag to compare

@cyteon cyteon released this 17 Feb 17:12

Added:

  • .split(""), .len() and .replace(a, b) functions on strings
  • a.max(b) and a.min(b) on floats and integers
  • .join("") on arrays to join into a string
  • Accessing chars in a string, example: "abc"[1] equals b

In addition, nightly rust is no longer required for installing modu via cargo or contributing to modu

Modu v2.3.0

Choose a tag to compare

@cyteon cyteon released this 07 Feb 08:53

What's Changed

Full Changelog: v2.2.0...v2.3.0