- Alpha release.
- Update tests, add syntax sugar
- Refactoring and cosmetics
- Verify MIPS support, tests, slight API changes
- API changes including cs_errno.
- Final set of API changes before public beta.
- Move to new github repo
- Add PPC support
- Assorted API changes
- disasm can now ONLY be used with a block ( hopefully fix later )
- THIS IS A BREAKING CHANGE
- Update X86 constants
- Many constant changes
- disasm CAN now return an Array, with a slightly scary built-in finalizer
- Full compliance with 2.1 API
- Better error handling for diet mode
- Internally change cs_close() signature, so closed handles can't be used
- Add support for Sparc and SystemZ
- Update for C side changes
- Add support for Xcore
- ARM, ARM64 and X86 passing, rest waiting for upstream
- Generic groups ( CS_GRP_JUMP, CS_GRP_CALL etc)
- Mips 32R6 + MICRO
- Many constant changes
- PPC CRX operand
- X86: added prefixed symbols
- THIS IS A BREAKING CHANGE ( even from rc1 )
- See https://github.com/aquynh/capstone/wiki/ChangeLog-since-3.0-rc3
- Shouldn't be breaking, most changes are internal.
- Internal binding updates, updated some test specs.