Skip to content

v1.3.0

Choose a tag to compare

@lukad lukad released this 28 Sep 20:25
· 5 commits to master since this release
409e7ee

Cangelog

New features

  • use binary as memory to improve performance
  • add scan instruction
  • add set instruction
  • use combine for parsing

Bug fixes

  • type spec for Bf.run/1
  • don't change cell when read returns eof
  • don't eliminate empty loops unconditionally (#7)
  • parse empty loop with comments inside correctly

Refactoring

  • rename change instruction to add

Maintenance

  • add package info to Mixfile
  • chore: delete .travis-ci.yml
  • chore: update ex_doc
  • remove unused COMMIT_AUTHOR_EMAIL from .travis.yml

Documentation

  • host documentation at hexdocs instead of github pages
  • change escript.install install instructions to use hex instead of github
  • use semaphore badge in readme
  • update package description

Style

  • set max line length to 150
  • use credo
  • use mix format instead of dogma

Tests

  • use coverex
  • cover more code with tests