Skip to content

Releases: tree-sitter-grammars/tree-sitter-smali

v1.0.0

13 May 04:13
b79fa33
Compare
Choose a tag to compare

1.0.0 (2023-05-13)

Features

  • (overdue) add queries (ae15a72)
  • add ci script (f8c582f)
  • add eslint (fcb804e)
  • add GitHub ci for the mirror (51a914e)
  • add missing opcodes and modifiers (9ca1bb9)
  • add Swift bindings (76d083f)
  • add word, update top level definitions as it was too strict before (448b98b)
  • complete the grammar (256f76a)
  • favor eslint as a linter over prettier (c9456c6)
  • file documentation, reference types & checks (a985f15)
  • queries: update highlights, add folds, indents, and locals (7ef7043)
  • remove apktool dependency and use repo with decompiled smali files, add smali2java repo (5a742af)
  • segment class identifiers to pluck individual indentifiers out (9aea302)
  • tests: update accordingly (8fcb12a)
  • update bindings, Rust binding includes relevant queries (49afd6f)
  • update highlights (f579b45)
  • v0.0.2 (e7da914)
  • v0.0.3 (b002dce)
  • v0.0.4 (9bf8aa6)

Bug Fixes

  • not every class has an access_modifier, those in particular being the $_.smali files (c810747)
  • not every field has an access_modifier as well, similar to class fix (7327461)
  • update workflows (5bc3f10)