Skip to content

v1.0.7

Compare
Choose a tag to compare
@arthurfiorette arthurfiorette released this 20 Jun 02:55
· 45 commits to main since this release

Bug Fixes

  • Include correct binary name on releasing
  • Remove deprecated warnings
  • Flush output before reading any input
  • Added break all type
  • Fixed ci

Documentation

  • Changelog
  • Fixed cname
  • Added pointer movement page
  • Updated documentation page
  • Assignment operators page
  • Updated docs site url
  • Fixed link url
  • Removed margin top
  • Learning section
  • Added install page
  • Updated readme png
  • Formatted license and readme
  • Updated docs sketch
  • Updated readme example
  • Added web server example

Features

  • Tag v1.0.7
  • Added arm version
  • Updated dependencies
  • [breaking] Rename binary into brainz
  • Exit, break and continue
  • Return and exit instructions
  • Allow if with chars
  • Interpret escape characters in print, write and save
  • Allow direct print without saving it in memory

Miscellaneous Tasks

  • Bump env_logger from 0.9.0 to 0.9.1 (#23)
  • Bump clap from 3.1.18 to 3.2.2 (#22)
  • Gitattributes
  • Bump clap-verbosity-flag from 1.0.0 to 1.0.1 (#21)
  • Bump regex from 1.5.4 to 1.5.6 (#20)
  • Updated sponsors
  • Bump clap from 3.1.17 to 3.1.18 (#19)
  • Bump clap from 3.1.15 to 3.1.17 (#18)
  • Bump clap from 3.1.14 to 3.1.15 (#15)
  • Bump log from 0.4.16 to 0.4.17 (#16)
  • Bump clap from 3.1.12 to 3.1.14 (#14)
  • Bump clap from 3.1.10 to 3.1.12 (#13)
  • Bump clap from 3.1.9 to 3.1.10 (#12)
  • Bump clap from 3.1.8 to 3.1.9 (#11)
  • Bump clap from 3.1.6 to 3.1.8 (#10)
  • Bump log from 0.4.14 to 0.4.16 (#9)
  • Bump clap from 3.1.5 to 3.1.6 (#8)
  • Bump lazy-regex from 2.2.2 to 2.3.0 (#7)
  • Allow print! on tests
  • Gitignore
  • Fixed launch config

Refactor

  • Removed pub mod tests
  • Clippy and Eq imports
  • Minor things
  • Added cli descriptions

Testing

  • Refactored some tests
  • If char tests
  • Added transpiler initial unit tests

Ci

  • Updated ci to latests versions
  • Fixed docs ci
  • Updated docs CI