Skip to content

Releases: wnayes/mips-assembler

v2.0.1

28 Dec 01:00
Compare
Choose a tag to compare
  • A minor change to support equ with no value. Label equ will create a symbol for Label equal to "".

v2.0.0

27 Dec 21:49
Compare
Choose a tag to compare

Breaking change to the formats distributed on npm.

  • dist/js now contains JS modules, with dist/src/index.js as the entrypoint. This is now the main entrypoint specified in package.json and standard module imports should continue to work.
  • dist/umd/mipsassem.umd.js is a UMD bundle, similar to what was previously distributed.

v1.5.0

27 Dec 05:53
Compare
Choose a tag to compare
  • Implements equ direct text replacement.